|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmsAttributes
JMS specific attributes.
| Method Summary | |
|---|---|
String |
getCorrelationScheme()
Gets the correlation scheme used by the stub/skeleton: messageID, correlationID or none |
String |
getCreateDestinationMode()
Gets the mode used to create destination: always, never, or ifNotExist |
String |
getDestinationType()
Gets the type of the created destination: queue or topic. |
String |
getJndiConnectionFactoryName()
Gets the JNDI name of the connection factory to use. |
String |
getJndiDestinationName()
Gets the JNDI name of the destination to use. |
String |
getJndiInitialContextFactory()
Gets the JNDI initial context factory. |
String |
getJndiResponseDestinationName()
Gets the JNDI name of the destination on which responses will be send. |
String |
getJndiURL()
Get the jndiURL used to configure the stub/skeleton. |
boolean |
getPersistent()
Gets if messages sent by the stub/skeleton are persistent. |
int |
getPriority()
Gets the priority of messages sent by the stub/skeleton. |
String |
getSelector()
Gets the selector used to consume messages. |
long |
getTimeToLive()
Gets the living time of messages sent by the stub/skeleton. |
void |
setCorrelationScheme(String scheme)
Sets the correlation scheme used by the stub/skeleton: messageID, correlationID or none |
void |
setCreateDestinationMode(String mode)
Sets the mode used to create destination always, never, or ifNotExist |
void |
setDestinationType(String type)
Sets the type of the created destination: queue or topic. |
void |
setJndiConnectionFactoryName(String jndiConnFactName)
Sets the JNDI name of the connection factory to use. |
void |
setJndiDestinationName(String jndiDestinationName)
Sets the JNDI name of the destination to use. |
void |
setJndiInitialContextFactory(String jndiInitialContextFactory)
Sets the JNDI initial context factory. |
void |
setJndiResponseDestinationName(String name)
Sets the JNDI name of the destination on which responses will be send. |
void |
setJndiURL(String jndiURL)
Set the jndiURL used to configure the stub/skeleton. |
void |
setPersistent(boolean persistent)
Sets the persistence of messages sent by the stub/skeleton. |
void |
setPriority(int priority)
Sets the priority of messages sent by the stub/skeleton. |
void |
setSelector(String selector)
Sets the selector used to consume messages. |
void |
setTimeToLive(long timeToLive)
Sets the living time of messages sent by the stub/skeleton. |
| Method Detail |
|---|
String getJndiURL()
void setJndiURL(String jndiURL)
jndiURL - String getJndiDestinationName()
void setJndiDestinationName(String jndiDestinationName)
jndiDestinationName - the JNDI name of the destination.String getJndiInitialContextFactory()
void setJndiInitialContextFactory(String jndiInitialContextFactory)
jndiInitialContextFactory - the JNDI initial context factory.String getJndiConnectionFactoryName()
void setJndiConnectionFactoryName(String jndiConnFactName)
jndiConnFactName - the JNDI name of the connection factory.int getPriority()
void setPriority(int priority)
priority - the priority of messages sent by the stub/skeleton.long getTimeToLive()
void setTimeToLive(long timeToLive)
timeToLive - the living time of messages sent by the stub/skeleton.String getSelector()
void setSelector(String selector)
selector - the selector used to consume messages.boolean getPersistent()
void setPersistent(boolean persistent)
persistent - true if messages sent by the stub/skeleton must be persistent.String getCreateDestinationMode()
JmsConnectorConstants.CREATE_ALWAYS,
JmsConnectorConstants.CREATE_NEVER,
JmsConnectorConstants.CREATE_IFNOTEXISTvoid setCreateDestinationMode(String mode)
mode - the mode used to create destination.JmsConnectorConstants.CREATE_ALWAYS,
JmsConnectorConstants.CREATE_NEVER,
JmsConnectorConstants.CREATE_IFNOTEXISTString getDestinationType()
JmsConnectorConstants.TYPE_QUEUE,
JmsConnectorConstants.TYPE_TOPICvoid setDestinationType(String type)
type - the type of the created destination.JmsConnectorConstants.TYPE_QUEUE,
JmsConnectorConstants.TYPE_TOPICString getJndiResponseDestinationName()
void setJndiResponseDestinationName(String name)
name - the JNDI name of the response destinationString getCorrelationScheme()
JmsConnectorConstants.MESSAGE_ID_SCHEME,
JmsConnectorConstants.CORRELATION_ID_SCHEMEvoid setCorrelationScheme(String scheme)
scheme - the correlation schemeJmsConnectorConstants.MESSAGE_ID_SCHEME,
JmsConnectorConstants.CORRELATION_ID_SCHEME
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||