org.omg.CosNotifyFilter
Interface FilterAdminOperations

All Known Subinterfaces:
ConsumerAdmin, ConsumerAdminOperations, FilterAdmin, ProxyConsumer, ProxyConsumerOperations, ProxyPullConsumer, ProxyPullConsumerOperations, ProxyPullSupplier, ProxyPullSupplierOperations, ProxyPushConsumer, ProxyPushConsumerOperations, ProxyPushSupplier, ProxyPushSupplierOperations, ProxySupplier, ProxySupplierOperations, SequenceProxyPullConsumer, SequenceProxyPullConsumerOperations, SequenceProxyPullSupplier, SequenceProxyPullSupplierOperations, SequenceProxyPushConsumer, SequenceProxyPushConsumerOperations, SequenceProxyPushSupplier, SequenceProxyPushSupplierOperations, StructuredProxyPullConsumer, StructuredProxyPullConsumerOperations, StructuredProxyPullSupplier, StructuredProxyPullSupplierOperations, StructuredProxyPushConsumer, StructuredProxyPushConsumerOperations, StructuredProxyPushSupplier, StructuredProxyPushSupplierOperations, SupplierAdmin, SupplierAdminOperations, TypedConsumerAdmin, TypedConsumerAdminOperations, TypedProxyPullConsumer, TypedProxyPullConsumerOperations, TypedProxyPullSupplier, TypedProxyPullSupplierOperations, TypedProxyPushConsumer, TypedProxyPushConsumerOperations, TypedProxyPushSupplier, TypedProxyPushSupplierOperations, TypedSupplierAdmin, TypedSupplierAdminOperations
All Known Implementing Classes:
_ConsumerAdminStub, _FilterAdminStub, _ProxyConsumerStub, _ProxyPullConsumerStub, _ProxyPullSupplierStub, _ProxyPushConsumerStub, _ProxyPushSupplierStub, _ProxySupplierStub, _SequenceProxyPullConsumerStub, _SequenceProxyPullSupplierStub, _SequenceProxyPushConsumerStub, _SequenceProxyPushSupplierStub, _StructuredProxyPullConsumerStub, _StructuredProxyPullSupplierStub, _StructuredProxyPushConsumerStub, _StructuredProxyPushSupplierStub, _SupplierAdminStub, _TypedConsumerAdminStub, _TypedProxyPullConsumerStub, _TypedProxyPullSupplierStub, _TypedProxyPushConsumerStub, _TypedProxyPushSupplierStub, _TypedSupplierAdminStub, AbstractAdmin, AbstractProxy, ConsumerAdminImpl, ConsumerAdminPOA, FilterAdminPOA, FilterManager, ProxyConsumerPOA, ProxyPullConsumerImpl, ProxyPullConsumerPOA, ProxyPullSupplierImpl, ProxyPullSupplierPOA, ProxyPushConsumerImpl, ProxyPushConsumerPOA, ProxyPushSupplierImpl, ProxyPushSupplierPOA, ProxySupplierPOA, SequenceProxyPullConsumerImpl, SequenceProxyPullConsumerPOA, SequenceProxyPullSupplierImpl, SequenceProxyPullSupplierPOA, SequenceProxyPushConsumerImpl, SequenceProxyPushConsumerPOA, SequenceProxyPushSupplierImpl, SequenceProxyPushSupplierPOA, StructuredProxyPullConsumerImpl, StructuredProxyPullConsumerPOA, StructuredProxyPullSupplierImpl, StructuredProxyPullSupplierPOA, StructuredProxyPushConsumerImpl, StructuredProxyPushConsumerPOA, StructuredProxyPushSupplierImpl, StructuredProxyPushSupplierPOA, SupplierAdminImpl, SupplierAdminPOA, TypedConsumerAdminImpl, TypedConsumerAdminPOA, TypedProxyPullConsumerImpl, TypedProxyPullConsumerPOA, TypedProxyPullSupplierImpl, TypedProxyPullSupplierPOA, TypedProxyPushConsumerImpl, TypedProxyPushConsumerPOA, TypedProxyPushSupplierImpl, TypedProxyPushSupplierPOA, TypedSupplierAdminImpl, TypedSupplierAdminPOA

public interface FilterAdminOperations

Generated from IDL interface "FilterAdmin"

Author:
JacORB IDL compiler V 2.2.2, 1-Jun-2005

Method Summary
 int add_filter(Filter new_filter)
           
 int[] get_all_filters()
           
 Filter get_filter(int filter)
           
 void remove_all_filters()
           
 void remove_filter(int filter)
           
 

Method Detail

add_filter

public int add_filter(Filter new_filter)

remove_filter

public void remove_filter(int filter)
                   throws FilterNotFound
Throws:
FilterNotFound

get_filter

public Filter get_filter(int filter)
                  throws FilterNotFound
Throws:
FilterNotFound

get_all_filters

public int[] get_all_filters()

remove_all_filters

public void remove_all_filters()