Interface JCAConnectionFactoryMBean
- 
- All Superinterfaces:
- J2EEManagedObjectMBean
 
 public interface JCAConnectionFactoryMBean extends 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetmanagedConnectionFactory()The 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
 
- 
 
-