Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.omg.PortableServer.Servant
org.jacorb.events.JacORBEventChannelPOA
org.jacorb.events.EventChannelImpl
public class EventChannelImpl
extends JacORBEventChannelPOA
Constructor Summary | |
|
Method Summary | |
POA |
|
void |
|
ConsumerAdmin |
|
SupplierAdmin |
|
static void |
|
ProxyPullConsumer |
|
ProxyPullSupplier |
|
ProxyPushConsumer |
|
ProxyPushSupplier |
|
protected void |
|
Methods inherited from class org.jacorb.events.JacORBEventChannelPOA | |
_all_interfaces , _invoke , _this , _this |
Methods inherited from class org.omg.PortableServer.Servant | |
_all_interfaces , _default_POA , _get_delegate , _get_interface , _get_interface_def , _is_a , _non_existent , _object_id , _orb , _poa , _set_delegate , _this_object , _this_object |
public POA _default_POA()
Override this method from the Servant baseclass. Fintan Bolton in his book "Pure CORBA" suggests that you override this method to avoid the risk that a servant object (like this one) could be activated by the wrong POA object.
- Overrides:
- _default_POA in interface Servant
public void destroy()
Destroy all objects which are managed by the POA.
- Specified by:
- destroy in interface EventChannelOperations
public ConsumerAdmin for_consumers()
Return the consumerAdmin interface
- Specified by:
- for_consumers in interface EventChannelOperations
public SupplierAdmin for_suppliers()
Return the supplierAdmin interface
- Specified by:
- for_suppliers in interface EventChannelOperations
public static void main(String[] args)
public ProxyPullConsumer obtain_pull_consumer()
Return a ProxyPullConsumer reference to be used to connect to a PullSupplier.
- Specified by:
- obtain_pull_consumer in interface SupplierAdminOperations
public ProxyPullSupplier obtain_pull_supplier()
Return a ProxyPullSupplier reference to be used to connect to a PullConsumer.
- Specified by:
- obtain_pull_supplier in interface ConsumerAdminOperations
public ProxyPushConsumer obtain_push_consumer()
Return a ProxyPushConsumer reference to be used to connect to a PushSupplier.
- Specified by:
- obtain_push_consumer in interface SupplierAdminOperations
public ProxyPushSupplier obtain_push_supplier()
Return a ProxyPushSupplier reference to be used to connect to a PushConsumer.
- Specified by:
- obtain_push_supplier in interface ConsumerAdminOperations