Package org.apache.cxf.jca.cxf
Class AssociatedManagedConnectionFactoryImpl
java.lang.Object
org.apache.cxf.jca.core.resourceadapter.ResourceBean
org.apache.cxf.jca.core.resourceadapter.AbstractManagedConnectionFactoryImpl
org.apache.cxf.jca.cxf.ManagedConnectionFactoryImpl
org.apache.cxf.jca.cxf.AssociatedManagedConnectionFactoryImpl
- All Implemented Interfaces:
jakarta.resource.spi.ManagedConnectionFactory,jakarta.resource.spi.ResourceAdapterAssociation,Serializable,CXFManagedConnectionFactory
public class AssociatedManagedConnectionFactoryImpl
extends ManagedConnectionFactoryImpl
implements jakarta.resource.spi.ResourceAdapterAssociation
- See Also:
-
Field Summary
Fields inherited from class org.apache.cxf.jca.cxf.ManagedConnectionFactoryImpl
jcaBusFactoryFields inherited from class org.apache.cxf.jca.core.resourceadapter.ResourceBean
DEFAULT_MONITOR_POLL_INTERVAL, DEFAULT_VALUE_STRING, EJB_SERVANT_BASE_URL, EJB_SERVICE_PROPERTIES_URL, LOG_LEVEL, MONITOR_EJB_SERVICE_PROPERTIES, MONITOR_POLL_INTERVAL -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptioncreateConnectionFactory(jakarta.resource.spi.ConnectionManager connMgr) booleanprotected Objectjakarta.resource.spi.ResourceAdapterinthashCode()protected voidIf outbound-resourceAdapter and the resourceAdapter has same property, the outbound-resourceAdapter property's value would take precedence.protected voidvoidsetResourceAdapter(jakarta.resource.spi.ResourceAdapter aRA) Methods inherited from class org.apache.cxf.jca.cxf.ManagedConnectionFactoryImpl
close, createConnectionFactory, createManagedConnection, getBus, getEJBServantBaseURL, getEJBServicePropertiesPollInterval, getEJBServicePropertiesURL, getEJBServicePropertiesURLInstance, getLogLevel, getMonitorEJBServiceProperties, init, setEJBServantBaseURL, setEJBServicePropertiesPollInterval, setEJBServicePropertiesURL, setLogLevel, setMonitorEJBServiceProperties, validateReferenceMethods inherited from class org.apache.cxf.jca.core.resourceadapter.AbstractManagedConnectionFactoryImpl
getLogWriter, matchManagedConnections, setLogWriterMethods inherited from class org.apache.cxf.jca.core.resourceadapter.ResourceBean
createURL, getPluginProps, getPropsURL, setDisableConsoleLogging, setProperty, validateURLStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.resource.spi.ManagedConnectionFactory
getLogWriter, matchManagedConnections, setLogWriter
-
Constructor Details
-
AssociatedManagedConnectionFactoryImpl
public AssociatedManagedConnectionFactoryImpl() -
AssociatedManagedConnectionFactoryImpl
-
-
Method Details
-
createConnectionFactory
public Object createConnectionFactory(jakarta.resource.spi.ConnectionManager connMgr) throws jakarta.resource.ResourceException - Specified by:
createConnectionFactoryin interfacejakarta.resource.spi.ManagedConnectionFactory- Overrides:
createConnectionFactoryin classManagedConnectionFactoryImpl- Throws:
jakarta.resource.ResourceException
-
setResourceAdapter
public void setResourceAdapter(jakarta.resource.spi.ResourceAdapter aRA) throws jakarta.resource.ResourceException - Specified by:
setResourceAdapterin interfacejakarta.resource.spi.ResourceAdapterAssociation- Throws:
jakarta.resource.ResourceException
-
getResourceAdapter
public jakarta.resource.spi.ResourceAdapter getResourceAdapter()- Specified by:
getResourceAdapterin interfacejakarta.resource.spi.ResourceAdapterAssociation
-
mergeResourceAdapterProps
protected void mergeResourceAdapterProps()If outbound-resourceAdapter and the resourceAdapter has same property, the outbound-resourceAdapter property's value would take precedence. -
registerBus
protected void registerBus() throws jakarta.resource.ResourceException- Throws:
jakarta.resource.ResourceException
-
getBootstrapContext
- Overrides:
getBootstrapContextin classManagedConnectionFactoryImpl
-
hashCode
public int hashCode() -
equals
-