Package | Description |
---|---|
com.opencloud.rhino.management.admin.ext |
Modifier and Type | Method and Description |
---|---|
TabularData |
NodeHousekeepingMBean.getAttachedActivities(int maxPerNode,
ServiceID serviceID,
SbbID sbbID,
String sbbPKey)
Return a table of activities attached to an SBB entity.
|
CompositeData |
NodeHousekeepingMBean.getSbbDiagnostics(ServiceID serviceID,
SbbID sbbID,
String sbbPKey)
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.
|
void |
NodeHousekeepingMBean.removeSbb(ServiceID serviceID,
SbbID sbbID,
String sbbPKey)
Removes an SBB entity.
|