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 TypedEventMessage.match(Filter filter)
           
 boolean TypedEventMessage.match(MappingFilter mappingFilter, AnyHolder anyHolder)
           
 boolean StructuredEventMessage.match(Filter filter)
           
 boolean StructuredEventMessage.match(MappingFilter filter, AnyHolder value)
           
abstract  boolean AbstractMessage.match(Filter filter)
           
abstract  boolean AbstractMessage.match(MappingFilter filter, AnyHolder value)
           
 boolean AnyMessage.match(Filter filter)
           
 boolean AnyMessage.match(MappingFilter filter, AnyHolder value)
           
 

Uses of UnsupportedFilterableData in org.jacorb.notification.filter
 

Methods in org.jacorb.notification.filter that throw UnsupportedFilterableData
 boolean AbstractFilter.match(Any anyEvent)
           
protected  int AbstractFilter.match_internal(Any anyEvent)
          match Any to associated constraints. return the id of the first matching filter or NO_CONSTRAINT.
 boolean AbstractFilter.match_structured(StructuredEvent structuredevent)
           
protected  int AbstractFilter.match_structured_internal(StructuredEvent structuredEvent)
          match the StructuredEvent to the associated constraints. return the id of the first matching filter or NO_CONSTRAINT.
protected  int AbstractFilter.match_typed_internal(Property[] typedEvent)
          match the TypedEvent to the associated constraints. return the id of the first matching filter or NO_CONSTRAINT.
 boolean AbstractFilter.match_typed(Property[] properties)
           
 boolean MappingFilterImpl.match(Any any, AnyHolder anyHolder)
           
 boolean MappingFilterImpl.match_structured(StructuredEvent structuredEvent, AnyHolder anyHolder)
           
 boolean MappingFilterImpl.match_typed(Property[] propertyArray, 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
 

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 FilterPOATie.match(Any filterable_data)
           
 boolean FilterPOATie.match_structured(StructuredEvent filterable_data)
           
 boolean FilterPOATie.match_typed(Property[] filterable_data)
           
 boolean MappingFilterPOATie.match_typed(Property[] filterable_data, AnyHolder result_to_set)
           
 boolean MappingFilterPOATie.match_structured(StructuredEvent filterable_data, AnyHolder result_to_set)
           
 boolean MappingFilterPOATie.match(Any filterable_data, AnyHolder result_to_set)
           
 boolean FilterOperations.match(Any filterable_data)
           
 boolean FilterOperations.match_structured(StructuredEvent filterable_data)
           
 boolean FilterOperations.match_typed(Property[] filterable_data)
           
 boolean MappingFilterOperations.match(Any filterable_data, AnyHolder result_to_set)
           
 boolean MappingFilterOperations.match_structured(StructuredEvent filterable_data, AnyHolder result_to_set)
           
 boolean MappingFilterOperations.match_typed(Property[] filterable_data, AnyHolder result_to_set)
           
 boolean _FilterStub.match(Any filterable_data)
           
 boolean _FilterStub.match_structured(StructuredEvent filterable_data)
           
 boolean _FilterStub.match_typed(Property[] filterable_data)
           
 boolean _MappingFilterStub.match_typed(Property[] filterable_data, AnyHolder result_to_set)
           
 boolean _MappingFilterStub.match_structured(StructuredEvent 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)