org.jpos.q2.iso
Interface QServerMBean

All Superinterfaces:
QBean, QBeanSupportMBean, QPersist
All Known Implementing Classes:
QServer

public interface QServerMBean
extends QBeanSupportMBean

MBean interface.

Version:
$Revision: 2072 $ $Date: 2004-12-07 08:21:24 -0300 (Tue, 07 Dec 2004) $
Author:
Alwyn Schoeman

Field Summary
 
Fields inherited from interface org.jpos.q2.QBean
DESTROYED, FAILED, STARTED, STARTING, stateString, STOPPED, STOPPING
 
Method Summary
 String getChannel()
           
 String getCountersAsString()
           
 String getCountersAsString(String isoChannelName)
           
 String getISOChannelNames()
           
 int getMaxSessions()
           
 int getMinSessions()
           
 String getPackager()
           
 int getPort()
           
 String getSocketFactory()
           
 void setChannel(String channel)
           
 void setMaxSessions(int maxSessions)
           
 void setMinSessions(int minSessions)
           
 void setPackager(String packager)
           
 void setPort(int port)
           
 void setSocketFactory(String sFactory)
           
 
Methods inherited from interface org.jpos.q2.QBeanSupportMBean
getLoader, getLoaderURLS, getLogger, getName, getRealm, getServer, setLogger, setName, setPersist, setRealm, setServer, shutdownQ2
 
Methods inherited from interface org.jpos.q2.QBean
destroy, getState, getStateAsString, init, start, stop
 
Methods inherited from interface org.jpos.q2.QPersist
getPersist, isModified
 

Method Detail

setPort

void setPort(int port)

getPort

int getPort()

setPackager

void setPackager(String packager)

getPackager

String getPackager()

setChannel

void setChannel(String channel)

getChannel

String getChannel()

setMaxSessions

void setMaxSessions(int maxSessions)

getMaxSessions

int getMaxSessions()

setMinSessions

void setMinSessions(int minSessions)

getMinSessions

int getMinSessions()

setSocketFactory

void setSocketFactory(String sFactory)

getSocketFactory

String getSocketFactory()

getISOChannelNames

String getISOChannelNames()

getCountersAsString

String getCountersAsString()

getCountersAsString

String getCountersAsString(String isoChannelName)


Copyright © 1998-2012 jPOS.org. All Rights Reserved.