org.jboss.messaging.core
Interface FilterFactory
- All Known Implementing Classes:
- SelectorFactory
- public interface FilterFactory
A FilterFactory
This exists so we can abstract out the creation of filters inside core code so
we don't have dependencies on jms selectors
- Version:
- $Revision: 1917 $
$Id: FilterFactory.java 1917 2007-01-08 20:26:12Z clebert.suconic@jboss.com $
- Author:
- Tim Fox
createFilter
public Filter createFilter(java.lang.String filterString)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006 JBoss Inc. All Rights Reserved.