Package host.anzo.simon
Interface LookupTableMBean
- All Known Implementing Classes:
LookupTable
public interface LookupTableMBean
JMX Interface for LookupTable
- Since:
- 1.2.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintString[]getRefIdsForSession(long sessionId) intgetRemoteRefCount(long sessionId, String refId) Long[]intNumber of references for all sessions and all remote objects
-
Field Details
-
MBEAN_SUBTYPE_SERVER
- See Also:
-
MBEAN_SUBTYPE_CLIENT
- See Also:
-
MBEAN_TYPE
- See Also:
-
-
Method Details
-
getNumberOfRemoteRefSessions
int getNumberOfRemoteRefSessions() -
getRemoteRefSessions
Long[] getRemoteRefSessions() -
getRefIdsForSession
-
getRemoteRefCount
-
getTotalRefCount
int getTotalRefCount()Number of references for all sessions and all remote objects- Returns:
- total ref count
-
getCallbackRefList
-