|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.ra.ActiveMQConnectionRequestInfo
public class ActiveMQConnectionRequestInfo
Constructor Summary | |
---|---|
ActiveMQConnectionRequestInfo()
|
Method Summary | |
---|---|
void |
configure(ActiveMQConnectionFactory factory)
Configures the given connection factory |
ActiveMQConnectionRequestInfo |
copy()
|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getClientid()
|
java.lang.Integer |
getDurableTopicPrefetch()
|
java.lang.Long |
getInitialRedeliveryDelay()
|
java.lang.Integer |
getInputStreamPrefetch()
|
java.lang.Integer |
getMaximumRedeliveries()
|
java.lang.String |
getPassword()
|
java.lang.Integer |
getQueueBrowserPrefetch()
|
java.lang.Integer |
getQueuePrefetch()
|
java.lang.Short |
getRedeliveryBackOffMultiplier()
|
java.lang.Boolean |
getRedeliveryUseExponentialBackOff()
|
java.lang.String |
getServerUrl()
|
java.lang.Integer |
getTopicPrefetch()
|
java.lang.Boolean |
getUseInboundSession()
|
java.lang.String |
getUserName()
|
int |
hashCode()
|
boolean |
isConnectionFactoryConfigured()
Returns true if this object will configure an ActiveMQConnectionFactory in any way |
boolean |
isUseInboundSessionEnabled()
|
ActiveMQPrefetchPolicy |
prefetchPolicy()
Returns the prefetch policy; not using bean properties to avoid breaking compatibility with JCA configuration in J2EE |
RedeliveryPolicy |
redeliveryPolicy()
Returns the redelivery policy; not using bean properties to avoid breaking compatibility with JCA configuration in J2EE |
void |
setAllPrefetchValues(java.lang.Integer i)
|
void |
setClientid(java.lang.String clientid)
|
void |
setDurableTopicPrefetch(java.lang.Integer durableTopicPrefetch)
|
void |
setInitialRedeliveryDelay(java.lang.Long value)
|
void |
setInputStreamPrefetch(java.lang.Integer inputStreamPrefetch)
|
void |
setMaximumRedeliveries(java.lang.Integer value)
|
void |
setPassword(java.lang.String password)
|
void |
setQueueBrowserPrefetch(java.lang.Integer queueBrowserPrefetch)
|
void |
setQueuePrefetch(java.lang.Integer queuePrefetch)
|
void |
setRedeliveryBackOffMultiplier(java.lang.Short value)
|
void |
setRedeliveryUseExponentialBackOff(java.lang.Boolean value)
|
void |
setServerUrl(java.lang.String url)
|
void |
setTopicPrefetch(java.lang.Integer topicPrefetch)
|
void |
setUseInboundSession(java.lang.Boolean useInboundSession)
|
void |
setUserName(java.lang.String userid)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActiveMQConnectionRequestInfo()
Method Detail |
---|
public ActiveMQConnectionRequestInfo copy()
public boolean isConnectionFactoryConfigured()
public void configure(ActiveMQConnectionFactory factory)
public int hashCode()
hashCode
in interface javax.resource.spi.ConnectionRequestInfo
hashCode
in class java.lang.Object
ConnectionRequestInfo.hashCode()
public boolean equals(java.lang.Object o)
equals
in interface javax.resource.spi.ConnectionRequestInfo
equals
in class java.lang.Object
ConnectionRequestInfo.equals(java.lang.Object)
public java.lang.String getServerUrl()
public void setServerUrl(java.lang.String url)
url
- The url to set.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- The password to set.public java.lang.String getUserName()
public void setUserName(java.lang.String userid)
userid
- The userid to set.public java.lang.String getClientid()
public void setClientid(java.lang.String clientid)
clientid
- The clientid to set.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Boolean getUseInboundSession()
public void setUseInboundSession(java.lang.Boolean useInboundSession)
public boolean isUseInboundSessionEnabled()
public java.lang.Short getRedeliveryBackOffMultiplier()
public java.lang.Long getInitialRedeliveryDelay()
public java.lang.Integer getMaximumRedeliveries()
public java.lang.Boolean getRedeliveryUseExponentialBackOff()
public void setRedeliveryBackOffMultiplier(java.lang.Short value)
public void setInitialRedeliveryDelay(java.lang.Long value)
public void setMaximumRedeliveries(java.lang.Integer value)
public void setRedeliveryUseExponentialBackOff(java.lang.Boolean value)
public java.lang.Integer getDurableTopicPrefetch()
public java.lang.Integer getInputStreamPrefetch()
public java.lang.Integer getQueueBrowserPrefetch()
public java.lang.Integer getQueuePrefetch()
public java.lang.Integer getTopicPrefetch()
public void setAllPrefetchValues(java.lang.Integer i)
public void setDurableTopicPrefetch(java.lang.Integer durableTopicPrefetch)
public void setInputStreamPrefetch(java.lang.Integer inputStreamPrefetch)
public void setQueueBrowserPrefetch(java.lang.Integer queueBrowserPrefetch)
public void setQueuePrefetch(java.lang.Integer queuePrefetch)
public void setTopicPrefetch(java.lang.Integer topicPrefetch)
public RedeliveryPolicy redeliveryPolicy()
public ActiveMQPrefetchPolicy prefetchPolicy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |