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, ConsumerAdminPOA, FilterAdminPOA, ProxyConsumerPOA, ProxyPullConsumerPOA, ProxyPullSupplierPOA, ProxyPushConsumerPOA, ProxyPushSupplierPOA, ProxySupplierPOA, SequenceProxyPullConsumerPOA, SequenceProxyPullSupplierPOA, SequenceProxyPushConsumerPOA, SequenceProxyPushSupplierPOA, StructuredProxyPullConsumerPOA, StructuredProxyPullSupplierPOA, StructuredProxyPushConsumerPOA, StructuredProxyPushSupplierPOA, SupplierAdminPOA, TypedConsumerAdminPOA, TypedProxyPullConsumerPOA, TypedProxyPullSupplierPOA, TypedProxyPushConsumerPOA, TypedProxyPushSupplierPOA, TypedSupplierAdminPOA

public interface FilterAdminOperations

Generated from IDL interface "FilterAdmin"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

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()