|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PushConsumerOperations
This interface is used to derive consumer objects that use the push model of
communication. The push
method is used by a supplier whenever it has data for the
consumer. A Disconnected
exception will be raised if the consumer has disconnected.
Method Summary | |
---|---|
void |
disconnect_push_consumer()
This method terminates the event communication. |
void |
push(Any data)
A supplier communicates event data to the consumer by invoking the push() method
and passing the event data as a parameter. |
Method Detail |
---|
void disconnect_push_consumer()
void push(Any data) throws Disconnected
push()
method
and passing the event data as a parameter. If the event communication has already been
disconnected, the Disconnected
exception is raised.
data
- Information to be passed to the consumer.
Disconnected
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |