Interface | Description |
---|---|
AuditingManagementMBean |
The
AuditingManagementMBean interface provides methods for interacting with Rhino’s auditing subsystems. |
SleeManagementMBean |
The SleeManagementMBean interface defines the central management interface for the SLEE.
|
Class | Description |
---|---|
BindingResult |
Result object returned from a binding operation.
|
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.
|
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 a
BindingDescriptorID object that is not recognized by the SLEE, or does not identify a binding descriptor installed in the SLEE. |