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, SequenceProxyPullSupplierAck, SequenceProxyPullSupplierAckOperations, SequenceProxyPullSupplierOperations, SequenceProxyPushConsumer, SequenceProxyPushConsumerOperations, SequenceProxyPushSupplier, SequenceProxyPushSupplierAck, SequenceProxyPushSupplierAckOperations, SequenceProxyPushSupplierOperations, StructuredProxyPullConsumer, StructuredProxyPullConsumerOperations, StructuredProxyPullSupplier, StructuredProxyPullSupplierAck, StructuredProxyPullSupplierAckOperations, StructuredProxyPullSupplierOperations, StructuredProxyPushConsumer, StructuredProxyPushConsumerOperations, StructuredProxyPushSupplier, StructuredProxyPushSupplierAck, StructuredProxyPushSupplierAckOperations, 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, _SequenceProxyPullSupplierAckStub, _SequenceProxyPullSupplierStub, _SequenceProxyPushConsumerStub, _SequenceProxyPushSupplierAckStub, _SequenceProxyPushSupplierStub, _StructuredProxyPullConsumerStub, _StructuredProxyPullSupplierAckStub, _StructuredProxyPullSupplierStub, _StructuredProxyPushConsumerStub, _StructuredProxyPushSupplierAckStub, _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, SequenceProxyPullSupplierAckPOA, SequenceProxyPullSupplierImpl, SequenceProxyPullSupplierPOA, SequenceProxyPushConsumerImpl, SequenceProxyPushConsumerPOA, SequenceProxyPushSupplierAckPOA, SequenceProxyPushSupplierImpl, SequenceProxyPushSupplierPOA, StructuredProxyPullConsumerImpl, StructuredProxyPullConsumerPOA, StructuredProxyPullSupplierAckPOA, StructuredProxyPullSupplierImpl, StructuredProxyPullSupplierPOA, StructuredProxyPushConsumerImpl, StructuredProxyPushConsumerPOA, StructuredProxyPushSupplierAckPOA, 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.3, 10-Dec-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()