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()
JsonBean
toJSONObject
in interface JsonBean
public void setJNDIProperties(Properties JNDIProperties)
JNDIProperties
- the propertiespublic Properties getJNDIProperties()
getJNDIProperties
in interface JMSConnectionInfoWrapper
public org.json.simple.JSONObject toJSONObject(String timeZoneId)
JsonBean
toJSONObject
in interface JsonBean
timeZoneId
- the time zone to usepublic String getTopicPrefix()
getTopicPrefix
in interface JMSConnectionInfoWrapper
public void setTopicPrefix(String topicPrefix)
topicPrefix
- the prefixpublic void setTopicPatternProperties(Properties topicProperties)
topicProperties
- the propertiespublic Properties getTopicPatternProperties()
getTopicPatternProperties
in interface JMSConnectionInfoWrapper
Copyright © 2018 Apache Software Foundation. All rights reserved.