Uses of Class
org.omg.CosNotifyFilter.UnsupportedFilterableData

Packages that use UnsupportedFilterableData
org.jacorb.notification   
org.jacorb.notification.interfaces   
org.omg.CosNotifyFilter   
 

Uses of UnsupportedFilterableData in org.jacorb.notification
 

Methods in org.jacorb.notification that throw UnsupportedFilterableData
protected  int FilterImpl.match_internal(Any anyEvent)
          match Any to associated constraints. return the id of the first matching filter or NO_CONSTRAINT.
protected  int FilterImpl.match_structured_internal(StructuredEvent structuredEvent)
          match the StructuredEvent to the associated constraints. return the id of the first matching filter or NO_CONSTRAINT.
 boolean FilterImpl.match_structured(StructuredEvent structuredevent)
           
 boolean MappingFilterImpl.match_structured(StructuredEvent structuredEvent, AnyHolder anyHolder)
           
 boolean FilterImpl.match_typed(Property[] properties)
           
 boolean MappingFilterImpl.match_typed(Property[] propertyArray, AnyHolder anyHolder)
           
 boolean FilterImpl.match(Any anyEvent)
           
 boolean MappingFilterImpl.match(Any any, AnyHolder anyHolder)
           
abstract  boolean AbstractMessage.match(Filter filter)
           
 boolean AnyMessage.match(Filter filter)
           
abstract  boolean AbstractMessage.match(MappingFilter filter, AnyHolder value)
           
 boolean AnyMessage.match(MappingFilter filter, AnyHolder value)
           
 

Uses of UnsupportedFilterableData in org.jacorb.notification.interfaces
 

Methods in org.jacorb.notification.interfaces that throw UnsupportedFilterableData
 boolean Message.match(MappingFilter filter, AnyHolder value)
           
 

Uses of UnsupportedFilterableData in org.omg.CosNotifyFilter
 

Fields in org.omg.CosNotifyFilter declared as UnsupportedFilterableData
 UnsupportedFilterableData UnsupportedFilterableDataHolder.value
           
 

Methods in org.omg.CosNotifyFilter that return UnsupportedFilterableData
static UnsupportedFilterableData UnsupportedFilterableDataHelper.extract(Any any)
           
static UnsupportedFilterableData UnsupportedFilterableDataHelper.read(InputStream in)
           
 

Methods in org.omg.CosNotifyFilter with parameters of type UnsupportedFilterableData
static void UnsupportedFilterableDataHelper.insert(Any any, UnsupportedFilterableData s)
           
static void UnsupportedFilterableDataHelper.write(OutputStream out, UnsupportedFilterableData s)
           
 

Methods in org.omg.CosNotifyFilter that throw UnsupportedFilterableData
 boolean FilterOperations.match_structured(StructuredEvent filterable_data)
           
 boolean FilterPOATie.match_structured(StructuredEvent filterable_data)
           
 boolean _FilterStub.match_structured(StructuredEvent filterable_data)
           
 boolean MappingFilterOperations.match_structured(StructuredEvent filterable_data, AnyHolder result_to_set)
           
 boolean MappingFilterPOATie.match_structured(StructuredEvent filterable_data, AnyHolder result_to_set)
           
 boolean _MappingFilterStub.match_structured(StructuredEvent filterable_data, AnyHolder result_to_set)
           
 boolean FilterOperations.match_typed(Property[] filterable_data)
           
 boolean FilterPOATie.match_typed(Property[] filterable_data)
           
 boolean _FilterStub.match_typed(Property[] filterable_data)
           
 boolean MappingFilterOperations.match_typed(Property[] filterable_data, AnyHolder result_to_set)
           
 boolean MappingFilterPOATie.match_typed(Property[] filterable_data, AnyHolder result_to_set)
           
 boolean _MappingFilterStub.match_typed(Property[] filterable_data, AnyHolder result_to_set)
           
 boolean FilterOperations.match(Any filterable_data)
           
 boolean FilterPOATie.match(Any filterable_data)
           
 boolean _FilterStub.match(Any filterable_data)
           
 boolean MappingFilterOperations.match(Any filterable_data, AnyHolder result_to_set)
           
 boolean MappingFilterPOATie.match(Any filterable_data, AnyHolder result_to_set)
           
 boolean _MappingFilterStub.match(Any filterable_data, AnyHolder result_to_set)
           
 

Constructors in org.omg.CosNotifyFilter with parameters of type UnsupportedFilterableData
UnsupportedFilterableDataHolder(UnsupportedFilterableData initial)