|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetSessionWrapperMBean
JMX interface of a NetSesion component.
This interface is defined through a wrapper as the NetSession component is an internal object of PoolNetwork.
Method Summary | |
---|---|
long |
getLastReceived()
Returns the time in milliseconds of last message received. |
int |
getMaxMessageInFlow()
Gets the maximum number of message sent and non acknowledged. |
int |
getNbAckSent()
Returns the number of acknowledge sent since last reboot. |
int |
getNbBufferingMessageToSent()
Returns the number of buffering messages to sent since last reboot. |
int |
getNbMessageReceived()
Returns the number of messages received since last reboot. |
int |
getNbMessageSent()
Returns the number of messages sent since last reboot. |
int |
getNbWaitingMessages()
Gets the number of waiting messages to send for this session. |
short |
getRemoteSID()
Gets the server identification of remote host. |
boolean |
isRunning()
Tests if the session is connected. |
void |
setMaxMessageInFlow(int maxMessageInFlow)
Sets the maximum number of message sent and non acknowledged. |
Method Detail |
---|
short getRemoteSID()
int getMaxMessageInFlow()
void setMaxMessageInFlow(int maxMessageInFlow)
maxMessageInFlow
- the maximum number of message sent and non acknowledged.boolean isRunning()
int getNbWaitingMessages()
int getNbMessageSent()
int getNbMessageReceived()
int getNbAckSent()
long getLastReceived()
int getNbBufferingMessageToSent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |