| |
|
| java.lang.Object org.jboss.mq.selectors.Selector
Selector | public class Selector (Code) | | This class implements a Message Selector.
author: Norbert Lataille (Norbert.Lataille@m4x.org) author: Juha Lindfors (jplindfo@helsinki.fi) author: Jason Dillon author: Scott.Stark@jboss.org author: adrian@jboss.com version: $Revision: 57198 $ |
Method Summary | |
public static Class | getSelectorParserClass() Get the class that implements the ISelectorParser interface to be used by
Selector instances. | public static void | setSelectorParserClass(Class parserClass) Set the class that implements the ISelectorParser interface to be used by
Selector instances.
Parameters: parserClass - the ISelectorParser implementation. | public synchronized boolean | test(SpyMessage.Header mes) | public boolean | test(SpyMessage msg) |
USE_NUMERIC_DELIVERY_MODE | final public static String USE_NUMERIC_DELIVERY_MODE(Code) | | The system property property for numeric delivery mode
|
cat | static Logger cat(Code) | | The logging interface
|
Selector | public Selector(String sel) throws InvalidSelectorException(Code) | | |
getSelectorParserClass | public static Class getSelectorParserClass()(Code) | | Get the class that implements the ISelectorParser interface to be used by
Selector instances.
|
setSelectorParserClass | public static void setSelectorParserClass(Class parserClass)(Code) | | Set the class that implements the ISelectorParser interface to be used by
Selector instances.
Parameters: parserClass - the ISelectorParser implementation. This must have apublic no-arg constructor. |
|
|
|