|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceAdaptorID | |
|---|---|
| javax.slee.management | |
| javax.slee.resource | |
| Uses of ResourceAdaptorID in javax.slee.management |
|---|
| Methods in javax.slee.management that return ResourceAdaptorID | |
|---|---|
ResourceAdaptorID |
ResourceManagementMBean.getResourceAdaptor(java.lang.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. |
| Methods in javax.slee.management with parameters of type ResourceAdaptorID | |
|---|---|
void |
ResourceManagementMBean.createResourceAdaptorEntity(ResourceAdaptorID id,
java.lang.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. |
java.lang.String[] |
ResourceManagementMBean.getResourceAdaptorEntities(ResourceAdaptorID id)
Get the set of resource adaptor entities that have been created from a specified resource adaptor component. |
| Uses of ResourceAdaptorID in javax.slee.resource |
|---|
| Methods in javax.slee.resource that return ResourceAdaptorID | |
|---|---|
ResourceAdaptorID |
ResourceAdaptorContext.getResourceAdaptor()
Get the component identifier for this resource adaptor. |
| Constructors in javax.slee.resource with parameters of type ResourceAdaptorID | |
|---|---|
ResourceAdaptorDescriptor(ResourceAdaptorID component,
DeployableUnitID deployableUnit,
java.lang.String source,
LibraryID[] libraries,
ResourceAdaptorTypeID[] raTypes,
ProfileSpecificationID[] profileSpecs,
boolean supportsActiveReconfiguration)
Create a new resource adaptor component descriptor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||