|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigProperties | |
|---|---|
| javax.slee.management | |
| javax.slee.resource | |
| Uses of ConfigProperties in javax.slee.management |
|---|
| Methods in javax.slee.management that return ConfigProperties | |
|---|---|
ConfigProperties |
ResourceManagementMBean.getConfigurationProperties(ResourceAdaptorID id)
Get the configuration properties, and their default values if any, for the specified resource adaptor. |
ConfigProperties |
ResourceManagementMBean.getConfigurationProperties(java.lang.String entityName)
Get the configuration properties for a resource adaptor entity. |
| Methods in javax.slee.management with parameters of type ConfigProperties | |
|---|---|
void |
ResourceManagementMBean.createResourceAdaptorEntity(ResourceAdaptorID id,
java.lang.String entityName,
ConfigProperties properties)
Create a resource adaptor entity using the specified configuration properties. |
void |
ResourceManagementMBean.updateConfigurationProperties(java.lang.String entityName,
ConfigProperties properties)
Reconfigure a resource adaptor entity with new configuration properties. |
| Uses of ConfigProperties in javax.slee.resource |
|---|
| Methods in javax.slee.resource with parameters of type ConfigProperties | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||