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_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
protected ProxyPushConsumerImpl(EventChannelImpl ec, ORB orb, POA poa)
public void connect_push_supplier(PushSupplier pushSupplier) throws AlreadyConnected
AlreadyConnected
public void disconnect_push_consumer()
public void push(Any event) throws Disconnected
Disconnected
public POA _default_POA()
_default_POA
in class Servant