public class MappingFilterImpl extends java.lang.Object implements GCDisposable, MappingFilterOperations
Constructor and Description |
---|
MappingFilterImpl(ORB orb,
org.jacorb.config.Configuration config,
AbstractFilter filter,
Any defaultValue) |
Modifier and Type | Method and Description |
---|---|
Object |
activate() |
MappingConstraintInfo[] |
add_mapping_constraints(MappingConstraintPair[] mcp) |
void |
attemptDispose() |
java.lang.String |
constraint_grammar() |
Any |
default_value() |
void |
destroy() |
void |
dispose() |
MappingConstraintInfo[] |
get_all_mapping_constraints() |
MappingConstraintInfo[] |
get_mapping_constraints(int[] constraintIds) |
boolean |
match_structured(StructuredEvent structuredEvent,
AnyHolder anyHolder) |
boolean |
match_typed(Property[] propertyArray,
AnyHolder anyHolder) |
boolean |
match(Any any,
AnyHolder anyHolder) |
void |
modify_mapping_constraints(int[] intArray,
MappingConstraintInfo[] mappingConstraintInfos) |
void |
registerDisposable(Disposable d)
the hooks registered by this method will be run when dispose is called.
|
void |
remove_all_mapping_constraints() |
TypeCode |
value_type() |
public MappingFilterImpl(ORB orb, org.jacorb.config.Configuration config, AbstractFilter filter, Any defaultValue)
public Object activate()
public void destroy()
destroy
in interface MappingFilterOperations
public void dispose()
public java.lang.String constraint_grammar()
constraint_grammar
in interface MappingFilterOperations
public TypeCode value_type()
value_type
in interface MappingFilterOperations
public Any default_value()
default_value
in interface MappingFilterOperations
public MappingConstraintInfo[] add_mapping_constraints(MappingConstraintPair[] mcp) throws InvalidValue, InvalidConstraint
add_mapping_constraints
in interface MappingFilterOperations
InvalidValue
InvalidConstraint
public void modify_mapping_constraints(int[] intArray, MappingConstraintInfo[] mappingConstraintInfos) throws ConstraintNotFound, InvalidValue, InvalidConstraint
modify_mapping_constraints
in interface MappingFilterOperations
ConstraintNotFound
InvalidValue
InvalidConstraint
public MappingConstraintInfo[] get_mapping_constraints(int[] constraintIds) throws ConstraintNotFound
get_mapping_constraints
in interface MappingFilterOperations
ConstraintNotFound
public MappingConstraintInfo[] get_all_mapping_constraints()
get_all_mapping_constraints
in interface MappingFilterOperations
public void remove_all_mapping_constraints()
remove_all_mapping_constraints
in interface MappingFilterOperations
public boolean match(Any any, AnyHolder anyHolder) throws UnsupportedFilterableData
match
in interface MappingFilterOperations
UnsupportedFilterableData
public boolean match_structured(StructuredEvent structuredEvent, AnyHolder anyHolder) throws UnsupportedFilterableData
match_structured
in interface MappingFilterOperations
UnsupportedFilterableData
public boolean match_typed(Property[] propertyArray, AnyHolder anyHolder) throws UnsupportedFilterableData
match_typed
in interface MappingFilterOperations
UnsupportedFilterableData
public void attemptDispose()
attemptDispose
in interface GCDisposable
public void registerDisposable(Disposable d)
NotifyingDisposable
registerDisposable
in interface NotifyingDisposable