Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
javax.slee.profile |
This package defines the classes and interfaces for profiles and profile-related activities and events.
|
javax.slee.resource |
This package defines the classes and interfaces for resource adaptor components.
|
javax.slee.usage |
This package defines the interfaces and classes required to support usage collection in the SLEE.
|
Class and Description |
---|
Alarm
The
Alarm class contains information about an alarm that has
been raised in the SLEE. |
AlarmMBean
The
AlarmMBean interface defines the management interface for the
SLEE alarm subsystem. |
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. |
ComponentDescriptor
The
ComponentDescriptor class is the common base class for all
component descriptors. |
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. |
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. |
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. |
LibraryID
The
LibraryID class encapsulates library component identity. |
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.
|
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. |
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.
|
ResourceAdaptorEntityState
This class defines an enumerated type that encapsulates the state of a Resource Adaptor Entity.
|
ResourceManagementMBean
The ResourceManagementMBean interface defines resource adaptor-related management operations.
|
ServiceManagementMBean
The
ServiceManagementMBean interface defines Service-related
management operations. |
ServiceState
This class defines an enumerated type that encapsulates the state of a Service.
|
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. |
SleeState
This class defines an enumerated type that encapsulates the operational state of the SLEE.
|
TraceMBean
The
TraceMBean interface defines the management interface for the SLEE
tracing subsystem. |
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. |
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 and Description |
---|
ComponentDescriptor
The
ComponentDescriptor class is the common base class for all
component descriptors. |
DeployableUnitID
The
DeployableUnitID class encapsulate the identity of deployable
units installed in the SLEE. |
LibraryID
The
LibraryID class encapsulates library component identity. |
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.
|
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 and Description |
---|
ComponentDescriptor
The
ComponentDescriptor class is the common base class for all
component descriptors. |
DeployableUnitID
The
DeployableUnitID class encapsulate the identity of deployable
units installed in the SLEE. |
LibraryID
The
LibraryID class encapsulates library component identity. |
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 and Description |
---|
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.
|
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. |
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. |