TIBCO Enterprise Message Service
Version 4.3.0

com.tibco.tibjms.admin
Class RouteSelector

java.lang.Object
  extended bycom.tibco.tibjms.admin.RouteSelector

public class RouteSelector
extends java.lang.Object

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

RouteSelector

public RouteSelector(java.lang.String topic,
                     java.lang.String selector)
Create a selector for messages on a given topic.

Parameters:
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

getTopic

public java.lang.String getTopic()
Get the topic for this selector.

Returns:
the topic for the selector.

getSelector

public java.lang.String getSelector()
Get the selector that messages need to match in order for them to pass through the selector.

Returns:
the selector.

setSelector

public void setSelector(java.lang.String selector)
Change the selector that messages need to match in order for them to pass through the selector.

Parameters:
selector - the new selector.

toString

public java.lang.String toString()

TIBCO Enterprise Message Service
Version 4.3.0

Copyright © TIBCO Software Inc. All rights reserved