Package com.opencloud.rhino.management
-
Interface Summary Interface Description AuditingManagementMBean TheAuditingManagementMBean
interface provides methods for interacting with Rhino’s auditing subsystems.SleeManagementMBean The SleeManagementMBean interface defines the central management interface for the SLEE. -
Class Summary Class Description BindingResult Result object returned from a binding operation.HostRemappingSslRMIClientSocketFactory An SslRMIClientSocketFactory that overrides the host string provided in a socket creation request with the host string provided during object construction.MBeanUtil StateChangeNotificationExtensions This class defines Rhino-specific extensions applicable to state change notifications generated by the SLEE when the SLEE, a service, or a resource adaptor entity changes state. -
Enum Summary Enum Description SleeActualState SLEE actual state values.SleeDesiredState SLEE desired state values. -
Exception Summary Exception Description BindingAlreadyExistsException This exception is thrown when a component binding operation fails because the specified binding descriptor has already been associated with the target component.BindingVerificationException This exception is thrown when a component binding operation fails due to a problem with the binding descriptor.NoAuthenticatedSubjectException This exception is thrown by management methods that need to associate runtime state with a user connection if the user has not been authenticated.NoSuchBindingException This exception is thrown when a component unbinding operation fails because the specified binding descriptor is not currently associated with the target component.UnrecognizedBindingDescriptorException This exception is thrown by management operations when passed aBindingDescriptorID
object that is not recognized by the SLEE, or does not identify a binding descriptor installed in the SLEE.