org.omg.CosNotifyFilter

Class _FilterAdminStub

public class _FilterAdminStub extends ObjectImpl implements FilterAdmin

The FilterAdmin interface defines operations that enable an object supporting this interface to manage a list of filter objects, each of which supports the Filter interface. This interface is intended to be an abstract interface which is inherited by all of the Proxy and Admin interfaces defined by the Notification Service. The difference in the semantics between a list of filter objects that is associated with an Admin object, and a list that is associated with a Proxy object, is described in section 2.1.2 of the specifiaction.
Method Summary
intadd_filter(Filter new_filter)
Operation add_filter
int[]get_all_filters()
Operation get_all_filters
Filterget_filter(int filter)
Operation get_filter
voidremove_all_filters()
Operation remove_all_filters
voidremove_filter(int filter)
Operation remove_filter
String[]_ids()

Method Detail

add_filter

public int add_filter(Filter new_filter)
Operation add_filter

get_all_filters

public int[] get_all_filters()
Operation get_all_filters

get_filter

public Filter get_filter(int filter)
Operation get_filter

remove_all_filters

public void remove_all_filters()
Operation remove_all_filters

remove_filter

public void remove_filter(int filter)
Operation remove_filter

_ids

public String[] _ids()