org.apache.oozie.jms
Class JMSConnectionInfo

java.lang.Object
  extended by org.apache.oozie.jms.JMSConnectionInfo

public class JMSConnectionInfo
extends Object


Constructor Summary
JMSConnectionInfo(String jndiPropertiesString)
          Create a JMSConnectionInfo
 
Method Summary
 boolean equals(Object obj)
           
 Properties getJNDIProperties()
          Get JNDI properties to establish a JMS connection
 String getJNDIPropertiesString()
          Return JNDI properties string
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMSConnectionInfo

public JMSConnectionInfo(String jndiPropertiesString)
Create a JMSConnectionInfo

Parameters:
jndiPropertiesString - JNDI properties with # as key value delimiter and ; as properties delimiter
Method Detail

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.