org.jacorb.notification
Class FilterFactoryImpl
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosNotifyFilter.FilterFactoryPOA
org.jacorb.notification.FilterFactoryImpl
- All Implemented Interfaces:
- org.apache.avalon.framework.configuration.Configurable, Disposable, FilterFactoryOperations, InvokeHandler
- public class FilterFactoryImpl
- extends FilterFactoryPOA
- implements Disposable, org.apache.avalon.framework.configuration.Configurable
- Version:
- $Id: FilterFactoryImpl.java,v 1.19 2004/05/06 12:39:59 nicolas Exp $
- Author:
- Alphonse Bendt
Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONSTRAINT_GRAMMAR
public static final java.lang.String CONSTRAINT_GRAMMAR
- See Also:
- Constant Field Values
FilterFactoryImpl
public FilterFactoryImpl()
throws InvalidName,
AdapterInactive
FilterFactoryImpl
public FilterFactoryImpl(ApplicationContext applicationContext)
throws InvalidName
configure
public void configure(org.apache.avalon.framework.configuration.Configuration conf)
- Specified by:
configure
in interface org.apache.avalon.framework.configuration.Configurable
create_filter
public Filter create_filter(java.lang.String grammar)
throws InvalidGrammar
- Specified by:
create_filter
in interface FilterFactoryOperations
- Throws:
InvalidGrammar
create_mapping_filter
public MappingFilter create_mapping_filter(java.lang.String grammar,
Any any)
throws InvalidGrammar
- Specified by:
create_mapping_filter
in interface FilterFactoryOperations
- Throws:
InvalidGrammar
dispose
public void dispose()
- Description copied from interface:
Disposable
- Dispose this Object. Free all associated Ressources allocated
by this Object. The Object may not be used after a call to
dispose.
- Specified by:
dispose
in interface Disposable
getFilterFactory
public FilterFactory getFilterFactory()
_default_POA
public POA _default_POA()
- Overrides:
_default_POA
in class Servant
getAllFilters
public java.util.List getAllFilters()