Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
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 |
---|
UnrecognizedUsageParameterSetNameException
This exception is thrown by a
UsageMBean when an attempt
is made to refer to an usage parameter set that does not exist. |
Class and Description |
---|
NoUsageParametersInterfaceDefinedException
This exception is thrown if a resource adaptor entity attempts to obtain a usage
parameter set from its
ResourceAdaptorContext if the Resource
Adaptor did not define a Usage Parameters Interface. |
UnrecognizedUsageParameterSetNameException
This exception is thrown by a
UsageMBean when an attempt
is made to refer to an usage parameter set that does not exist. |
Class and Description |
---|
SbbUsageMBean
Deprecated.
This interface has been replaced with the
UsageMBean interface,
which specifies the source of the usage information using a generic
NotificationSource object. However, to ensure backward
compatibility, a UsageMBean object that is created by the SLEE for an
SBB installed using a SLEE 1.0 deployment descriptor (as determined by the deployment
descriptor's DOCTYPE declaration) must continue to implement this interface
as well as the UsageMBean interface of SLEE 1.1. |
UsageMBean
The
UsageMBean interface defines the basic common functionality required
for the management of a single usage parameter set. |