org.omg.CosNotifyFilter
Class FilterAdminPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosNotifyFilter.FilterAdminPOA
          extended byorg.omg.CosNotifyFilter.FilterAdminPOATie
All Implemented Interfaces:
FilterAdminOperations, InvokeHandler

public class FilterAdminPOATie
extends FilterAdminPOA

Generated from IDL interface "FilterAdmin"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-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
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterAdminPOATie

public FilterAdminPOATie(FilterAdminOperations delegate)

FilterAdminPOATie

public FilterAdminPOATie(FilterAdminOperations delegate,
                         POA poa)
Method Detail

_this

public FilterAdmin _this()
Overrides:
_this in class FilterAdminPOA

_this

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

_delegate

public FilterAdminOperations _delegate()

_delegate

public void _delegate(FilterAdminOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

add_filter

public int add_filter(Filter new_filter)

remove_all_filters

public void remove_all_filters()

get_filter

public Filter get_filter(int filter)
                  throws FilterNotFound
Throws:
FilterNotFound

get_all_filters

public int[] get_all_filters()

remove_filter

public void remove_filter(int filter)
                   throws FilterNotFound
Throws:
FilterNotFound