org.omg.CosNotifyFilter

Class FilterAdminPOATie

Implemented Interfaces:
FilterAdminOperations, InvokeHandler

public class FilterAdminPOATie
extends FilterAdminPOA

Generated from IDL interface "FilterAdmin"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Constructor Summary

FilterAdminPOATie(FilterAdminOperations delegate)
FilterAdminPOATie(FilterAdminOperations delegate, POA poa)

Method Summary

POA
_default_POA()
FilterAdminOperations
_delegate()
void
_delegate(FilterAdminOperations delegate)
FilterAdmin
_this()
FilterAdmin
_this(ORB orb)
int
add_filter(Filter new_filter)
int[]
get_all_filters()
Filter
get_filter(int filter)
void
remove_all_filters()
void
remove_filter(int filter)

Methods inherited from class org.omg.CosNotifyFilter.FilterAdminPOA

_all_interfaces, _invoke, _this, _this

Methods inherited from class org.omg.PortableServer.Servant

_all_interfaces, _default_POA, _get_delegate, _get_interface, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object

Constructor Details

FilterAdminPOATie

public FilterAdminPOATie(FilterAdminOperations delegate)


FilterAdminPOATie

public FilterAdminPOATie(FilterAdminOperations delegate,
                         POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public FilterAdminOperations _delegate()


_delegate

public void _delegate(FilterAdminOperations delegate)


_this

public FilterAdmin _this()
Overrides:
_this in interface FilterAdminPOA


_this

public FilterAdmin _this(ORB orb)
Overrides:
_this in interface FilterAdminPOA


add_filter

public int add_filter(Filter new_filter)
Specified by:
add_filter in interface FilterAdminOperations


get_all_filters

public int[] get_all_filters()
Specified by:
get_all_filters in interface FilterAdminOperations


get_filter

public Filter get_filter(int filter)
            throws FilterNotFound
Specified by:
get_filter in interface FilterAdminOperations


remove_all_filters

public void remove_all_filters()
Specified by:
remove_all_filters in interface FilterAdminOperations


remove_filter

public void remove_filter(int filter)
            throws FilterNotFound
Specified by:
remove_filter in interface FilterAdminOperations