VisiBroker for Java

org.omg.CosNotifyComm
Interface StructuredPushConsumerOperations

All Superinterfaces:
NotifyPublishOperations
All Known Subinterfaces:
StructuredProxyPushConsumer, StructuredProxyPushConsumerOperations, StructuredPushConsumer

public interface StructuredPushConsumerOperations
extends NotifyPublishOperations

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

See Also:
StructuredProxyPushSupplierOperations

Method Summary
 void disconnect_structured_push_consumer()
          This method does the application specific cleanup before disconnection.
 void push_structured_event(StructuredEvent notification)
          This method does the application specific processing for the passed event.
 
Methods inherited from interface org.omg.CosNotifyComm.NotifyPublishOperations
offer_change
 

Method Detail

disconnect_structured_push_consumer

void disconnect_structured_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_event

void push_structured_event(StructuredEvent notification)
                           throws Disconnected
This method does the application specific processing for the passed event. Notification service actively calls this method and passes a structured event 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