|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.client.rest.JMSConnectionInfoBean
public class JMSConnectionInfoBean
JMS connection info bean representing the JMS related information for a job
Constructor Summary | |
---|---|
JMSConnectionInfoBean()
|
Method Summary | |
---|---|
Properties |
getJNDIProperties()
|
Properties |
getTopicPatternProperties()
|
String |
getTopicPrefix()
|
void |
setJNDIProperties(Properties JNDIProperties)
Set the JNDI properties for jms connection |
void |
setTopicPatternProperties(Properties topicProperties)
Set the topic pattern properties |
void |
setTopicPrefix(String topicPrefix)
Sets the topic prefix |
org.json.simple.JSONObject |
toJSONObject()
Return the JSONObject for the bean with GMT time zone. |
org.json.simple.JSONObject |
toJSONObject(String timeZoneId)
Return the JSONObject for the bean with the given time zone. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JMSConnectionInfoBean()
Method Detail |
---|
public org.json.simple.JSONObject toJSONObject()
JsonBean
toJSONObject
in interface JsonBean
public void setJNDIProperties(Properties JNDIProperties)
JNDIProperties
- public Properties getJNDIProperties()
getJNDIProperties
in interface org.apache.oozie.client.JMSConnectionInfoWrapper
public org.json.simple.JSONObject toJSONObject(String timeZoneId)
JsonBean
toJSONObject
in interface JsonBean
timeZoneId
- the time zone to use
public String getTopicPrefix()
getTopicPrefix
in interface org.apache.oozie.client.JMSConnectionInfoWrapper
public void setTopicPrefix(String topicPrefix)
topicPrefix
- public void setTopicPatternProperties(Properties topicProperties)
topicProperties
- public Properties getTopicPatternProperties()
getTopicPatternProperties
in interface org.apache.oozie.client.JMSConnectionInfoWrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |