|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StructuredPushConsumerOperations
StructuredPushConsumer is an interface every structure push consumer must implement. The instance of this interface is connected to a proxy push supplier.
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 |
|---|
void disconnect_structured_push_consumer()
void push_structured_event(StructuredEvent notification)
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 | |||||||||