Interface JCAResourceMBean
-
- All Superinterfaces:
J2EEManagedObjectMBean
,J2EEResourceMBean
public interface JCAResourceMBean extends J2EEResourceMBean
Identifies a JCA resource. A JCAResource object manages one or more connection factories. For each JCA resource provided on a server, there must be one JCAResource OBJECT_NAME in the servers resources list that identifies it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getconnectionFactories()
A list of the connection factories available on the corresponding JCAResource object.-
Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBean
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
-
-
-
-
Method Detail
-
getconnectionFactories
java.lang.String[] getconnectionFactories()
A list of the connection factories available on the corresponding JCAResource object. For each connection factory available to this JCAResource there must be one JCAConnectionFactory OBJECT_NAME in the connectionFactories list that identifies it.
-
-