org.activemq.filter
Interface FilterFactory
- All Known Implementing Classes:
- FilterFactoryImpl
public interface FilterFactory
A factory of subscription Filter objects
- Version:
- $Revision: 1.1.1.1 $
createFilter
Filter createFilter(Destination destination,
String selector)
throws JMSException
- 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-2008 Protique, Ltd.. All Rights Reserved.