|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientSessionServiceMXBean
The management interface for the client session service.
An instance implementing this MBean can be obtained from the from the
getPlatformMBeanServer method.
The ObjectName for uniquely identifying this MBean is
"com.sun.sgs.service:type=ClientSessionService".
| Field Summary | |
|---|---|
static String |
MXBEAN_NAME
The name for uniquely identifying this MBean. |
| Method Summary | |
|---|---|
long |
getAddSessionStatusListenerCalls()
Returns the number of times addSessionStatusListener has been called. |
long |
getGetSessionProtocolCalls()
Returns the number of times getSessionProtocol
has been called. |
long |
getIsRelocatingToLocalNodeCalls()
Returns the number of times isRelocatingToLocalNode has been called. |
int |
getLoginHighWater()
Gets the login high water. |
int |
getNumSessions()
Gets the number of sessions logged into the session service. |
Node.Health |
getSessionServiceHealth()
Gets the health of the service. |
void |
setLoginHighWater(int highWater)
Sets the login high water. |
| Field Detail |
|---|
static final String MXBEAN_NAME
| Method Detail |
|---|
Node.Health getSessionServiceHealth()
int getNumSessions()
int getLoginHighWater()
void setLoginHighWater(int highWater)
highWater - the high water valuelong getAddSessionStatusListenerCalls()
addSessionStatusListener has been called.
addSessionStatusListener
has been calledlong getGetSessionProtocolCalls()
getSessionProtocol
has been called.
getSessionProtocol
has been calledlong getIsRelocatingToLocalNodeCalls()
isRelocatingToLocalNode has been called.
isRelocatingToLocalNode
has been called
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||