|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosEventChannelAdmin.ProxyPullConsumerPOA
org.openorb.event.ProxyPullConsumerImpl
public class ProxyPullConsumerImpl
The ProxyPullConsumer interface defines the second step for connecting pull suppliers to the event channel.
| Constructor Summary | |
|---|---|
ProxyPullConsumerImpl(EventChannelImpl channel)
Constructor |
|
| Method Summary | |
|---|---|
void |
connect_pull_supplier(PullSupplier pullSupplier)
This operation is used to connect a pull_supplier from this proxy will try to get events. |
void |
disconnect_pull_consumer()
The disconnect_pull_consumer operation terminates the event communication; it releases resources used at the consumer to support the event communication. |
void |
run()
Entry point for a thread |
| Methods inherited from class org.omg.CosEventChannelAdmin.ProxyPullConsumerPOA |
|---|
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
|---|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyPullConsumerImpl(EventChannelImpl channel)
| Method Detail |
|---|
public void connect_pull_supplier(PullSupplier pullSupplier)
throws AlreadyConnected
connect_pull_supplier in interface ProxyPullConsumerOperationspullSupplier - the pull_supplier to connect
AlreadyConnected - If the ProxyPullConsumer is already connected to a PullSupplier, then the
AlreadyConnected exception is raised.public void disconnect_pull_consumer()
disconnect_pull_consumer in interface PullConsumerOperationspublic void run()
run in interface java.lang.Runnable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||