Static Public Member Functions | |
| static boolean | checks (String selector) throws SelectorException |
| static boolean | matches (Message message, String selector) |
Selector class is used for filtering messages according to their header fields and properties.
Definition at line 33 of file Selector.java.
| static boolean org.objectweb.joram.shared.selectors.Selector.checks | ( | String | selector | ) | throws SelectorException [static] |
Clients call this method to check a selector syntax.
true when the syntax is ok. | SelectorException | When the selector syntax is incorrect. |
Definition at line 41 of file Selector.java.
| static boolean org.objectweb.joram.shared.selectors.Selector.matches | ( | Message | message, | |
| String | selector | |||
| ) | [static] |
Destinations call this method to filter a message according to a selector.
true when the selection matches, false otherwise. Definition at line 64 of file Selector.java.
1.5.0