

Public Methods | |
| void | connect_push_supplier (PushSupplier push_supplier) |
| void | disconnect_push_consumer () |
| void | push (org.omg.CORBA.Any event) throws Disconnected |
Protected Methods | |
| ProxyPushConsumerImpl (EventChannelImpl ec, org.omg.CORBA.ORB orb) | |
Private Attributes | |
| EventChannelImpl | myEventChannel |
| PushSupplier | myPushSupplier |
Definition at line 31 of file ProxyPushConsumerImpl.java.
|
|
Definition at line 38 of file ProxyPushConsumerImpl.java. 00038 {
00039 myEventChannel = ec;
00040 orb.connect(this);
00041 }
|
|
|
Definition at line 43 of file ProxyPushConsumerImpl.java. 00043 {
00044 myPushSupplier = push_supplier;
00045 }
|
|
|
Definition at line 47 of file ProxyPushConsumerImpl.java. 00047 {
00048 myEventChannel.disconnect_push_consumer (this );
00049 }
|
|
|
Definition at line 51 of file ProxyPushConsumerImpl.java. 00052 {
00053 myEventChannel.internal_push ( event );
00054 }
|
|
|
Definition at line 33 of file ProxyPushConsumerImpl.java. |
|
|
Definition at line 34 of file ProxyPushConsumerImpl.java. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001