org.jpos.q2.iso
Class QServer
java.lang.Object
org.jpos.q2.QBeanSupport
org.jpos.q2.iso.QServer
- All Implemented Interfaces:
- Configurable, QServerMBean, QBean, QBeanSupportMBean, QPersist
public class QServer
- extends QBeanSupport
- implements QServerMBean
ISO Server wrapper.
- Version:
- $Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
- Author:
- Alwyn Schoeman
| Methods inherited from class org.jpos.q2.QBeanSupport |
destroy, getConfiguration, getFactory, getLoader, getLoaderURLS, getLog, getLogger, getName, getPersist, getServer, getState, getStateAsString, init, isModified, running, setConfiguration, setLogger, setModified, setName, setPersist, setServer, setState, shutdownQ2, start, stop |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QServer
public QServer()
startService
public void startService()
stopService
public void stopService()
setPort
public void setPort(int port)
- Specified by:
setPort in interface QServerMBean
getPort
public int getPort()
- Specified by:
getPort in interface QServerMBean
setPackager
public void setPackager(java.lang.String packager)
- Specified by:
setPackager in interface QServerMBean
getPackager
public java.lang.String getPackager()
- Specified by:
getPackager in interface QServerMBean
setChannel
public void setChannel(java.lang.String channel)
- Specified by:
setChannel in interface QServerMBean
getChannel
public java.lang.String getChannel()
- Specified by:
getChannel in interface QServerMBean
setMaxSessions
public void setMaxSessions(int maxSessions)
- Specified by:
setMaxSessions in interface QServerMBean
getMaxSessions
public int getMaxSessions()
- Specified by:
getMaxSessions in interface QServerMBean
setMinSessions
public void setMinSessions(int minSessions)
- Specified by:
setMinSessions in interface QServerMBean
getMinSessions
public int getMinSessions()
- Specified by:
getMinSessions in interface QServerMBean
setSocketFactory
public void setSocketFactory(java.lang.String sFactory)
- Specified by:
setSocketFactory in interface QServerMBean
getSocketFactory
public java.lang.String getSocketFactory()
- Specified by:
getSocketFactory in interface QServerMBean
getISOChannelNames
public java.lang.String getISOChannelNames()
- Specified by:
getISOChannelNames in interface QServerMBean
getCountersAsString
public java.lang.String getCountersAsString()
- Specified by:
getCountersAsString in interface QServerMBean
getCountersAsString
public java.lang.String getCountersAsString(java.lang.String isoChannelName)
- Specified by:
getCountersAsString in interface QServerMBean