public class ProxyPullConsumerImpl extends ProxyPullConsumerPOA implements Runnable
Modifier | Constructor and Description |
---|---|
protected |
ProxyPullConsumerImpl(EventChannelImpl ec,
ORB orb,
POA poa)
Constructor - gets called by the EventChannel
|
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA()
Override this method from the Servant baseclass.
|
void |
connect_pull_supplier(PullSupplier pullSupplier)
ProxyPullConsumer Interface:
As stated by the EventService specification 1.1 section 2.3.6:
"If a ProxyPullSupplier is already connected to a PullConsumer,
then the AlreadyConnected exception is raised."
and
"Implementations shall raise the CORBA standard BAD_PARAM exception if
a nil object reference is passed to the connect_pull_supplier operation.
|
void |
disconnect_pull_consumer()
See EventService v 1.1 specification section 2.1.4.
|
void |
run()
Start being a good PullConsumer and ask for loads of events.
|
_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 ProxyPullConsumerImpl(EventChannelImpl ec, ORB orb, POA poa)
public void connect_pull_supplier(PullSupplier pullSupplier) throws AlreadyConnected, TypeError
connect_pull_supplier
in interface ProxyPullConsumerOperations
AlreadyConnected
TypeError
public void disconnect_pull_consumer()
disconnect_pull_consumer
in interface PullConsumerOperations
public void run()
public POA _default_POA()
_default_POA
in class Servant
Copyright © 2016 JacORB. All rights reserved.