public class JmsAddress
extends java.lang.Object
Constructor and Description |
---|
JmsAddress()
Default constructor
|
JmsAddress(java.lang.String jndiDestinationName, java.lang.String jndiConnectionFactoryName)
Contructs a jms address with a destination name and a connection factory name
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJndiConnectionFactoryName()
Get the jndi name of the connection factory
|
java.lang.String |
getJndiDestinationName()
Get the jndi name of the jms destination
|
void |
setJndiConnectionFactoryName(java.lang.String jndiConnectionFactoryName)
Set the jndi name of the connection factory
|
void |
setJndiDestinationName(java.lang.String jndiDestinationName)
Set the jndi name of the jms destination
|
public JmsAddress()
public JmsAddress(java.lang.String jndiDestinationName, java.lang.String jndiConnectionFactoryName)
jndiDestinationName
- the jndi name of the jms destinationjndiConnectionFactoryName
- the jndi name of the connection factorypublic java.lang.String getJndiDestinationName()
public void setJndiDestinationName(java.lang.String jndiDestinationName)
jndiDestinationName
- the jndi name of the destinationpublic java.lang.String getJndiConnectionFactoryName()
public void setJndiConnectionFactoryName(java.lang.String jndiConnectionFactoryName)
jndiConnectionFactoryName
- the jndi name of the connection factory