public interface NetSessionWrapperMBean
This interface is defined through a wrapper as the NetSession component is an internal object of PoolNetwork.
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2022 ScalAgent D.T.. All rights reserved.