org.apache.cxf.jca.cxf
Class ManagedConnectionFactoryImpl
java.lang.Object
org.apache.cxf.jca.core.resourceadapter.ResourceBean
org.apache.cxf.jca.core.resourceadapter.AbstractManagedConnectionFactoryImpl
org.apache.cxf.jca.cxf.ManagedConnectionFactoryImpl
- All Implemented Interfaces:
- java.io.Serializable, javax.resource.spi.ManagedConnectionFactory, CXFManagedConnectionFactory
- Direct Known Subclasses:
- AssociatedManagedConnectionFactoryImpl
public class ManagedConnectionFactoryImpl
- extends AbstractManagedConnectionFactoryImpl
- implements CXFManagedConnectionFactory
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.resource.spi.ManagedConnectionFactory |
equals, getLogWriter, hashCode, matchManagedConnections, setLogWriter |
jcaBusFactory
protected JCABusFactory jcaBusFactory
ManagedConnectionFactoryImpl
public ManagedConnectionFactoryImpl()
ManagedConnectionFactoryImpl
public ManagedConnectionFactoryImpl(java.util.Properties props)
setLogLevel
public void setLogLevel(java.lang.String logLevel)
setConfigurationDomain
public void setConfigurationDomain(java.lang.String name)
setConfigurationScope
public void setConfigurationScope(java.lang.String name)
setEJBServicePropertiesURL
public void setEJBServicePropertiesURL(java.lang.String name)
setMonitorEJBServiceProperties
public void setMonitorEJBServiceProperties(java.lang.Boolean monitor)
setEJBServicePropertiesPollInterval
public void setEJBServicePropertiesPollInterval(java.lang.Integer pollInterval)
getLogLevel
public java.lang.String getLogLevel()
getConfigurationDomain
public java.lang.String getConfigurationDomain()
getConfigurationScope
public java.lang.String getConfigurationScope()
getEJBServicePropertiesURL
public java.lang.String getEJBServicePropertiesURL()
getMonitorEJBServiceProperties
public java.lang.Boolean getMonitorEJBServiceProperties()
getEJBServicePropertiesPollInterval
public java.lang.Integer getEJBServicePropertiesPollInterval()
getEJBServicePropertiesURLInstance
public java.net.URL getEJBServicePropertiesURLInstance()
throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
validateReference
protected void validateReference(AbstractManagedConnectionImpl conn,
javax.security.auth.Subject subj)
- Specified by:
validateReference in class AbstractManagedConnectionFactoryImpl
createConnectionFactory
public java.lang.Object createConnectionFactory()
throws javax.resource.ResourceException
- Specified by:
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactory- Specified by:
createConnectionFactory in class AbstractManagedConnectionFactoryImpl
- Throws:
javax.resource.ResourceException
createConnectionFactory
public java.lang.Object createConnectionFactory(javax.resource.spi.ConnectionManager connMgr)
throws javax.resource.ResourceException
- Specified by:
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactory- Specified by:
createConnectionFactory in class AbstractManagedConnectionFactoryImpl
- Throws:
javax.resource.ResourceException
createManagedConnection
public javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo connReqInfo)
throws javax.resource.ResourceException
- Specified by:
createManagedConnection in interface javax.resource.spi.ManagedConnectionFactory- Specified by:
createManagedConnection in class AbstractManagedConnectionFactoryImpl
- Throws:
javax.resource.ResourceException
close
public void close()
throws javax.resource.spi.ResourceAdapterInternalException
- Specified by:
close in class AbstractManagedConnectionFactoryImpl
- Throws:
javax.resource.spi.ResourceAdapterInternalException
init
protected void init(java.lang.ClassLoader appserverClassLoader)
throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
getBus
public org.apache.cxf.Bus getBus()
getBootstrapContext
protected java.lang.Object getBootstrapContext()
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.