public class JMSConnectionInfo extends Object
| Constructor and Description | 
|---|
JMSConnectionInfo(String jndiPropertiesString)
Create a JMSConnectionInfo 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
Properties | 
getJNDIProperties()
Get JNDI properties to establish a JMS connection 
 | 
String | 
getJNDIPropertiesString()
Return JNDI properties string 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
public JMSConnectionInfo(String jndiPropertiesString)
jndiPropertiesString - JNDI properties with # as key value delimiter and ; as properties delimiterpublic Properties getJNDIProperties()
public String getJNDIPropertiesString()
Copyright © 2016 Apache Software Foundation. All rights reserved.