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, AbstractProxySupplier, ConsumerAdminPOA, ConsumerAdminPOATie, ConsumerAdminTieImpl, ECProxyPullConsumerImpl, ECProxyPullSupplierImpl, ECProxyPushConsumerImpl, ECProxyPushSupplierImpl, FilterAdminPOA, FilterAdminPOATie, FilterManager, ProxyConsumerPOA, ProxyConsumerPOATie, ProxyPullConsumerImpl, ProxyPullConsumerPOA, ProxyPullConsumerPOATie, ProxyPullSupplierImpl, ProxyPullSupplierPOA, ProxyPullSupplierPOATie, ProxyPushConsumerImpl, ProxyPushConsumerPOA, ProxyPushConsumerPOATie, ProxyPushSupplierImpl, ProxyPushSupplierPOA, ProxyPushSupplierPOATie, ProxySupplierPOA, ProxySupplierPOATie, SequenceProxyPullConsumerImpl, SequenceProxyPullConsumerPOA, SequenceProxyPullConsumerPOATie, SequenceProxyPullSupplierImpl, SequenceProxyPullSupplierPOA, SequenceProxyPullSupplierPOATie, SequenceProxyPushConsumerImpl, SequenceProxyPushConsumerPOA, SequenceProxyPushConsumerPOATie, SequenceProxyPushSupplierImpl, SequenceProxyPushSupplierPOA, SequenceProxyPushSupplierPOATie, StructuredProxyPullConsumerImpl, StructuredProxyPullConsumerPOA, StructuredProxyPullConsumerPOATie, StructuredProxyPullSupplierImpl, StructuredProxyPullSupplierPOA, StructuredProxyPullSupplierPOATie, StructuredProxyPushConsumerImpl, StructuredProxyPushConsumerPOA, StructuredProxyPushConsumerPOATie, StructuredProxyPushSupplierImpl, StructuredProxyPushSupplierPOA, StructuredProxyPushSupplierPOATie, SupplierAdminPOA, SupplierAdminPOATie, SupplierAdminTieImpl, TypedConsumerAdminPOA, TypedConsumerAdminPOATie, TypedProxyPullConsumerPOA, TypedProxyPullConsumerPOATie, TypedProxyPullSupplierPOA, TypedProxyPullSupplierPOATie, TypedProxyPushConsumerPOA, TypedProxyPushConsumerPOATie, TypedProxyPushSupplierPOA, TypedProxyPushSupplierPOATie, TypedSupplierAdminPOA, TypedSupplierAdminPOATie

public interface FilterAdminOperations

Generated from IDL interface "FilterAdmin"

Author:
JacORB IDL compiler V 2.2 (JBoss patch 3), 06-Oct-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

int add_filter(Filter new_filter)

remove_filter

void remove_filter(int filter)
                   throws FilterNotFound
Throws:
FilterNotFound

get_filter

Filter get_filter(int filter)
                  throws FilterNotFound
Throws:
FilterNotFound

get_all_filters

int[] get_all_filters()

remove_all_filters

void remove_all_filters()