Compounds | |
interface | CosNotification::AdminPropertiesAdmin |
An interface for objects that have administrative settings. More... | |
struct | CosNotification::EventHeader |
The event header. More... | |
struct | CosNotification::EventType |
Part of an event header. More... | |
struct | CosNotification::FixedEventHeader |
The fixed header part of an event. More... | |
struct | CosNotification::NamedPropertyRange |
Defines the range for a property that includes the property name. More... | |
struct | CosNotification::Property |
A property is a name/value pair. More... | |
struct | CosNotification::PropertyError |
A structure used for UnsupportedQoS and UnsupportedAdmin exceptions. More... | |
struct | CosNotification::PropertyRange |
Defines the range for a property. More... | |
interface | CosNotification::QoSAdmin |
An interface for objects that have quality of service settings. More... | |
struct | CosNotification::StructuredEvent |
Definition of a structured event. More... | |
exception | CosNotification::UnsupportedAdmin |
Exception for unsupported administration settings. More... | |
exception | CosNotification::UnsupportedQoS |
Exception for unsupported quality of service. More... | |
Typedefs | |
typedef string | Istring |
typedef Istring | PropertyName |
typedef any | PropertyValue |
typedef sequence< Property > | PropertySeq |
typedef PropertySeq | OptionalHeaderFields |
A sequence of name-value pairs used for optional event header fields. More... | |
typedef PropertySeq | FilterableEventBody |
A sequence of name-value pairs used for filterable event body fields. More... | |
typedef PropertySeq | QoSProperties |
A sequence of name-value pairs used for quality of service properties. More... | |
typedef PropertySeq | AdminProperties |
A sequence of name-value pairs used for administration properties. More... | |
typedef sequence< EventType > | EventTypeSeq |
A sequence of EventType structures. More... | |
typedef sequence< NamedPropertyRange > | NamedPropertyRangeSeq |
A sequence of NamedPropertyRange structures. More... | |
typedef sequence< PropertyError > | PropertyErrorSeq |
A sequence of PropertyError structures. More... | |
typedef sequence< StructuredEvent > | EventBatch |
A sequence of events used by the sequence variants of the supplier and consumer interfaces. More... | |
Enumerations | |
enum | QoSError_code { UNSUPPORTED_PROPERTY, UNAVAILABLE_PROPERTY, UNSUPPORTED_VALUE, UNAVAILABLE_VALUE, BAD_PROPERTY, BAD_TYPE, BAD_VALUE } |
An enumeration of quality of service error codes. More... | |
Variables | |
const string | EventReliability = "EventReliability" |
const short | BestEffort = 0 |
const short | Persistent = 1 |
const string | ConnectionReliability = "ConnectionReliability" |
const string | Priority = "Priority" |
const short | LowestPriority = -32767 |
const short | HighestPriority = 32767 |
const short | DefaultPriority = 0 |
const string | StartTime = "StartTime" |
const string | StopTime = "StopTime" |
const string | Timeout = "Timeout" |
const string | OrderPolicy = "OrderPolicy" |
const short | AnyOrder = 0 |
const short | FifoOrder = 1 |
const short | PriorityOrder = 2 |
const short | DeadlineOrder = 3 |
const string | DiscardPolicy = "DiscardPolicy" |
const short | LifoOrder = 4 |
const string | MaximumBatchSize = "MaximumBatchSize" |
const string | PacingInterval = "PacingInterval" |
const string | StartTimeSupported = "StartTimeSupported" |
const string | StopTimeSupported = "StopTimeSupported" |
const string | MaxEventsPerConsumer = "MaxEventsPerConsumer" |
const string | MaxQueueLength = "MaxQueueLength" |
const string | MaxConsumers = "MaxConsumers" |
const string | MaxSuppliers = "MaxSuppliers" |
const string | RejectNewEvents = "RejectNewEvents" |
The detailed specification is available from the Object Managament Group.
|
A sequence of name-value pairs used for administration properties.
|
|
A sequence of events used by the sequence variants of the supplier and consumer interfaces.
|
|
A sequence of
|
|
A sequence of name-value pairs used for filterable event body fields.
|
|
|
|
A sequence of
|
|
A sequence of name-value pairs used for optional event header fields.
|
|
A sequence of
|
|
|
|
|
|
|
|
A sequence of name-value pairs used for quality of service properties.
|
|
An enumeration of quality of service error codes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|