public class Subscription extends Object
Constructor and Description |
---|
Subscription()
The default constructor for the subscription.
|
Modifier and Type | Method and Description |
---|---|
String |
getNodeName()
This method gets the node name.
|
String |
getSubject()
This method gets the subject.
|
void |
setNodeName(String nodeName)
This method sets the node name.
|
void |
setSubject(String subject)
This method sets the subject.
|
public void setSubject(String subject)
subject
- The subjectpublic String getSubject()
public void setNodeName(String nodeName)
nodeName
- The node namepublic String getNodeName()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.