|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.messaging.ra.inflow.JBMActivationSpec
public class JBMActivationSpec
The activation spec These properties are set on the MDB ActivactionProperties
Field Summary | |
---|---|
java.lang.String |
strConnectionParameters
|
Constructor Summary | |
---|---|
JBMActivationSpec()
Constructor |
Method Summary | |
---|---|
java.lang.String |
getAcknowledgeMode()
Get the acknowledge mode |
int |
getAcknowledgeModeInt()
|
java.lang.String |
getClientId()
Get the client id |
java.lang.String |
getConnectionParameters()
|
java.lang.String |
getConnectorClassName()
|
java.lang.String |
getDestination()
Get the destination |
java.lang.String |
getDestinationType()
Get the destination type |
java.lang.Integer |
getForceClearAttempts()
Get force clear attempts |
java.lang.Boolean |
getForceClearOnShutdown()
Get force clear on shutdown |
java.lang.Long |
getForceClearOnShutdownInterval()
Get force clear on shutdown interval |
java.lang.Boolean |
getIsSameRMOverrideValue()
Get the is same rm override |
java.lang.Long |
getKeepAlive()
Get the keep alive |
long |
getKeepAliveLong()
Get the keep alive |
java.lang.Integer |
getMaxMessages()
Get the numer of max messages |
int |
getMaxMessagesInt()
Get the number of max messages |
java.lang.Integer |
getMaxSession()
Get the number of max session |
int |
getMaxSessionInt()
Get the number of max session |
java.lang.String |
getMessageSelector()
Get the message selector |
java.lang.Integer |
getMinSession()
Get the number of min session |
int |
getMinSessionInt()
Get the number of min session |
java.util.Map<java.lang.String,java.lang.Object> |
getParsedConnectionParameters()
|
java.lang.String |
getPassword()
Get the password |
java.lang.Boolean |
getRedeliverUnspecified()
Get the redeliver upspecified |
javax.resource.spi.ResourceAdapter |
getResourceAdapter()
Get the resource adapter |
java.lang.Boolean |
getSessionTransacted()
Get the session transacted |
java.lang.String |
getSubscriptionDurability()
Get the subscription durability |
java.lang.String |
getSubscriptionName()
Get the subscription name |
java.lang.Integer |
getTransactionTimeout()
Get the transaction timeout |
java.lang.String |
getUser()
Get the user |
boolean |
isForceClearOnShutdown()
Get force clear on shutdown |
boolean |
isSessionTransacted()
Get the session transaced |
boolean |
isSubscriptionDurable()
Get the status of subscription durability |
boolean |
isUseJNDI()
|
void |
setAcknowledgeMode(java.lang.String value)
Set the acknowledge mode |
void |
setClientId(java.lang.String value)
Set the client id |
void |
setConnectionParameters(java.lang.String configuration)
|
void |
setConnectorClassName(java.lang.String value)
|
void |
setDestination(java.lang.String value)
Set the destination |
void |
setDestinationType(java.lang.String value)
Set the destination type |
void |
setDLQJNDIName(java.lang.String name)
|
void |
setDLQMaxResent(int maxResent)
|
void |
setForceClearAttempts(java.lang.Integer value)
Set the force clear attempts |
void |
setForceClearOnShutdown(java.lang.Boolean value)
Set the force clear on shutdown |
void |
setForceClearOnShutdownInterval(java.lang.Long value)
Set the force clear on shutdown interval |
void |
setIsSameRMOverrideValue(java.lang.Boolean value)
Set the is same RM override |
void |
setKeepAlive(java.lang.Long value)
Set the keep alive |
void |
setMaxMessages(java.lang.Integer value)
Set the numer of max messages |
void |
setMaxSession(java.lang.Integer value)
Set the number of max session |
void |
setMessageSelector(java.lang.String value)
Set the message selector |
void |
setMinSession(java.lang.Integer value)
Set the number of min session |
void |
setPassword(java.lang.String value)
Set the password |
void |
setProviderAdapterJNDI(java.lang.String jndi)
|
void |
setRedeliverUnspecified(java.lang.Boolean value)
Set the redeliver unspecified |
void |
setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
Set the resource adapter |
void |
setSessionTransacted(java.lang.Boolean value)
Set the session transacted |
void |
setSubscriptionDurability(java.lang.String value)
Set the subscription durability |
void |
setSubscriptionName(java.lang.String value)
Set the subscription name |
void |
setTransactionTimeout(java.lang.Integer value)
Set the transaction timeout |
void |
setUseDLQ(boolean b)
|
void |
setUseJNDI(boolean value)
|
void |
setUser(java.lang.String value)
Set the user |
java.lang.String |
toString()
Get a string representation |
void |
validate()
Validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String strConnectionParameters
Constructor Detail |
---|
public JBMActivationSpec()
Method Detail |
---|
public javax.resource.spi.ResourceAdapter getResourceAdapter()
getResourceAdapter
in interface javax.resource.spi.ResourceAdapterAssociation
public boolean isUseJNDI()
public void setUseJNDI(boolean value)
useJNDI
- the useJNDI to setpublic void setResourceAdapter(javax.resource.spi.ResourceAdapter ra) throws javax.resource.ResourceException
setResourceAdapter
in interface javax.resource.spi.ResourceAdapterAssociation
ra
- The resource adapter
javax.resource.ResourceException
- Thrown if incorrect resource adapterpublic java.lang.String getDestination()
public void setDestination(java.lang.String value)
value
- The valuepublic java.lang.String getDestinationType()
public void setDestinationType(java.lang.String value)
value
- The valuepublic java.lang.String getMessageSelector()
public void setMessageSelector(java.lang.String value)
value
- The valuepublic java.lang.String getAcknowledgeMode()
public void setAcknowledgeMode(java.lang.String value)
value
- The valuepublic int getAcknowledgeModeInt()
public java.lang.String getSubscriptionDurability()
public void setSubscriptionDurability(java.lang.String value)
value
- The valuepublic boolean isSubscriptionDurable()
public java.lang.String getSubscriptionName()
public void setSubscriptionName(java.lang.String value)
value
- The valuepublic java.lang.String getClientId()
public void setClientId(java.lang.String value)
value
- The valuepublic java.lang.String getUser()
public void setUser(java.lang.String value)
value
- The valuepublic java.lang.String getPassword()
public void setPassword(java.lang.String value)
value
- The valuepublic java.lang.Integer getMaxMessages()
public void setMaxMessages(java.lang.Integer value)
value
- The valuepublic int getMaxMessagesInt()
public java.lang.Integer getMinSession()
public void setMinSession(java.lang.Integer value)
value
- The valuepublic int getMinSessionInt()
public java.lang.Integer getMaxSession()
public void setMaxSession(java.lang.Integer value)
value
- The valuepublic int getMaxSessionInt()
public java.lang.Long getKeepAlive()
public void setKeepAlive(java.lang.Long value)
value
- The valuepublic long getKeepAliveLong()
public java.lang.Boolean getSessionTransacted()
public void setSessionTransacted(java.lang.Boolean value)
value
- The valuepublic boolean isSessionTransacted()
public java.lang.Boolean getRedeliverUnspecified()
public void setRedeliverUnspecified(java.lang.Boolean value)
value
- The valuepublic java.lang.Integer getTransactionTimeout()
public void setTransactionTimeout(java.lang.Integer value)
value
- The valuepublic java.lang.Boolean getIsSameRMOverrideValue()
public void setIsSameRMOverrideValue(java.lang.Boolean value)
value
- The valuepublic java.lang.Boolean getForceClearOnShutdown()
public void setForceClearOnShutdown(java.lang.Boolean value)
value
- The valuepublic boolean isForceClearOnShutdown()
public java.lang.Long getForceClearOnShutdownInterval()
public void setForceClearOnShutdownInterval(java.lang.Long value)
value
- The valuepublic java.lang.Integer getForceClearAttempts()
public void setForceClearAttempts(java.lang.Integer value)
value
- The valuepublic void validate() throws javax.resource.spi.InvalidPropertyException
validate
in interface javax.resource.spi.ActivationSpec
javax.resource.spi.InvalidPropertyException
- Thrown if a validation exception occurspublic java.lang.String getConnectionParameters()
public java.util.Map<java.lang.String,java.lang.Object> getParsedConnectionParameters()
public void setConnectionParameters(java.lang.String configuration)
public java.lang.String getConnectorClassName()
public void setConnectorClassName(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
public void setUseDLQ(boolean b)
public void setDLQJNDIName(java.lang.String name)
public void setDLQMaxResent(int maxResent)
public void setProviderAdapterJNDI(java.lang.String jndi)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |