Package javax.slee.management

Interface Summary
AlarmMBean The AlarmMBean interface defines the management interface for the AlarmFacility (and other vendor-specific alarm generating interfaces).
ComponentDescriptor This interface is the common base interface for the interfaces that define the attributes of a component descriptor.
DeployableUnitDescriptor This interface provides access to deployment-specific attributes that describe an installed deployable unit.
DeployableUnitID The DeployableUnitID interface is a marker interface to encapsulate the identity of deployable units installed in the SLEE.
DeploymentMBean The DeploymentMBean interface defines deployment-related management operations.
EventTypeDescriptor This interface provides access to deployment-specific attributes that describe an installed event type.
ProfileProvisioningMBean The ProfileProvisiningMBean interface defines management operations for creating, removing, and interacting with profiles and profile tables.
SbbDescriptor This interface provides access to deployment-specific attributes that describe an installed SBB.
ServiceDescriptor This interface provides access to deployment-specific attributes that describe an installed Service.
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 TraceFacility (and other vendor-specific trace generating interfaces).
 

Class Summary
AlarmDuplicateFilter A notification filter that suppresses equivalent AlarmNotifications that occur during a specified period of time.
AlarmLevelFilter A notification filter that filters AlarmNotifications based on their alarm level.
AlarmNotification This notification is emitted by an AlarmMBean object to indicate some component or subsystem in the SLEE is experiencing a significant problem.
AlarmThresholdFilter A notification filter that supresses equivalent AlarmNotifications until a specified number have occurred within a specified time period.
ServiceState This class defines an enumerated type that encapsulates the state of a Service.
SleeProviderFactory The SleeProviderFactory provides a static factory method for instantiating SleeProvider peer classes.
SleeState This class defines an enumerated type that encapsulates the operational state of the SLEE.
SleeStateChangeNotification This notification is emitted by a SleeManagementMBean object to indicate a change in the operational state of the SLEE.
TraceLevelFilter A notification filter that filters TraceNotifications based on their trace level.
TraceNotification This notification is emitted by a TraceMBean object when an installed component generates a trace message at a level high enough not to be filtered by the TraceMBean.
 

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.
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.
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.
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.