VisiBroker for Java

org.omg.CosNotifyComm
Interface SequencePushConsumerOperations

All Superinterfaces:
NotifyPublishOperations
All Known Subinterfaces:
SequenceProxyPushConsumer, SequenceProxyPushConsumerOperations, SequencePushConsumer

public interface SequencePushConsumerOperations
extends NotifyPublishOperations

SequencePushConsumer is an interface every sequence push consumer must implement. The instance of this interface is connected to a proxy push supplier.

See Also:
SequenceProxyPushSupplierOperations

Method Summary
 void disconnect_sequence_push_consumer()
          This method does the application specific cleanup before disconnection.
 void push_structured_events(StructuredEvent[] notifications)
          This method does the application specific processing for the passed event.
 
Methods inherited from interface org.omg.CosNotifyComm.NotifyPublishOperations
offer_change
 

Method Detail

disconnect_sequence_push_consumer

void disconnect_sequence_push_consumer()
This method does the application specific cleanup before disconnection. Notification service will call this method just before this consumer is disconnected.


push_structured_events

void push_structured_events(StructuredEvent[] notifications)
                            throws Disconnected
This method does the application specific processing for the passed event. Notification service actively calls this method and passes the events as the argument.

Throws:
Disconnected - if this consumer is not connected to any proxy supplier.

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online