public class JMSConnectionInfoBean extends Object implements JsonBean, JMSConnectionInfoWrapper
| Constructor and Description |
|---|
JMSConnectionInfoBean() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public JMSConnectionInfoBean()
public org.json.simple.JSONObject toJSONObject()
JsonBeantoJSONObject in interface JsonBeanpublic void setJNDIProperties(Properties JNDIProperties)
JNDIProperties - public Properties getJNDIProperties()
getJNDIProperties in interface JMSConnectionInfoWrapperpublic org.json.simple.JSONObject toJSONObject(String timeZoneId)
JsonBeantoJSONObject in interface JsonBeantimeZoneId - the time zone to usepublic String getTopicPrefix()
getTopicPrefix in interface JMSConnectionInfoWrapperpublic void setTopicPrefix(String topicPrefix)
topicPrefix - public void setTopicPatternProperties(Properties topicProperties)
topicProperties - public Properties getTopicPatternProperties()
getTopicPatternProperties in interface JMSConnectionInfoWrapperCopyright © 2015 Apache Software Foundation. All Rights Reserved.