org.apache.geronimo.management.geronimo
Interface JCAManagedConnectionFactory
- All Superinterfaces:
- J2EEManagedObject, JCAManagedConnectionFactory
public interface JCAManagedConnectionFactory
- extends JCAManagedConnectionFactory
getManagedConnectionFactoryClass
String getManagedConnectionFactoryClass()
getConnectionFactoryInterface
String getConnectionFactoryInterface()
getImplementedInterfaces
String[] getImplementedInterfaces()
getConnectionFactoryImplClass
String getConnectionFactoryImplClass()
getConnectionInterface
String getConnectionInterface()
getConnectionImplClass
String getConnectionImplClass()
getConfigProperties
Map getConfigProperties()
- Gets the config properties in the form of a map where the key is the
property name and the value is property type (as a String not a Class).
setConfigProperty
void setConfigProperty(String property,
Object value)
throws Exception
- Throws:
Exception
getConfigProperty
Object getConfigProperty(String property)
throws Exception
- Throws:
Exception
getConnectionManager
Object getConnectionManager()
- Gets the ConnectionManager associated with this managed
connection factory. This object should implement
javax.resource.spi.ConnectionManager and
org.apache.geronimo.connector.outbound.PoolingAttributes
getConnectionFactory
Object getConnectionFactory()
Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.