|
Interface Summary |
| AlarmMBean |
The AlarmMBean interface defines the management interface for the
SLEE alarm subsystem. |
| DeploymentMBean |
The DeploymentMBean interface defines deployment-related
management operations. |
| NotificationSource |
The NotificationSource interface is a marker interface that
is used to identify the source of an alarm, trace, or usage notification
generated within the SLEE and delivered to notification listeners. |
| ProfileProvisioningMBean |
The ProfileProvisiningMBean interface defines management operations
for creating, removing, and interacting with profiles and profile tables. |
| ProfileTableUsageMBean |
The ProfileTableUsageMBean interface defines profile table usage-related
management operations. |
| ResourceManagementMBean |
The ResourceManagementMBean interface defines resource adaptor-related management operations. |
| ResourceUsageMBean |
The ResourceUsageMBean interface defines resource adaptor usage-related
management operations. |
| ServiceManagementMBean |
The ServiceManagementMBean interface defines Service-related
management operations. |
| ServiceUsageMBean |
The ServiceUsageMBean interface defines service usage-related
management operations. |
| SleeManagementMBean |
The SleeManagementMBean interface defines the central management
interface for the SLEE. |
| SleeProvider |
The SleeProvider interface provides a management client with
enough information to begin interacting with a SLEE's management subsystem. |
| TraceMBean |
The TraceMBean interface defines the management interface for the SLEE
tracing subsystem. |
| VendorExtensions |
The VendorExtensions interface provides a means for SLEE vendors
to incorporate additional data into various SLEE object types used by SLEE
managament clients, without requiring extensions to the SLEE API. |
|
Exception Summary |
| AlreadyDeployedException |
This exception is thrown by the DeploymentMBean.install(java.lang.String) method if an
attempt is made to install a deployable unit or component with the same
identity as an entity already installed in the SLEE. |
| DependencyException |
This exception is thrown by DeploymentMBean.uninstall(javax.slee.management.DeployableUnitID) method if an
attempt is made to uninstall a deployable unit when another component in
another deployable unit depends on a component contained within the deployable
unit being uninstalled. |
| DeploymentException |
This exception is thrown by methods defined in DeploymentMBean when
a deployment operation fails due to a problem with the deployable unit. |
| InvalidLinkNameBindingStateException |
This exception is thrown by the ServiceManagementMBean if an attempt
is made to activate a service for which a required resource adaptor entity link name
binding either doesn't exist or is bound to a resource adaptor entity that does not
implement the resource adaptor type expected by the service. |
| LinkNameAlreadyBoundException |
This exception is thrown when a resource adaptor entity binding operation fails because
a resource adaptor entity is already bound to the specified link name. |
| ManagementException |
This exception is thrown by methods defined in the SLEE's management API
if a management operation could not be successfully completed due to an unexpected
system-level failure. |
| PeerUnavailableException |
This exception is thrown by the SleeProviderFactory to indicate that
a SleeProvider peer class could not be instantiated using the
class name provided. |
| ResourceAdaptorEntityAlreadyExistsException |
This exception indicates that a resource adaptor entity could not be created
because a resource adaptor entity with the same name already exists. |
| UnrecognizedDeployableUnitException |
This exception is thrown by management operations when passed a URL that does
not correspond to an installed deployable unit, or when passed a
DeployableUnitID object that is not recognized by the SLEE, or does
not identify a deployable unit installed in the SLEE. |
| UnrecognizedLinkNameException |
This exception is thrown when a resource adaptor entity unbinding operation fails because
no resource adaptor entity is bound to the specified link name. |
| UnrecognizedNotificationSourceException |
This exception is thrown by management operations when passed a
NotificationSource object that is not recognized by the SLEE. |
| UnrecognizedResourceAdaptorEntityException |
This exception is thrown by management operations in ResourceManagementMBean
when passed the name of a resource adaptor entity that does not exist in the SLEE. |
| UnrecognizedResourceAdaptorException |
This exception is thrown by management operations when passed a
ResourceAdaptorID object that is not recognized by the SLEE,
or does not identify a resource adaptor installed in the SLEE. |
| UnrecognizedSubsystemException |
This exception is thrown by management operations in SleeManagementMBean
when passed the name of a SLEE internal component or subsystem that does not exist. |
| UsageParameterSetNameAlreadyExistsException |
This exception is thrown by a ServiceUsageMBean when an
attempt is made to create an SBB parameter set with a name that has
already been used. |