| Class | Description |
|---|---|
| AbstractEventData |
$Author: jschwarz $
$Date: 2011/10/28 11:56:21 $
$Id: AbstractEventData.java,v 1.2 2011/10/28 11:56:21 jschwarz Exp $
|
| AbstractNotifyServiceElement |
Used as base class of ChannelData and NotifyServiceData, and as "tree parent" of ChannelConsumers, ChannelData, ChannelQueueSize, ChannelSuppliers, MCStatistics, SlowestConsumers
and in views/EventGuiAdapterFactory
|
| AdminConsumer | |
| ArchiveEventData |
TODO: Expand to get the parameter type as well, so that value can be interpreted
|
| ArchiveReceiver | |
| ChannelConsumers |
This class encapsulates the list of all consumers of events in a particular channel returned
by the TAO M&C Extensions to the Notify Service.
|
| ChannelData |
Gets created by EventModel#getChannelStatistics()
|
| ChannelParticipantName |
Gets created in the getStatistics methods of ChannelConsumers, ChannelSuppliers, SlowesteConsumers
|
| ChannelQueueSize | |
| ChannelSuppliers |
This class encapsulates the list of all suppliers of events to a particular channel returned
by the TAO M&C Extensions to the Notify Service.
|
| EventData | |
| EventModel | |
| MCProxy |
Proxy for the TAO MC object that simplifies the calling syntax and
could in the future batch calls for different statistics
to improve performance and to get more consistent 'snapshot' data.
|
| MCStatistics | |
| NotifyServiceData |
Encapsulates a Corba notify service for use in the model and in GUI elements.
|
| NotifyServices |
Encapsulates a
List<NotifyServiceData>. |
| SlowestConsumers |
This class encapsulates the list of slowest consumers in a particular channel returned
by the TAO M&C Extensions to the Notify Service; it is only relevant when the size of the queue
in the same channel is of non-zero length.
|