Interface JCAConnectionFactoryMBean
- All Superinterfaces:
J2EEManagedObjectMBean
Identifies a connection factory. For each connection factory available to a server,
there must be one managed object that implements the JCAConnectionFactory
model.
-
Method Summary
Modifier and TypeMethodDescriptionThe value of managedConnectionFactory must be a JCAManagedConnectionFactory OBJECT_NAME that identifies the managed connection factory associated with the corresponding connection factory.Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBean
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
-
Method Details
-
getmanagedConnectionFactory
String getmanagedConnectionFactory()The value of managedConnectionFactory must be a JCAManagedConnectionFactory OBJECT_NAME that identifies the managed connection factory associated with the corresponding connection factory.
-