public class EventChannelImpl extends JacORBEventChannelPOA
| Constructor and Description |
|---|
EventChannelImpl(ORB orb,
POA poa)
EventChannel constructor.
|
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA()
Override this method from the Servant baseclass.
|
void |
destroy()
Destroy all objects which are managed by the POA.
|
ConsumerAdmin |
for_consumers()
Return the consumerAdmin interface
|
SupplierAdmin |
for_suppliers()
Return the supplierAdmin interface
|
static void |
main(String[] args) |
ProxyPullConsumer |
obtain_pull_consumer()
Return a ProxyPullConsumer reference to be used to connect to a
PullSupplier.
|
ProxyPullSupplier |
obtain_pull_supplier()
Return a ProxyPullSupplier reference to be used to connect to a
PullConsumer.
|
ProxyPushConsumer |
obtain_push_consumer()
Return a ProxyPushConsumer reference to be used to connect to a
PushSupplier.
|
ProxyPushSupplier |
obtain_push_supplier()
Return a ProxyPushSupplier reference to be used to connect to a
PushConsumer.
|
protected void |
push_event(Any event)
Send event to all registered consumers.
|
_all_interfaces, _invoke, _this, _this_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic void destroy()
public ConsumerAdmin for_consumers()
public SupplierAdmin for_suppliers()
public ProxyPullConsumer obtain_pull_consumer()
public ProxyPullSupplier obtain_pull_supplier()
public ProxyPushConsumer obtain_push_consumer()
public ProxyPushSupplier obtain_push_supplier()
protected void push_event(Any event)
public static void main(String[] args)
public POA _default_POA()
_default_POA in class ServantCopyright © 2015 JacORB. All rights reserved.