org.jacorb.notification.filter
Class FilterFactoryImpl
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosNotifyFilter.FilterFactoryPOA
org.jacorb.notification.filter.FilterFactoryImpl
- All Implemented Interfaces:
- IServantLifecyle, InvokeHandler, FilterFactoryOperations, org.picocontainer.Disposable
public class FilterFactoryImpl
- extends FilterFactoryPOA
- implements Disposable, IServantLifecyle
- Author:
- Alphonse Bendt
|
Field Summary |
protected org.slf4j.Logger |
logger_
|
| Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _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 |
logger_
protected final org.slf4j.Logger logger_
FilterFactoryImpl
public FilterFactoryImpl(ORB orb,
POA poa,
Configuration config,
IFilterFactoryDelegate factoryDelegate)
addDisposeHook
public final void addDisposeHook(Disposable d)
create_filter
public final Filter create_filter(String grammar)
throws InvalidGrammar
- Specified by:
create_filter in interface FilterFactoryOperations
- Throws:
InvalidGrammar
create_mapping_filter
public MappingFilter create_mapping_filter(String grammar,
Any any)
throws InvalidGrammar
- Specified by:
create_mapping_filter in interface FilterFactoryOperations
- Throws:
InvalidGrammar
deactivate
public final void deactivate()
newServant
public Servant newServant()
- Specified by:
newServant in interface IServantLifecyle
activate
public final Object activate()
dispose
public final void dispose()
- Specified by:
dispose in interface org.picocontainer.Disposable
getORB
protected final ORB getORB()
getPOA
public POA getPOA()
- Specified by:
getPOA in interface IServantLifecyle
Copyright © 2015 JacORB. All rights reserved.