Classes | |
exception | NameAlreadyUsed |
exception | NameMapError |
interface | SupplierAdmin |
interface | ConsumerAdmin |
interface | EventChannel |
interface | EventChannelFactory |
Variables | |
const string | ActiveEventChannelCount = "ActiveEventChannelCount" |
This corresponds to the EventChannelFactory active event channel count. | |
const string | InactiveEventChannelCount = "InactiveEventChannelCount" |
This corresponds to the EventChannelFactory inactive event channel count. | |
const string | ActiveEventChannelNames = "ActiveEventChannelNames" |
This corresponds to the EventChannelFactory active event channel names. | |
const string | InactiveEventChannelNames = "InactiveEventChannelNames" |
This corresponds to the EventChannelFactory inactive event channel names. | |
const string | EventChannelCreationTime = "CreationTime" |
This corresponds to the EventChannelFactory or EventChannel creation time. | |
const string | EventChannelConsumerCount = "ConsumerCount" |
This corresponds to the EventChannel consumer count. | |
const string | EventChannelSupplierCount = "SupplierCount" |
This corresponds to the EventChannel supplier count. | |
const string | EventChannelConsumerNames = "ConsumerNames" |
This corresponds to the EventChannel consumer names. | |
const string | EventChannelSupplierNames = "SupplierNames" |
This corresponds to the EventChannel supplier names. | |
const string | EventChannelTimedoutConsumerNames = "TimedoutConsumerNames" |
This corresponds to the timed out EventChannel consumer names. | |
const string | EventChannelConsumerAdminCount = "ConsumerAdminCount" |
This corresponds to the EventChannel consumer admin count. | |
const string | EventChannelSupplierAdminCount = "SupplierAdminCount" |
This corresponds to the EventChannel supplier admin count. | |
const string | EventChannelConsumerAdminNames = "ConsumerAdminNames" |
This corresponds to the EventChannel consumer admin names. | |
const string | EventChannelSupplierAdminNames = "SupplierAdminNames" |
This corresponds to the EventChannel supplier admin names. | |
const string | EventChannelQueueSize = "QueueSize" |
This corresponds to the queue size: Deprecated. Use QueueElementCount. | |
const string | EventChannelQueueElementCount = "QueueElementCount" |
const string | EventChannelOldestEvent = "OldestEvent" |
This corresponds to the EventChannel's oldest event. | |
const string | EventChannelSlowestConsumers = "SlowestConsumers" |
This corresponds to the EventChannel's slowest consumers. | |
const string | EventChannelFactoryNames = "FactoryNames" |
This corresponds to the EventChannelFactory names. | |
const string | EventChannelQueueOverflows = "QueueOverflows" |
const string NotifyMonitoringExt::ActiveEventChannelCount = "ActiveEventChannelCount" |
This corresponds to the EventChannelFactory active event channel count.
Definition at line 17 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::ActiveEventChannelNames = "ActiveEventChannelNames" |
This corresponds to the EventChannelFactory active event channel names.
Definition at line 23 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelConsumerAdminCount = "ConsumerAdminCount" |
This corresponds to the EventChannel consumer admin count.
Definition at line 47 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelConsumerAdminNames = "ConsumerAdminNames" |
This corresponds to the EventChannel consumer admin names.
Definition at line 53 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelConsumerCount = "ConsumerCount" |
This corresponds to the EventChannel consumer count.
Definition at line 32 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelConsumerNames = "ConsumerNames" |
This corresponds to the EventChannel consumer names.
Definition at line 38 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelCreationTime = "CreationTime" |
This corresponds to the EventChannelFactory or EventChannel creation time.
Definition at line 29 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelFactoryNames = "FactoryNames" |
This corresponds to the EventChannelFactory names.
Definition at line 72 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelOldestEvent = "OldestEvent" |
This corresponds to the EventChannel's oldest event.
Definition at line 66 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelQueueElementCount = "QueueElementCount" |
This corresponds to the queue count Available at both the ConsumerAdmin level and the individual consumer level
Definition at line 63 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelQueueOverflows = "QueueOverflows" |
This corresponds to the EventChannelQueueOverflows names Events were discarded because QoS limits were exceeded Available at both the ConsumerAdmin level and the individual consumer level
Definition at line 77 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelQueueSize = "QueueSize" |
This corresponds to the queue size: Deprecated. Use QueueElementCount.
Definition at line 59 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelSlowestConsumers = "SlowestConsumers" |
This corresponds to the EventChannel's slowest consumers.
Definition at line 69 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelSupplierAdminCount = "SupplierAdminCount" |
This corresponds to the EventChannel supplier admin count.
Definition at line 50 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelSupplierAdminNames = "SupplierAdminNames" |
This corresponds to the EventChannel supplier admin names.
Definition at line 56 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelSupplierCount = "SupplierCount" |
This corresponds to the EventChannel supplier count.
Definition at line 35 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelSupplierNames = "SupplierNames" |
This corresponds to the EventChannel supplier names.
Definition at line 41 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::EventChannelTimedoutConsumerNames = "TimedoutConsumerNames" |
This corresponds to the timed out EventChannel consumer names.
Definition at line 44 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::InactiveEventChannelCount = "InactiveEventChannelCount" |
This corresponds to the EventChannelFactory inactive event channel count.
Definition at line 20 of file NotifyMonitoringExt.idl.
const string NotifyMonitoringExt::InactiveEventChannelNames = "InactiveEventChannelNames" |
This corresponds to the EventChannelFactory inactive event channel names.
Definition at line 26 of file NotifyMonitoringExt.idl.