org.omg.CosNotifyChannelAdmin
Class SequenceProxyPushConsumerPOA

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosNotifyChannelAdmin.SequenceProxyPushConsumerPOA
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, QoSAdminOperations, ProxyConsumerOperations, SequenceProxyPushConsumerOperations, NotifyPublishOperations, SequencePushConsumerOperations, FilterAdminOperations
Direct Known Subclasses:
SequenceProxyPushConsumerImpl, SequenceProxyPushConsumerPOATie

public abstract class SequenceProxyPushConsumerPOA
extends org.omg.PortableServer.Servant
implements SequenceProxyPushConsumerOperations, org.omg.CORBA.portable.InvokeHandler

The SequenceProxyPushConsumer interface supports connections to the channel by suppliers who will push events to the channel as sequences of Structured Events. Through inheritance of the ProxyConsumer interface, the SequenceProxyPushConsumer interface supports administration of various QoS properties, administration of a list of associated filter objects, and a readonly attribute containing the reference of the SupplierAdmin object which created it. In addition, this inheritance implies that a SequenceProxyPushConsumer instance supports an operation which will return the list of event types which consumers connected to the same channel are interested in receiving, and an operation which can return information about the instance?s ability to accept a per-event QoS request. The SequenceProxyPushConsumer interface also inherits from the SequencePushConsumer interface defined in the CosNotifyComm module. This interface supports the operation which enables a supplier of sequences of Structured Events to push them to the SequenceProxyPushConumer, and also the operation which can be invoked to close down the connection from the supplier to the SequenceProxyPushConsumer. In addition, since the SequencePushConsumer interface inherits from the NotifyPublish interface, a supplier can inform the SequenceProxyPushConsumer to which it is connected whenever the list of event types it plans to supply to the channel changes. Lastly, the SequenceProxyPushConsumer interface defines a method that can be invoked by a push-style supplier of sequences of Structured Events in order to establish a connection between the supplier and a notification channel over which the supplier will proceed to send events.


Constructor Summary
SequenceProxyPushConsumerPOA()
           
 
Method Summary
 java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa, byte[] objectId)
           
 org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName, org.omg.CORBA.portable.InputStream _is, org.omg.CORBA.portable.ResponseHandler handler)
           
 SequenceProxyPushConsumer _this()
           
 SequenceProxyPushConsumer _this(org.omg.CORBA.ORB orb)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CosNotifyChannelAdmin.SequenceProxyPushConsumerOperations
connect_sequence_push_supplier
 
Methods inherited from interface org.omg.CosNotifyChannelAdmin.ProxyConsumerOperations
MyAdmin, MyType, obtain_subscription_types, validate_event_qos
 
Methods inherited from interface org.omg.CosNotification.QoSAdminOperations
get_qos, set_qos, validate_qos
 
Methods inherited from interface org.omg.CosNotifyFilter.FilterAdminOperations
add_filter, get_all_filters, get_filter, remove_all_filters, remove_filter
 
Methods inherited from interface org.omg.CosNotifyComm.SequencePushConsumerOperations
disconnect_sequence_push_consumer, push_structured_events
 
Methods inherited from interface org.omg.CosNotifyComm.NotifyPublishOperations
offer_change
 

Constructor Detail

SequenceProxyPushConsumerPOA

public SequenceProxyPushConsumerPOA()
Method Detail

_this

public SequenceProxyPushConsumer _this()

_this

public SequenceProxyPushConsumer _this(org.omg.CORBA.ORB orb)

_all_interfaces

public java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa,
                                          byte[] objectId)
Specified by:
_all_interfaces in class org.omg.PortableServer.Servant

_invoke

public final org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName,
                                                         org.omg.CORBA.portable.InputStream _is,
                                                         org.omg.CORBA.portable.ResponseHandler handler)
Specified by:
_invoke in interface org.omg.CORBA.portable.InvokeHandler