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 |
---|---|
ResourceAdaptorID |
ResourceManagementMBean.getResourceAdaptor(String entityName)
Get the resource adaptor component identifier from which a resource adaptor entity was
created.
|
ResourceAdaptorID[] |
DeploymentMBean.getResourceAdaptors()
Get the set of resource adaptors installed in the SLEE.
|
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.
|
ConfigProperties |
ResourceManagementMBean.getConfigurationProperties(ResourceAdaptorID id)
Get the configuration properties, and their default values if any, for the specified
resource adaptor.
|
String[] |
ResourceManagementMBean.getResourceAdaptorEntities(ResourceAdaptorID id)
Get the set of resource adaptor entities that have been created from a specified
resource adaptor component.
|
Modifier and Type | Method and Description |
---|---|
ResourceAdaptorID |
ResourceAdaptorContext.getResourceAdaptor()
Get the component identifier for this resource adaptor.
|
Constructor and Description |
---|
ResourceAdaptorDescriptor(ResourceAdaptorID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries,
ResourceAdaptorTypeID[] raTypes,
ProfileSpecificationID[] profileSpecs,
boolean supportsActiveReconfiguration)
Create a new resource adaptor component descriptor.
|