Joram 5.1.0

org.objectweb.joram.shared.selectors
Class ClientSelector

java.lang.Object
  extended by org.objectweb.joram.shared.selectors.ClientSelector

public class ClientSelector
extends java.lang.Object

The ClientSelector class is used for checking the correctness of a selector client side.


Constructor Summary
ClientSelector()
           
 
Method Summary
static boolean checks(java.lang.String selector)
          Clients call this method to check a selector syntax.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientSelector

public ClientSelector()
Method Detail

checks

public static boolean checks(java.lang.String selector)
                      throws SelectorException
Clients call this method to check a selector syntax.

Returns:
true when the syntax is ok.
Throws:
SelectorException - When the selector syntax is incorrect.

Joram 5.1.0

Copyright © 2005 Scalagent - All rights reserved