org.apache.geronimo.management.geronimo
Interface JCAManagedConnectionFactory

All Superinterfaces:
J2EEManagedObject, JCAManagedConnectionFactory

public interface JCAManagedConnectionFactory
extends JCAManagedConnectionFactory

Version:
$Rev: 391894 $ $Date: 2006-04-06 06:00:33 +0200 (Thu, 06 Apr 2006) $

Method Summary
 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).
 Object getConfigProperty(String property)
           
 Object getConnectionFactory()
           
 String getConnectionFactoryImplClass()
           
 String getConnectionFactoryInterface()
           
 String getConnectionImplClass()
           
 String getConnectionInterface()
           
 Object getConnectionManager()
          Gets the ConnectionManager associated with this managed connection factory.
 String[] getImplementedInterfaces()
           
 String getManagedConnectionFactoryClass()
           
 void setConfigProperty(String property, Object value)
           
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getManagedConnectionFactoryClass

public String getManagedConnectionFactoryClass()

getConnectionFactoryInterface

public String getConnectionFactoryInterface()

getImplementedInterfaces

public String[] getImplementedInterfaces()

getConnectionFactoryImplClass

public String getConnectionFactoryImplClass()

getConnectionInterface

public String getConnectionInterface()

getConnectionImplClass

public String getConnectionImplClass()

getConfigProperties

public 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

public void setConfigProperty(String property,
                              Object value)
                       throws Exception
Throws:
Exception

getConfigProperty

public Object getConfigProperty(String property)
                         throws Exception
Throws:
Exception

getConnectionManager

public 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

public Object getConnectionFactory()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.