|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PoolNetworkMBean
JMX interface of the PoolNetwork component. This interface only reports global indicators of the component, each NetSession has its own JMX interface.
Method Summary | |
---|---|
boolean |
getCompressedFlows()
Returns if the stream between servers are compressed or not. |
long |
getIdleTimeout()
Gets the number of waiting messages to send for this session. |
int |
getNbActiveSession()
Gets the number of active session. |
int |
getNbMaxActiveSession()
Gets the maximum number of active session. |
void |
setIdleTimeout(long idleTimeout)
Sets the maximum idle period permitted before reseting the connection. |
Methods inherited from interface fr.dyade.aaa.agent.NetworkMBean |
---|
getAverageLoad1, getAverageLoad15, getAverageLoad5, getName, getNbMessageReceived, getNbMessageSent, getNbWaitingMessages, getWDActivationPeriod, getWDNbRetryLevel1, getWDNbRetryLevel2, getWDRetryPeriod1, getWDRetryPeriod2, getWDRetryPeriod3, isRunning, setWDActivationPeriod, setWDNbRetryLevel1, setWDNbRetryLevel2, setWDRetryPeriod1, setWDRetryPeriod2, setWDRetryPeriod3, start, stop, toString |
Method Detail |
---|
int getNbMaxActiveSession()
int getNbActiveSession()
long getIdleTimeout()
void setIdleTimeout(long idleTimeout)
the
- maximum idle period permitted before reseting the connection.boolean getCompressedFlows()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |