public class FilterFactoryImpl extends FilterFactoryPOA implements Disposable, IServantLifecyle
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger_ |
| Constructor and Description |
|---|
FilterFactoryImpl(ORB orb,
POA poa,
Configuration config,
IFilterFactoryDelegate factoryDelegate) |
| Modifier and Type | Method and Description |
|---|---|
Object |
activate() |
void |
addDisposeHook(Disposable d) |
Filter |
create_filter(String grammar) |
MappingFilter |
create_mapping_filter(String grammar,
Any any) |
void |
deactivate() |
void |
dispose() |
protected ORB |
getORB() |
POA |
getPOA() |
Servant |
newServant() |
_all_interfaces, _invoke, _this, _this_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic FilterFactoryImpl(ORB orb, POA poa, Configuration config, IFilterFactoryDelegate factoryDelegate)
public final void addDisposeHook(Disposable d)
public final Filter create_filter(String grammar) throws InvalidGrammar
create_filter in interface FilterFactoryOperationsInvalidGrammarpublic MappingFilter create_mapping_filter(String grammar, Any any) throws InvalidGrammar
create_mapping_filter in interface FilterFactoryOperationsInvalidGrammarpublic final void deactivate()
public Servant newServant()
newServant in interface IServantLifecylepublic final Object activate()
public final void dispose()
dispose in interface org.picocontainer.Disposableprotected final ORB getORB()
public POA getPOA()
getPOA in interface IServantLifecyleCopyright © 2015 JacORB. All rights reserved.