org.jacorb.notification.filter
Interface IFilterFactoryDelegate
- All Superinterfaces:
- org.picocontainer.Disposable
- All Known Implementing Classes:
- DefaultFilterFactoryDelegate
public interface IFilterFactoryDelegate
- extends Disposable
- Version:
- $Id: IFilterFactoryDelegate.java,v 1.2 2009-04-25 10:08:51 andre.spiegel Exp $
- Author:
- Alphonse Bendt
Methods inherited from interface org.picocontainer.Disposable |
dispose |
create_filter_servant
AbstractFilter create_filter_servant(java.lang.String grammar)
throws InvalidGrammar
- Throws:
InvalidGrammar
create_mapping_filter_servant
MappingFilterImpl create_mapping_filter_servant(org.jacorb.config.Configuration config,
java.lang.String grammar,
Any any)
throws InvalidGrammar
- Throws:
InvalidGrammar