org.apache.oozie.jms
Class JMSConnectionInfo
java.lang.Object
org.apache.oozie.jms.JMSConnectionInfo
public class JMSConnectionInfo
- extends Object
JMSConnectionInfo
public JMSConnectionInfo(String jndiPropertiesString)
- Create a JMSConnectionInfo
- Parameters:
jndiPropertiesString
- JNDI properties with # as key value delimiter and ; as properties delimiter
getJNDIProperties
public Properties getJNDIProperties()
- Get JNDI properties to establish a JMS connection
- Returns:
- JNDI properties
getJNDIPropertiesString
public String getJNDIPropertiesString()
- Return JNDI properties string
- Returns:
- JNDI properties string
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Apache Software Foundation. All Rights Reserved.