public interface SmppServerCounters
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears all counters (including session size(s)).
|
int |
getBindRequested() |
int |
getBindTimeouts() |
int |
getChannelConnects() |
int |
getChannelDisconnects() |
int |
getReceiverSessionSize() |
int |
getSessionCreated() |
int |
getSessionDestroyed() |
int |
getSessionSize() |
int |
getTransceiverSessionSize() |
int |
getTransmitterSessionSize() |
void |
reset()
Resets counters that don't track any state (e.g.
|
void clear()
void reset()
int getChannelConnects()
int getChannelDisconnects()
int getBindTimeouts()
int getBindRequested()
int getSessionCreated()
int getSessionDestroyed()
int getReceiverSessionSize()
int getSessionSize()
int getTransceiverSessionSize()
int getTransmitterSessionSize()
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.