Package org.openorb.event

The CORBA Event Service implementation.

See:
          Description

Interface Summary
EventChannelFactory Interface definition : EventChannelFactory
EventChannelFactoryOperations Interface definition : EventChannelFactory
 

Class Summary
_EventChannelFactoryStub Interface definition : EventChannelFactory
ConsumerAdminImpl The ConsumerAdmin interface defines the first step for connecting consumers to the event channel; clients use it to obtain proxy suppliers.
EventChannelFactoryHelper Helper class for : EventChannelFactory
EventChannelFactoryHolder Holder class for : EventChannelFactory
EventChannelFactoryImpl Event Channel Factory, an extension of OpenORB allows to create multiple event channels using the channel name as a key.
EventChannelFactoryPOA Interface definition : EventChannelFactory
EventChannelFactoryPOATie Interface definition : EventChannelFactory
EventChannelImpl The EventChannel interface defines three administrative operations: adding consumers, adding suppliers, and destroying the channel.
EventChannelNotFoundHelper Helper class for : EventChannelNotFound
EventChannelNotFoundHolder Holder class for : EventChannelNotFound
NameAlreadyUsedHelper Helper class for : NameAlreadyUsed
NameAlreadyUsedHolder Holder class for : NameAlreadyUsed
ProxyPullConsumerImpl The ProxyPullConsumer interface defines the second step for connecting pull suppliers to the event channel.
ProxyPullSupplierImpl A consumer requests event data from the supplier by invoking either the pull operation or the try_pull operation on the supplier.
ProxyPushConsumerImpl The ProxyPushConsumer interface defines the second step for connecting push suppliers to the event channel.
ProxyPushSupplierImpl The ProxyPushSupplier interface defines the second step for connecting push consumers to the event channel.
ReleaseInfo This class contains release information for this package.
Server Event Service server.
SupplierAdminImpl The SupplierAdmin interface defines the first step for connecting suppliers to the event channel; clients use it to obtain proxy consumers.
 

Exception Summary
EventChannelNotFound Exception definition : EventChannelNotFound
NameAlreadyUsed Exception definition : NameAlreadyUsed
 

Package org.openorb.event Description

The CORBA Event Service implementation.