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.
|
Modifier and Type | Class and Description |
---|---|
class |
EventTypeDescriptor
This class provides access to deployment-specific attributes that
describe an installed event type.
|
class |
LibraryDescriptor
This class provides access to deployment-specific attributes that describe an
installed library.
|
class |
SbbDescriptor
This class provides access to deployment-specific attributes that
describe an installed SBB.
|
class |
ServiceDescriptor
This class provides access to deployment-specific attributes that
describe an installed Service.
|
Modifier and Type | Method and Description |
---|---|
ComponentDescriptor |
DeploymentMBean.getDescriptor(ComponentID id)
Get the component descriptor for a component identifier.
|
ComponentDescriptor[] |
DeploymentMBean.getDescriptors(ComponentID[] ids)
Get an array of component descriptors corresponding to an array of component
identifiers.
|
Modifier and Type | Class and Description |
---|---|
class |
ProfileSpecificationDescriptor
This class provides access to deployment-specific attributes that
describe an installed profile specification.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceAdaptorDescriptor
This class provides access to deployment-specific attributes that
describe an installed resource adaptor.
|
class |
ResourceAdaptorTypeDescriptor
This class provides access to deployment-specific attributes that
describe an installed resource adaptor type.
|