Class JmsTopic
java.lang.Object
com.appiancorp.suiteapi.messaging.JmsTopic
Represents a JMS topic. Also tracks the types of messages that can be sent from Process to that
topic.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the display name of the topic (what it is called in the Modeler).Gets the message types that can be posted to this topic.getName()
Gets the name of the topic (what it is called in JMS).void
setDisplayName
(String displayName) Sets the display name of the topic (what it is called in the Modeler).void
setMessageTypes
(MessageType[] messageTypes) Sets the message types that can be posted to this topic.void
Sets the name of the topic (what it is called in JMS).toString()
-
Constructor Details
-
JmsTopic
public JmsTopic()
-
-
Method Details
-
getDisplayName
Gets the display name of the topic (what it is called in the Modeler).- Returns:
- the display name
- See Also:
-
setDisplayName
Sets the display name of the topic (what it is called in the Modeler).- Parameters:
displayName
- the display name- See Also:
-
getName
Gets the name of the topic (what it is called in JMS).- Returns:
- the name
- See Also:
-
setName
Sets the name of the topic (what it is called in JMS).- Parameters:
name
- the name- See Also:
-
getMessageTypes
Gets the message types that can be posted to this topic.- Returns:
- the message types
- See Also:
-
setMessageTypes
Sets the message types that can be posted to this topic.- Parameters:
messageTypes
- the message types- See Also:
-
toString
-