org.omg.CosNotifyFilter

Class FilterAdminPOATie

public class FilterAdminPOATie extends FilterAdminPOA

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.
Constructor Summary
FilterAdminPOATie(FilterAdminOperations tieObject)
Constructor
FilterAdminPOATie(FilterAdminOperations tieObject, POA poa)
Constructor
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
POA_default_POA()
_default_POA method
FilterAdminOperations_delegate()
Get the delegate
void_delegate(FilterAdminOperations delegate_)
Set the delegate

Constructor Detail

FilterAdminPOATie

public FilterAdminPOATie(FilterAdminOperations tieObject)
Constructor

FilterAdminPOATie

public FilterAdminPOATie(FilterAdminOperations tieObject, POA poa)
Constructor

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

_default_POA

public POA _default_POA()
_default_POA method

_delegate

public FilterAdminOperations _delegate()
Get the delegate

_delegate

public void _delegate(FilterAdminOperations delegate_)
Set the delegate