public class ProxyPushConsumerImpl extends ProxyPushConsumerPOA
| Modifier | Constructor and Description |
|---|---|
protected |
ProxyPushConsumerImpl(EventChannelImpl ec,
ORB orb,
POA poa)
Konstruktor - wird von EventChannel aufgerufen
|
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA()
Override this method from the Servant baseclass.
|
void |
connect_push_supplier(PushSupplier pushSupplier)
fuers ProxyPushConsumer Interface:
As stated by the EventService specification 1.1 section 2.3.4:
"If a ProxyPushConsumer is already connected to a PushSupplier, then the
AlreadyConnected exception is raised."
and
"If a non-nil reference is passed to connect_push_supplier..." implying
that a null reference is acceptable.
|
void |
disconnect_push_consumer()
fuers PushConsumer Interface:
See EventService v 1.1 specification section 2.1.1.
|
void |
push(Any event)
Supplier sends data to the consumer (this object) using this call.
|
_all_interfaces, _invoke, _this, _this_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectprotected ProxyPushConsumerImpl(EventChannelImpl ec, ORB orb, POA poa)
public void connect_push_supplier(PushSupplier pushSupplier) throws AlreadyConnected
AlreadyConnectedpublic void disconnect_push_consumer()
public void push(Any event) throws Disconnected
Disconnectedpublic POA _default_POA()
_default_POA in class ServantCopyright © 2015 JacORB. All rights reserved.