Interface LookupTableMBean

All Known Implementing Classes:
LookupTable

public interface LookupTableMBean
JMX Interface for LookupTable
Since:
1.2.0
  • Field Details

  • Method Details

    • getNumberOfRemoteRefSessions

      int getNumberOfRemoteRefSessions()
    • getRemoteRefSessions

      Long[] getRemoteRefSessions()
    • getRefIdsForSession

      String[] getRefIdsForSession(long sessionId)
    • getRemoteRefCount

      int getRemoteRefCount(long sessionId, String refId)
    • getTotalRefCount

      int getTotalRefCount()
      Number of references for all sessions and all remote objects
      Returns:
      total ref count
    • getCallbackRefList

      List<String> getCallbackRefList()