See: Description
Interface | Description |
---|---|
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. |
Class | Description |
---|---|
Alarm |
The
Alarm class contains information about an alarm that has
been raised in the SLEE. |
AlarmDuplicateFilter |
A notification filter that suppresses equivalent
AlarmNotification s
that occur during a specified period of time. |
AlarmLevelFilter |
A notification filter that filters
AlarmNotification s based on their
alarm level. |
AlarmNotification |
Notifications of this type are emitted by an
AlarmMBean to indicate that
some component or subsystem in the SLEE is experiencing a problem. |
AlarmThresholdFilter |
A notification filter that supresses equivalent
AlarmNotification s
until a specified number have occurred within a specified time period. |
ComponentDescriptor |
The
ComponentDescriptor class is the common base class for all
component descriptors. |
DeployableUnitDescriptor |
This class provides access to deployment-specific attributes that
describe an installed deployable unit.
|
DeployableUnitID |
The
DeployableUnitID class encapsulate the identity of deployable
units installed in the SLEE. |
EventTypeDescriptor |
This class provides access to deployment-specific attributes that
describe an installed event type.
|
LibraryDescriptor |
This class provides access to deployment-specific attributes that describe an
installed library.
|
LibraryID |
The
LibraryID class encapsulates library component identity. |
ProfileTableNotification | |
ResourceAdaptorEntityNotification | |
ResourceAdaptorEntityState |
This class defines an enumerated type that encapsulates the state of a Resource Adaptor Entity.
|
ResourceAdaptorEntityStateChangeNotification |
This notification is emitted by a
ResourceManagementMBean object to
indicate a change in the operational state of a resource adaptor entity. |
SbbDescriptor |
This class provides access to deployment-specific attributes that
describe an installed SBB.
|
SbbNotification | |
ServiceDescriptor |
This class provides access to deployment-specific attributes that
describe an installed Service.
|
ServiceState |
This class defines an enumerated type that encapsulates the state of a Service.
|
ServiceStateChangeNotification |
This notification is emitted by a
ServiceManagementMBean object to
indicate a change in the operational 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. |
SubsystemNotification | |
TraceLevelFilter |
A notification filter that filters
TraceNotification s based on their trace level. |
TraceNotification |
Notifications of this type are emitted by a
TraceMBean . |
VendorExtensionUtils |
This class provides serialization and deserialization utility methods used by
classes that implement the
VendorExtensions interface. |
Exception | Description |
---|---|
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. |