org.jboss.jms.selector
Class SelectorFactory

java.lang.Object
  extended byorg.jboss.jms.selector.SelectorFactory
All Implemented Interfaces:
FilterFactory

public class SelectorFactory
extends java.lang.Object
implements FilterFactory

A SelectorFactory

Version:
$Revision: 1918 $ $Id: SelectorFactory.java 1918 2007-01-08 20:31:14Z clebert.suconic@jboss.com $
Author:
Tim Fox

Constructor Summary
SelectorFactory()
           
 
Method Summary
 Filter createFilter(java.lang.String filterString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectorFactory

public SelectorFactory()
Method Detail

createFilter

public Filter createFilter(java.lang.String filterString)
                    throws java.lang.Exception
Specified by:
createFilter in interface FilterFactory
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.