Package org.exolab.jms.selector

Examples of org.exolab.jms.selector.Selector

@version $Revision: 1.1 $ $Date: 2004/11/26 01:50:44 $ @author Tim Anderson

     * @param selector the message selector. May be <code>null</code>
     * @throws InvalidSelectorException if the selector is not well formed
     */
    protected void setSelector(String selector)
            throws InvalidSelectorException {
        _selector = (selector != null) ? new Selector(selector) : null;
    }
View Full Code Here

TOP

Related Classes of org.exolab.jms.selector.Selector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.