|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SequencePushConsumerOperations
SequencePushConsumer is an interface every sequence push consumer must implement. The instance of this interface is connected to a proxy push supplier.
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 |
|---|
void disconnect_sequence_push_consumer()
void push_structured_events(StructuredEvent[] notifications)
throws Disconnected
Disconnected - if this consumer is not
connected to any proxy supplier.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||