| org.jacorb.events.EventChannelImpl
EventChannelImpl | public class EventChannelImpl extends JacORBEventChannelPOA (Code) | | Simple implementation of the event channel spec.
The event channel acts as a factory for proxy push/pull consumers/suppliers
and interacts with the implementation objects locally, i.e. using Java
references only.
author: Joerg v. Frantzius, Rainer Lischetzki, Gerald Brose, Jeff Carlson version: $Id: EventChannelImpl.java,v 1.10 2004/05/06 12:39:58 nicolas Exp $ |
_default_POA | public org.omg.PortableServer.POA _default_POA()(Code) | | 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.
|
destroy | public void destroy()(Code) | | Destroy all objects which are managed by the POA.
|
for_consumers | public ConsumerAdmin for_consumers()(Code) | | Return the consumerAdmin interface
|
for_suppliers | public SupplierAdmin for_suppliers()(Code) | | Return the supplierAdmin interface
|
obtain_pull_consumer | public ProxyPullConsumer obtain_pull_consumer()(Code) | | Return a ProxyPullConsumer reference to be used to connect to a
PullSupplier.
|
obtain_pull_supplier | public ProxyPullSupplier obtain_pull_supplier()(Code) | | Return a ProxyPullSupplier reference to be used to connect to a
PullConsumer.
|
obtain_push_consumer | public ProxyPushConsumer obtain_push_consumer()(Code) | | Return a ProxyPushConsumer reference to be used to connect to a
PushSupplier.
|
obtain_push_supplier | public ProxyPushSupplier obtain_push_supplier()(Code) | | Return a ProxyPushSupplier reference to be used to connect to a
PushConsumer.
|
|
|