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 SummaryModifier 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.J2EEManagedObjectMBeangetobjectName, iseventProvider, isstateManageable, isstatisticsProvider
- 
Method Details- 
getmanagedConnectionFactoryString getmanagedConnectionFactory()The value of managedConnectionFactory must be a JCAManagedConnectionFactory OBJECT_NAME that identifies the managed connection factory associated with the corresponding connection factory.
 
-