Uses of Class
org.omg.CosNotifyFilter.UnsupportedFilterableData

Packages that use UnsupportedFilterableData
org.omg.CosNotifyFilter   
 

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

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