public interface DefaultSmppServerMXBean
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getBindRequested() |
long |
getBindTimeout() |
int |
getBindTimeouts() |
int |
getChannelConnects() |
int |
getChannelDisconnects() |
int |
getConnectionSize() |
int |
getMaxConnectionSize() |
int |
getReceiverSessionSize() |
int |
getSessionCreated() |
int |
getSessionDestroyed() |
int |
getSessionSize() |
int |
getTransceiverSessionSize() |
int |
getTransmitterSessionSize() |
boolean |
isDestroyed() |
boolean |
isNonBlockingSocketsEnabled() |
boolean |
isReuseAddress() |
boolean |
isStarted() |
boolean |
isStopped() |
void |
resetCounters() |
void |
start() |
void |
stop() |
boolean isStarted()
boolean isStopped()
boolean isDestroyed()
void start()
throws SmppChannelException
SmppChannelExceptionvoid stop()
void destroy()
void resetCounters()
int getSessionSize()
int getTransceiverSessionSize()
int getTransmitterSessionSize()
int getReceiverSessionSize()
int getMaxConnectionSize()
int getConnectionSize()
long getBindTimeout()
boolean isNonBlockingSocketsEnabled()
boolean isReuseAddress()
int getChannelConnects()
int getChannelDisconnects()
int getBindTimeouts()
int getBindRequested()
int getSessionCreated()
int getSessionDestroyed()
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.