Uses of Interface
org.omg.CosNotifyFilter.FilterOperations

Packages that use FilterOperations
org.jacorb.notification.filter   
org.jacorb.notification.filter.etcl   
org.omg.CosNotifyFilter   
 

Uses of FilterOperations in org.jacorb.notification.filter
 

Classes in org.jacorb.notification.filter that implement FilterOperations
 class AbstractFilter
          The Filter interface defines the behaviors supported by objects which encapsulate constraints used by the proxy objects associated with an event channel in order to determine which events they receive will be forwarded, and which will be discarded.
 

Methods in org.jacorb.notification.filter that return FilterOperations
 FilterOperations FilterUsageDecorator.getFilterOperations()
           
 

Constructors in org.jacorb.notification.filter with parameters of type FilterOperations
FilterUsageDecorator(FilterOperations delegate)
           
 

Uses of FilterOperations in org.jacorb.notification.filter.etcl
 

Classes in org.jacorb.notification.filter.etcl that implement FilterOperations
 class ETCLFilter
           
 

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)