Uses of Class
com.opencloud.rhino.management.admin.ext.UnknownSbbEntityException
-
Packages that use UnknownSbbEntityException Package Description com.opencloud.rhino.management.admin.ext -
-
Uses of UnknownSbbEntityException in com.opencloud.rhino.management.admin.ext
Methods in com.opencloud.rhino.management.admin.ext that throw UnknownSbbEntityException Modifier and Type Method Description 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. 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.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.
-