void |
NodeHousekeepingMBean.cancelRemoteTimer(String remoteTimerID) |
Cancel a remote timer.
|
void |
NodeHousekeepingMBean.cancelTimer(String timerID) |
Cancel a SLEE timer.
|
CompositeData |
NodeHousekeepingMBean.getActivityInfo(String activityPKey,
boolean showAllGenerations) |
Get information about a SLEE activity.
|
CompositeData |
NodeHousekeepingMBean.getActivityInfo(String activityPKey,
boolean showAllGenerations,
boolean nonResident) |
Get information about a SLEE activity.
|
TabularData |
NodeHousekeepingMBean.getAttachedActivities(int maxPerNode,
ServiceID serviceID,
SbbID sbbID,
String sbbPKey) |
Return a table of activities attached to an SBB entity.
|
TabularData |
NodeHousekeepingMBean.getAttachedActivities(int maxPerNode,
ServiceID serviceID,
SbbID sbbID,
String sbbPKey,
boolean nonResident) |
Return a table of activities attached to an SBB entity.
|
CompositeData |
NodeHousekeepingMBean.getRemoteTimerInfo(String remoteTimerID) |
Get information about a remote timer.
|
CompositeData |
NodeHousekeepingMBean.getSbbDiagnostics(ServiceID serviceID,
SbbID sbbID,
String sbbPKey) |
Return diagnostic information about the state of a particular SBB entity.
|
CompositeData |
NodeHousekeepingMBean.getSbbDiagnostics(ServiceID serviceID,
SbbID sbbID,
String sbbPKey,
boolean nonResident) |
Return diagnostic information about the state of a particular SBB entity.
|
CompositeData |
NodeHousekeepingMBean.getSbbInfo(ServiceID serviceID,
SbbID sbbID,
String sbbPKey) |
Return detailed information about the state of a particular SBB entity.
|
CompositeData |
NodeHousekeepingMBean.getSbbInfo(ServiceID serviceID,
SbbID sbbID,
String sbbPKey,
boolean nonResident) |
Return detailed information about the state of a particular SBB entity.
|
CompositeData |
NodeHousekeepingMBean.getTimerInfo(String timerID) |
Get information about a SLEE timer.
|
void |
NodeHousekeepingMBean.removeActivity(String activityPKey) |
Remove an activity.
|
void |
NodeHousekeepingMBean.removeActivity(String activityPKey,
boolean nonResident) |
Remove an activity.
|
void |
NodeHousekeepingMBean.removeActivityBinding(String activityPKey,
String name) |
Remove an activity context naming facility binding.
|
void |
NodeHousekeepingMBean.removeActivityBinding(String activityPKey,
String name,
boolean nonResident) |
Remove an activity context naming facility binding.
|
void |
NodeHousekeepingMBean.removeSbb(ServiceID serviceID,
SbbID sbbID,
String sbbPKey) |
Removes an SBB entity.
|
void |
NodeHousekeepingMBean.removeSbb(ServiceID serviceID,
SbbID sbbID,
String sbbPKey,
boolean nonResident) |
Removes an SBB entity.
|