public class AssociatedManagedConnectionFactoryImpl extends ManagedConnectionFactoryImpl implements javax.resource.spi.ResourceAdapterAssociation
jcaBusFactoryDEFAULT_MONITOR_POLL_INTERVAL, DEFAULT_VALUE_STRING, EJB_SERVANT_BASE_URL, EJB_SERVICE_PROPERTIES_URL, LOG_LEVEL, MONITOR_EJB_SERVICE_PROPERTIES, MONITOR_POLL_INTERVAL| Constructor and Description |
|---|
AssociatedManagedConnectionFactoryImpl() |
AssociatedManagedConnectionFactoryImpl(Properties props) |
| Modifier and Type | Method and Description |
|---|---|
Object |
createConnectionFactory(javax.resource.spi.ConnectionManager connMgr) |
boolean |
equals(Object o) |
protected Object |
getBootstrapContext() |
javax.resource.spi.ResourceAdapter |
getResourceAdapter() |
int |
hashCode() |
protected void |
mergeResourceAdapterProps()
If outbound-resourceAdapter and the resourceAdapter has same property,
the outbound-resourceAdapter property's value would take precedence.
|
protected void |
registerBus() |
void |
setResourceAdapter(javax.resource.spi.ResourceAdapter aRA) |
close, createConnectionFactory, createManagedConnection, getBus, getEJBServantBaseURL, getEJBServicePropertiesPollInterval, getEJBServicePropertiesURL, getEJBServicePropertiesURLInstance, getLogLevel, getMonitorEJBServiceProperties, init, setEJBServantBaseURL, setEJBServicePropertiesPollInterval, setEJBServicePropertiesURL, setLogLevel, setMonitorEJBServiceProperties, validateReferencegetLogWriter, matchManagedConnections, setLogWritercreateURL, getPluginProps, getPropsURL, setDisableConsoleLogging, setProperty, validateURLStringpublic AssociatedManagedConnectionFactoryImpl()
public AssociatedManagedConnectionFactoryImpl(Properties props)
public Object createConnectionFactory(javax.resource.spi.ConnectionManager connMgr) throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactorycreateConnectionFactory in class ManagedConnectionFactoryImpljavax.resource.ResourceExceptionpublic void setResourceAdapter(javax.resource.spi.ResourceAdapter aRA)
throws javax.resource.ResourceException
setResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociationjavax.resource.ResourceExceptionpublic javax.resource.spi.ResourceAdapter getResourceAdapter()
getResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociationprotected void mergeResourceAdapterProps()
protected void registerBus()
throws javax.resource.ResourceException
javax.resource.ResourceExceptionprotected Object getBootstrapContext()
getBootstrapContext in class ManagedConnectionFactoryImplpublic int hashCode()
Apache CXF