org.omg.CosNotifyFilter
Class FilterAdminPOATie
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosNotifyFilter.FilterAdminPOA
org.omg.CosNotifyFilter.FilterAdminPOATie
- All Implemented Interfaces:
- FilterAdminOperations, InvokeHandler
- public class FilterAdminPOATie
- extends FilterAdminPOA
Generated from IDL interface "FilterAdmin"
- Author:
- JacORB IDL compiler V 2.2.3, 10-Dec-2005
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 |
FilterAdminPOATie
public FilterAdminPOATie(FilterAdminOperations delegate)
FilterAdminPOATie
public FilterAdminPOATie(FilterAdminOperations delegate,
POA poa)
_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