org.activemq.filter
Class FilterFactoryImpl
java.lang.Object
org.activemq.filter.FilterFactoryImpl
- All Implemented Interfaces:
- FilterFactory
public class FilterFactoryImpl
- extends Object
- implements FilterFactory
A default implementation
- Version:
- $Revision: 1.1.1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterFactoryImpl
public FilterFactoryImpl()
createFilter
public Filter createFilter(Destination destination,
String selector)
throws JMSException
- Specified by:
createFilter
in interface FilterFactory
- Parameters:
destination
- is the destination, which may include a wildcardselector
- is the JMS selector, which may be null
- Returns:
- a Filter representing the given Destination and Selector
- Throws:
JMSException
Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.