org.apache.geronimo.connector.outbound
Class JCAConnectionFactoryImpl

java.lang.Object
  extended by org.apache.geronimo.connector.outbound.JCAConnectionFactoryImpl
All Implemented Interfaces:
J2EEManagedObject, JCAConnectionFactory

public class JCAConnectionFactoryImpl
extends Object
implements JCAConnectionFactory


Constructor Summary
JCAConnectionFactoryImpl(String objectName, JCAManagedConnectionFactory managedConnectionFactory)
           
 
Method Summary
 String getManagedConnectionFactory()
           
 JCAManagedConnectionFactory getManagedConnectionFactoryInstance()
           
 String getObjectName()
           
 boolean isEventProvider()
           
 boolean isStateManageable()
           
 boolean isStatisticsProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCAConnectionFactoryImpl

public JCAConnectionFactoryImpl(String objectName,
                                JCAManagedConnectionFactory managedConnectionFactory)
Method Detail

getManagedConnectionFactory

public String getManagedConnectionFactory()
Specified by:
getManagedConnectionFactory in interface JCAConnectionFactory

getManagedConnectionFactoryInstance

public JCAManagedConnectionFactory getManagedConnectionFactoryInstance()

getObjectName

public String getObjectName()
Specified by:
getObjectName in interface J2EEManagedObject

isStateManageable

public boolean isStateManageable()
Specified by:
isStateManageable in interface J2EEManagedObject

isStatisticsProvider

public boolean isStatisticsProvider()
Specified by:
isStatisticsProvider in interface J2EEManagedObject

isEventProvider

public boolean isEventProvider()
Specified by:
isEventProvider in interface J2EEManagedObject


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