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.
public int add_filter(
Filter new_filter)
Operation add_filter
public int[] get_all_filters()
Operation get_all_filters
public
Filter get_filter(int filter)
Operation get_filter
public void remove_all_filters()
Operation remove_all_filters
public void remove_filter(int filter)
Operation remove_filter
public String[] _ids()