public class ProxyPushSupplierImpl extends ProxyPushSupplierPOA
Modifier | Constructor and Description |
---|---|
protected |
ProxyPushSupplierImpl(EventChannelImpl ec,
ORB orb,
POA poa)
Constructor - to be called by EventChannel
|
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA()
Override this method from the Servant baseclass.
|
void |
connect_push_consumer(PushConsumer pushConsumer)
fuers ProxyPushSupplier Interface.
|
void |
disconnect_push_supplier()
fuers PushSupplier Interface
See EventService v 1.1 specification section 2.1.2.
|
protected void |
push_to_consumer(Any event)
Methoden, die von unserem EventChannel aufgerufen werden
|
_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 ProxyPushSupplierImpl(EventChannelImpl ec, ORB orb, POA poa)
public void connect_push_consumer(PushConsumer pushConsumer) throws AlreadyConnected, BAD_PARAM
AlreadyConnected
BAD_PARAM
public void disconnect_push_supplier()
protected void push_to_consumer(Any event)
public POA _default_POA()
_default_POA
in class Servant