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 |
---|---|
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.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.
|