Class JmsTopic

java.lang.Object
com.appiancorp.suiteapi.messaging.JmsTopic

public class JmsTopic extends Object
Represents a JMS topic. Also tracks the types of messages that can be sent from Process to that topic.
  • Constructor Details

    • JmsTopic

      public JmsTopic()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Gets the display name of the topic (what it is called in the Modeler).
      Returns:
      the display name
      See Also:
    • setDisplayName

      public void setDisplayName(String displayName)
      Sets the display name of the topic (what it is called in the Modeler).
      Parameters:
      displayName - the display name
      See Also:
    • getName

      public String getName()
      Gets the name of the topic (what it is called in JMS).
      Returns:
      the name
      See Also:
    • setName

      public void setName(String name)
      Sets the name of the topic (what it is called in JMS).
      Parameters:
      name - the name
      See Also:
    • getMessageTypes

      public MessageType[] getMessageTypes()
      Gets the message types that can be posted to this topic.
      Returns:
      the message types
      See Also:
    • setMessageTypes

      public void setMessageTypes(MessageType[] messageTypes)
      Sets the message types that can be posted to this topic.
      Parameters:
      messageTypes - the message types
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object