Uses of Class
org.omg.CosNotifyFilter.UnsupportedFilterableData

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

Uses of UnsupportedFilterableData in org.jacorb.notification
 

Methods in org.jacorb.notification that throw UnsupportedFilterableData
 boolean StructuredEventMessage.match(Filter filter)
           
 boolean AnyMessage.match(Filter filter)
           
abstract  boolean AbstractMessage.match(Filter filter)
           
 boolean TypedEventMessage.match(Filter filter)
           
 boolean StructuredEventMessage.match(MappingFilter filter, AnyHolder value)
           
 boolean AnyMessage.match(MappingFilter filter, AnyHolder value)
           
abstract  boolean AbstractMessage.match(MappingFilter filter, AnyHolder value)
           
 boolean TypedEventMessage.match(MappingFilter mappingFilter, AnyHolder anyHolder)
           
 

Uses of UnsupportedFilterableData in org.jacorb.notification.filter
 

Methods in org.jacorb.notification.filter that throw UnsupportedFilterableData
protected  int AbstractFilter.match_internal(Any anyEvent)
          match Any to associated constraints.
protected  int AbstractFilter.match_structured_internal(StructuredEvent structuredEvent)
          match the StructuredEvent to the associated constraints.
 boolean AbstractFilter.match_structured(StructuredEvent structuredevent)
           
 boolean MappingFilterImpl.match_structured(StructuredEvent structuredEvent, AnyHolder anyHolder)
           
protected  int AbstractFilter.match_typed_internal(Property[] typedEvent)
          match the TypedEvent to the associated constraints.
 boolean AbstractFilter.match_typed(Property[] properties)
           
 boolean MappingFilterImpl.match_typed(Property[] propertyArray, AnyHolder anyHolder)
           
 boolean AbstractFilter.match(Any anyEvent)
           
 boolean MappingFilterImpl.match(Any any, AnyHolder anyHolder)
           
 

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
 

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 _FilterStub.match_structured(StructuredEvent filterable_data)
           
 boolean FilterPOATie.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 _FilterStub.match_typed(Property[] filterable_data)
           
 boolean FilterPOATie.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 _FilterStub.match(Any filterable_data)
           
 boolean FilterPOATie.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)