Uses of Interface
org.omg.CosNotifyFilter.FilterOperations

Packages that use FilterOperations
org.omg.CosNotifyFilter   
 

Uses of FilterOperations in org.omg.CosNotifyFilter
 

Subinterfaces of FilterOperations in org.omg.CosNotifyFilter
 interface Filter
          Generated from IDL interface "Filter"
 

Classes in org.omg.CosNotifyFilter that implement FilterOperations
 class _FilterStub
          Generated from IDL interface "Filter"
 class FilterPOA
          Generated from IDL interface "Filter"
 class FilterPOATie
          Generated from IDL interface "Filter"
 

Methods in org.omg.CosNotifyFilter that return FilterOperations
 FilterOperations FilterPOATie._delegate()
           
 

Methods in org.omg.CosNotifyFilter with parameters of type FilterOperations
 void FilterPOATie._delegate(FilterOperations delegate)
           
 

Constructors in org.omg.CosNotifyFilter with parameters of type FilterOperations
FilterPOATie(FilterOperations delegate)
           
FilterPOATie(FilterOperations delegate, POA poa)