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 $
Method Summary |
Filter |
createFilter(javax.jms.Destination destination,
java.lang.String selector)
|
createFilter
public Filter createFilter(javax.jms.Destination destination,
java.lang.String selector)
throws javax.jms.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:
javax.jms.JMSException
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.