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.
|
Modifier and Type | Method and Description |
---|---|
ConfigProperties |
ResourceManagementMBean.getConfigurationProperties(ResourceAdaptorID id)
Get the configuration properties, and their default values if any, for the specified
resource adaptor.
|
ConfigProperties |
ResourceManagementMBean.getConfigurationProperties(String entityName)
Get the configuration properties for a resource adaptor entity.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceManagementMBean.createResourceAdaptorEntity(ResourceAdaptorID id,
String entityName,
ConfigProperties properties)
Create a resource adaptor entity using the specified configuration properties.
|
void |
ResourceManagementMBean.updateConfigurationProperties(String entityName,
ConfigProperties properties)
Reconfigure a resource adaptor entity with new configuration properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceAdaptor.raConfigurationUpdate(ConfigProperties properties)
This method is invoked by the SLEE whenever the Administrator successfully updates
a resource adaptor entity with new configuration properties.
|
void |
ResourceAdaptor.raConfigure(ConfigProperties properties)
The SLEE invokes this method on a resource adaptor object in the Unconfigured
state to provide the resource adaptor object with configuration properties for
the resource adaptor entity.
|
void |
ResourceAdaptor.raVerifyConfiguration(ConfigProperties properties)
This method is invoked by the SLEE whenever a new resource adaptor entity is
created by the Administrator, or when the Administrator attempts to update the
configuration properties of an existing resource adaptor entity.
|