Interface ResourceAdapterModuleMBean
- All Superinterfaces:
J2EEDeployedObjectMBean
,J2EEManagedObjectMBean
,J2EEModuleMBean
The ResourceAdapterModule model identifies a deployed resource adapter archive
(RAR).
-
Method Summary
Modifier and TypeMethodDescriptionString[]
A list of resource adapters contained in this resource adapter module.Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEDeployedObjectMBean
getdeploymentDescriptor, getserver
Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBean
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEModuleMBean
getjavaVMs
-
Method Details
-
getresourceAdapters
String[] getresourceAdapters()A list of resource adapters contained in this resource adapter module. For each resource adapter contained in the deployed RAR module, there must be one ResourceAdapter OBJECT_NAME in the resourceAdapters list that identifies it.
-