Interface ChannelAdaptorMBean
- All Superinterfaces:
QBean, QBeanSupportMBean, QPersist
- All Known Subinterfaces:
MultiSessionChannelAdaptorMBean
- All Known Implementing Classes:
ChannelAdaptor, MultiSessionChannelAdaptor
MBean interface.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionintgetHost()longlongintgetPort()longintintbooleanvoidvoidvoidsetInQueue(String in) voidsetOutQueue(String out) voidsetPort(int port) voidsetReconnectDelay(long delay) voidsetSocketFactory(String sFac) Methods inherited from interface QBeanSupportMBean
getDump, getLoader, getLoaderURLS, getLogger, getName, getRealm, getServer, setLogger, setName, setPersist, setRealm, setServerMethods inherited from interface QPersist
getPersist, isModified
-
Method Details
-
setReconnectDelay
-
getReconnectDelay
long getReconnectDelay() -
setInQueue
-
getInQueue
-
setOutQueue
-
getOutQueue
-
setHost
-
getHost
-
setPort
-
getPort
int getPort() -
setSocketFactory
-
getSocketFactory
-
isConnected
boolean isConnected() -
resetCounters
void resetCounters() -
getCountersAsString
-
getTXCounter
int getTXCounter() -
getRXCounter
int getRXCounter() -
getConnectsCounter
int getConnectsCounter() -
getLastTxnTimestampInMillis
long getLastTxnTimestampInMillis() -
getIdleTimeInMillis
long getIdleTimeInMillis()
-