org.omg.CosNotifyChannelAdmin
Class ConsumerAdminPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosNotifyChannelAdmin.ConsumerAdminPOA
          extended byorg.omg.CosNotifyChannelAdmin.ConsumerAdminPOATie
All Implemented Interfaces:
ConsumerAdminOperations, ConsumerAdminOperations, FilterAdminOperations, InvokeHandler, NotifySubscribeOperations, QoSAdminOperations

public class ConsumerAdminPOATie
extends ConsumerAdminPOA

Generated from IDL interface "ConsumerAdmin"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Constructor Summary
ConsumerAdminPOATie(ConsumerAdminOperations delegate)
           
ConsumerAdminPOATie(ConsumerAdminOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 ConsumerAdminOperations _delegate()
           
 void _delegate(ConsumerAdminOperations delegate)
           
 ConsumerAdmin _this()
           
 ConsumerAdmin _this(ORB orb)
           
 int add_filter(Filter new_filter)
           
 void destroy()
           
 int[] get_all_filters()
           
 Filter get_filter(int filter)
           
 ProxySupplier get_proxy_supplier(int proxy_id)
           
 Property[] get_qos()
           
 MappingFilter lifetime_filter()
           
 void lifetime_filter(MappingFilter a)
           
 EventChannel MyChannel()
           
 int MyID()
           
 InterFilterGroupOperator MyOperator()
           
 ProxySupplier obtain_notification_pull_supplier(ClientType ctype, IntHolder proxy_id)
           
 ProxySupplier obtain_notification_push_supplier(ClientType ctype, IntHolder proxy_id)
           
 ProxyPullSupplier obtain_pull_supplier()
           
 ProxyPushSupplier obtain_push_supplier()
           
 MappingFilter priority_filter()
           
 void priority_filter(MappingFilter a)
           
 int[] pull_suppliers()
           
 int[] push_suppliers()
           
 void remove_all_filters()
           
 void remove_filter(int filter)
           
 void set_qos(Property[] qos)
           
 void subscription_change(EventType[] added, EventType[] removed)
           
 void validate_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos)
           
 
Methods inherited from class org.omg.CosNotifyChannelAdmin.ConsumerAdminPOA
_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

ConsumerAdminPOATie

public ConsumerAdminPOATie(ConsumerAdminOperations delegate)

ConsumerAdminPOATie

public ConsumerAdminPOATie(ConsumerAdminOperations delegate,
                           POA poa)
Method Detail

_this

public ConsumerAdmin _this()
Overrides:
_this in class ConsumerAdminPOA

_this

public ConsumerAdmin _this(ORB orb)
Overrides:
_this in class ConsumerAdminPOA

_delegate

public ConsumerAdminOperations _delegate()

_delegate

public void _delegate(ConsumerAdminOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

get_all_filters

public int[] get_all_filters()

obtain_pull_supplier

public ProxyPullSupplier obtain_pull_supplier()

get_proxy_supplier

public ProxySupplier get_proxy_supplier(int proxy_id)
                                 throws ProxyNotFound
Throws:
ProxyNotFound

MyID

public int MyID()

get_qos

public Property[] get_qos()

lifetime_filter

public MappingFilter lifetime_filter()

priority_filter

public MappingFilter priority_filter()

get_filter

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

obtain_notification_pull_supplier

public ProxySupplier obtain_notification_pull_supplier(ClientType ctype,
                                                       IntHolder proxy_id)
                                                throws AdminLimitExceeded
Throws:
AdminLimitExceeded

MyOperator

public InterFilterGroupOperator MyOperator()

set_qos

public void set_qos(Property[] qos)
             throws UnsupportedQoS
Throws:
UnsupportedQoS

pull_suppliers

public int[] pull_suppliers()

obtain_notification_push_supplier

public ProxySupplier obtain_notification_push_supplier(ClientType ctype,
                                                       IntHolder proxy_id)
                                                throws AdminLimitExceeded
Throws:
AdminLimitExceeded

add_filter

public int add_filter(Filter new_filter)

subscription_change

public void subscription_change(EventType[] added,
                                EventType[] removed)
                         throws InvalidEventType
Throws:
InvalidEventType

obtain_push_supplier

public ProxyPushSupplier obtain_push_supplier()

priority_filter

public void priority_filter(MappingFilter a)

remove_filter

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

remove_all_filters

public void remove_all_filters()

validate_qos

public void validate_qos(Property[] required_qos,
                         NamedPropertyRangeSeqHolder available_qos)
                  throws UnsupportedQoS
Throws:
UnsupportedQoS

lifetime_filter

public void lifetime_filter(MappingFilter a)

MyChannel

public EventChannel MyChannel()

push_suppliers

public int[] push_suppliers()

destroy

public void destroy()