public class FilterPOATie extends FilterPOA
Constructor and Description |
---|
FilterPOATie(FilterOperations delegate) |
FilterPOATie(FilterOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA() |
FilterOperations |
_delegate() |
void |
_delegate(FilterOperations delegate) |
Filter |
_this() |
Filter |
_this(ORB orb) |
ConstraintInfo[] |
add_constraints(ConstraintExp[] constraint_list) |
int |
attach_callback(NotifySubscribe callback) |
String |
constraint_grammar() |
void |
destroy() |
void |
detach_callback(int callback) |
ConstraintInfo[] |
get_all_constraints() |
int[] |
get_callbacks() |
ConstraintInfo[] |
get_constraints(int[] id_list) |
boolean |
match_structured(StructuredEvent filterable_data) |
boolean |
match_typed(Property[] filterable_data) |
boolean |
match(Any filterable_data) |
void |
modify_constraints(int[] del_list,
ConstraintInfo[] modify_list) |
void |
remove_all_constraints() |
_all_interfaces, _invoke
_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public FilterPOATie(FilterOperations delegate)
public FilterPOATie(FilterOperations delegate, POA poa)
public FilterOperations _delegate()
public void _delegate(FilterOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public boolean match(Any filterable_data) throws UnsupportedFilterableData
UnsupportedFilterableData
public int[] get_callbacks()
public void detach_callback(int callback) throws CallbackNotFound
CallbackNotFound
public ConstraintInfo[] get_all_constraints()
public int attach_callback(NotifySubscribe callback)
public boolean match_structured(StructuredEvent filterable_data) throws UnsupportedFilterableData
UnsupportedFilterableData
public ConstraintInfo[] add_constraints(ConstraintExp[] constraint_list) throws InvalidConstraint
InvalidConstraint
public String constraint_grammar()
public void modify_constraints(int[] del_list, ConstraintInfo[] modify_list) throws ConstraintNotFound, InvalidConstraint
ConstraintNotFound
InvalidConstraint
public void remove_all_constraints()
public boolean match_typed(Property[] filterable_data) throws UnsupportedFilterableData
UnsupportedFilterableData
public void destroy()
public ConstraintInfo[] get_constraints(int[] id_list) throws ConstraintNotFound
ConstraintNotFound
Copyright © 2016 JacORB. All rights reserved.