|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StructuredPullSupplierOperations
StructuredPullSupplier is an interface every structured pull supplier must implement. Instance of this interface is actually a callback object that is connected to a proxy pull consumer of a channel.
StructuredProxyPullConsumerOperations| Method Summary | |
|---|---|
void |
disconnect_structured_pull_supplier()
This method does the application specific cleanup before disconnection. |
StructuredEvent |
pull_structured_event()
This method does the application specific way of producing and making up the structured event. |
StructuredEvent |
try_pull_structured_event(BooleanHolder has_event)
This method does the application specific way of producing and making up the structured event (if any). |
| Methods inherited from interface org.omg.CosNotifyComm.NotifySubscribeOperations |
|---|
subscription_change |
| Method Detail |
|---|
void disconnect_structured_pull_supplier()
StructuredEvent try_pull_structured_event(BooleanHolder has_event)
throws Disconnected
has_event - The indicator denoting whether the result is a valid
event.
Disconnected - if this supplier is not
connected to any proxy consumer.
StructuredEvent pull_structured_event()
throws Disconnected
Disconnected - if this supplier is not
connected to any proxy consumer.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||