public class JmsTopic
extends java.lang.Object
Constructor and Description |
---|
JmsTopic() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Gets the display name of the topic (what it is called in the Modeler).
|
MessageType[] |
getMessageTypes()
Gets the message types that can be posted to this topic.
|
java.lang.String |
getName()
Gets the name of the topic (what it is called in JMS).
|
void |
setDisplayName(java.lang.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 |
setName(java.lang.String name)
Sets the name of the topic (what it is called in JMS).
|
java.lang.String |
toString() |
public java.lang.String getDisplayName()
setDisplayName(String)
public void setDisplayName(java.lang.String displayName)
displayName
- the display namegetDisplayName()
public java.lang.String getName()
setName(String)
public void setName(java.lang.String name)
name
- the namegetName()
public MessageType[] getMessageTypes()
setMessageTypes(MessageType[])
public void setMessageTypes(MessageType[] messageTypes)
messageTypes
- the message typesgetMessageTypes()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.