public class ActiveMQResourceAdapter
extends org.apache.activemq.ra.ActiveMQResourceAdapter
| Constructor and Description |
|---|
ActiveMQResourceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
javax.resource.spi.BootstrapContext |
getBootstrapContext() |
String |
getDataSource() |
int |
getStartupTimeout() |
void |
setDataSource(String dataSource) |
void |
setServerUrl(String url) |
void |
setStartupTimeout(Duration startupTimeout) |
void |
setUseDatabaseLock(String useDatabaseLock) |
void |
start(javax.resource.spi.BootstrapContext bootstrapContext) |
void |
stop() |
endpointActivation, endpointDeactivation, equals, getBrokerXmlConfig, getConnectionFactory, getXAResources, hashCode, makeConnection, makeConnection, setBrokerXmlConfig, setConnectionFactorycreateConnectionFactory, defaultValue, emptyToNull, getClientid, getDurableTopicPrefetch, getInfo, getInitialRedeliveryDelay, getInputStreamPrefetch, getMaximumRedeliveries, getMaximumRedeliveryDelay, getOptimizeDurableTopicPrefetch, getPassword, getQueueBrowserPrefetch, getQueuePrefetch, getRedeliveryBackOffMultiplier, getRedeliveryUseExponentialBackOff, getServerUrl, getTopicPrefetch, getUseInboundSession, getUserName, isUseInboundSessionEnabled, makeConnection, makeConnection, notEqual, setAllPrefetchValues, setClientid, setDurableTopicPrefetch, setInfo, setInitialRedeliveryDelay, setInputStreamPrefetch, setMaximumRedeliveries, setMaximumRedeliveryDelay, setOptimizeDurableTopicPrefetch, setPassword, setQueueBrowserPrefetch, setQueuePrefetch, setRedeliveryBackOffMultiplier, setRedeliveryUseExponentialBackOff, setTopicPrefetch, setUseInboundSession, setUserNamepublic String getDataSource()
public void setDataSource(String dataSource)
public void setUseDatabaseLock(String useDatabaseLock)
public int getStartupTimeout()
public void setStartupTimeout(Duration startupTimeout)
public void setServerUrl(String url)
setServerUrl in class org.apache.activemq.ra.ActiveMQConnectionSupportpublic void start(javax.resource.spi.BootstrapContext bootstrapContext)
throws javax.resource.spi.ResourceAdapterInternalException
start in interface javax.resource.spi.ResourceAdapterstart in class org.apache.activemq.ra.ActiveMQResourceAdapterjavax.resource.spi.ResourceAdapterInternalExceptionpublic javax.resource.spi.BootstrapContext getBootstrapContext()
getBootstrapContext in interface org.apache.activemq.ra.MessageResourceAdaptergetBootstrapContext in class org.apache.activemq.ra.ActiveMQResourceAdapterpublic void stop()
stop in interface javax.resource.spi.ResourceAdapterstop in class org.apache.activemq.ra.ActiveMQResourceAdapterCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.