org.omg.CosNotifyChannelAdmin
Class SequenceProxyPullSupplierPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosNotifyChannelAdmin.SequenceProxyPullSupplierPOA
          extended byorg.omg.CosNotifyChannelAdmin.SequenceProxyPullSupplierPOATie
All Implemented Interfaces:
FilterAdminOperations, InvokeHandler, NotifySubscribeOperations, ProxySupplierOperations, QoSAdminOperations, SequenceProxyPullSupplierOperations, SequencePullSupplierOperations

public class SequenceProxyPullSupplierPOATie
extends SequenceProxyPullSupplierPOA

Generated from IDL interface "SequenceProxyPullSupplier"

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

Constructor Summary
SequenceProxyPullSupplierPOATie(SequenceProxyPullSupplierOperations delegate)
           
SequenceProxyPullSupplierPOATie(SequenceProxyPullSupplierOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 SequenceProxyPullSupplierOperations _delegate()
           
 void _delegate(SequenceProxyPullSupplierOperations delegate)
           
 SequenceProxyPullSupplier _this()
           
 SequenceProxyPullSupplier _this(ORB orb)
           
 int add_filter(Filter new_filter)
           
 void connect_sequence_pull_consumer(SequencePullConsumer pull_consumer)
           
 void disconnect_sequence_pull_supplier()
           
 int[] get_all_filters()
           
 Filter get_filter(int filter)
           
 Property[] get_qos()
           
 MappingFilter lifetime_filter()
           
 void lifetime_filter(MappingFilter a)
           
 ConsumerAdmin MyAdmin()
           
 ProxyType MyType()
           
 EventType[] obtain_offered_types(ObtainInfoMode mode)
           
 MappingFilter priority_filter()
           
 void priority_filter(MappingFilter a)
           
 StructuredEvent[] pull_structured_events(int max_number)
           
 void remove_all_filters()
           
 void remove_filter(int filter)
           
 void set_qos(Property[] qos)
           
 void subscription_change(EventType[] added, EventType[] removed)
           
 StructuredEvent[] try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 void validate_event_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos)
           
 void validate_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos)
           
 
Methods inherited from class org.omg.CosNotifyChannelAdmin.SequenceProxyPullSupplierPOA
_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

SequenceProxyPullSupplierPOATie

public SequenceProxyPullSupplierPOATie(SequenceProxyPullSupplierOperations delegate)

SequenceProxyPullSupplierPOATie

public SequenceProxyPullSupplierPOATie(SequenceProxyPullSupplierOperations delegate,
                                       POA poa)
Method Detail

_this

public SequenceProxyPullSupplier _this()
Overrides:
_this in class SequenceProxyPullSupplierPOA

_this

public SequenceProxyPullSupplier _this(ORB orb)
Overrides:
_this in class SequenceProxyPullSupplierPOA

_delegate

public SequenceProxyPullSupplierOperations _delegate()

_delegate

public void _delegate(SequenceProxyPullSupplierOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

get_all_filters

public int[] get_all_filters()

get_qos

public Property[] get_qos()

lifetime_filter

public MappingFilter lifetime_filter()

MyType

public ProxyType MyType()

connect_sequence_pull_consumer

public void connect_sequence_pull_consumer(SequencePullConsumer pull_consumer)
                                    throws AlreadyConnected
Throws:
AlreadyConnected

priority_filter

public MappingFilter priority_filter()

get_filter

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

set_qos

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

obtain_offered_types

public EventType[] obtain_offered_types(ObtainInfoMode mode)

add_filter

public int add_filter(Filter new_filter)

subscription_change

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

priority_filter

public void priority_filter(MappingFilter a)

validate_event_qos

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

remove_filter

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

remove_all_filters

public void remove_all_filters()

pull_structured_events

public StructuredEvent[] pull_structured_events(int max_number)
                                         throws Disconnected
Throws:
Disconnected

validate_qos

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

lifetime_filter

public void lifetime_filter(MappingFilter a)

disconnect_sequence_pull_supplier

public void disconnect_sequence_pull_supplier()

try_pull_structured_events

public StructuredEvent[] try_pull_structured_events(int max_number,
                                                    BooleanHolder has_event)
                                             throws Disconnected
Throws:
Disconnected

MyAdmin

public ConsumerAdmin MyAdmin()