org.apache.geronimo.management
Interface JCAConnectionFactory

All Superinterfaces:
J2EEManagedObject
All Known Subinterfaces:
JCAConnectionFactory
All Known Implementing Classes:
JCAConnectionFactoryImpl

public interface JCAConnectionFactory
extends J2EEManagedObject

Represents the JSR-77 type with the same name


Method Summary
 String getManagedConnectionFactory()
          The managed connection factory used by this connection factory.
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getManagedConnectionFactory

String getManagedConnectionFactory()
The managed connection factory used by this connection factory. In JDBC terms, the managed connection factory is the driver and the connection factory is the database connection pool.

Returns:
the ObjectName of the managed connection factory used by this connection factory.
See Also:
"JSR77.3.23.1.1"


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.