|
TIBCO Enterprise Message Service | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tibco.tibjms.admin.RouteSelector
public class RouteSelector
This class represents a selector applied to incoming or outgoing messages on a route.
| Constructor Summary | |
|---|---|
RouteSelector(java.lang.String topic,
java.lang.String selector)
Create a selector for messages on a given topic. |
|
| Method Summary | |
|---|---|
java.lang.String |
getSelector()
Get the selector that messages need to match in order for them to pass through the selector. |
java.lang.String |
getTopic()
Get the topic for this selector. |
void |
setSelector(java.lang.String selector)
Change the selector that messages need to match in order for them to pass through the selector. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RouteSelector(java.lang.String topic,
java.lang.String selector)
topic - the topic on which the selector will be run.selector - the selector that messages need to match in order
that they be sent to or received from the route.| Method Detail |
|---|
public java.lang.String getTopic()
public java.lang.String getSelector()
public void setSelector(java.lang.String selector)
selector - the new selector.public java.lang.String toString()
toString in class java.lang.Object
|
TIBCO Enterprise Message Service | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||