org.jpos.q2.iso
Interface MultiSessionChannelAdaptorMBean

All Superinterfaces:
ChannelAdaptorMBean, QBean, QBeanSupportMBean, QPersist
All Known Implementing Classes:
MultiSessionChannelAdaptor

public interface MultiSessionChannelAdaptorMBean
extends ChannelAdaptorMBean

MBean interface.

Version:
$Revision: 2241 $ $Date: 2006-01-23 11:27:32 -0200 (Mon, 23 Jan 2006) $
Author:
Alejandro Revilla

Field Summary
 
Fields inherited from interface org.jpos.q2.QBean
DESTROYED, FAILED, STARTED, STARTING, stateString, STOPPED, STOPPING
 
Method Summary
 int getSessions()
           
 void setSessions(int sessions)
           
 
Methods inherited from interface org.jpos.q2.iso.ChannelAdaptorMBean
getConnectsCounter, getCountersAsString, getHost, getIdleTimeInMillis, getInQueue, getLastTxnTimestampInMillis, getOutQueue, getPort, getReconnectDelay, getRXCounter, getSocketFactory, getTXCounter, isConnected, resetCounters, setHost, setInQueue, setOutQueue, setPort, setReconnectDelay, setSocketFactory
 
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

getSessions

int getSessions()

setSessions

void setSessions(int sessions)


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