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_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public 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 FilterFactoryOperations
InvalidGrammar
public MappingFilter create_mapping_filter(String grammar, Any any) throws InvalidGrammar
create_mapping_filter
in interface FilterFactoryOperations
InvalidGrammar
public final void deactivate()
public Servant newServant()
newServant
in interface IServantLifecyle
public final Object activate()
public final void dispose()
protected final ORB getORB()
public POA getPOA()
getPOA
in interface IServantLifecyle
Copyright © 2016 JacORB. All rights reserved.