Compounds | |
exception | NotificationExtensions::AcknowledgeError |
Exception to indicate that queue uses auto acknowledge. More... | |
interface | NotificationExtensions::Bridge |
An interface for bridge objects. More... | |
interface | NotificationExtensions::BridgeFactory |
An interface for the bridge factory. More... | |
exception | NotificationExtensions::BridgeNotFound |
Exception used to indicate that a bridge could not be found. More... | |
exception | NotificationExtensions::IDAlreadyExists |
Exception used when an ID is already in use. More... | |
exception | NotificationExtensions::IDNotFound |
Exception used when an ID is not in use. More... | |
exception | NotificationExtensions::InvalidTransformerType |
Exception used to indicate an invalid transformer type. More... | |
exception | NotificationExtensions::NoSuchMessage |
Exception to indicate that a message does not exist in queue. More... | |
interface | NotificationExtensions::Transformer |
Interface for a transformer. More... | |
interface | NotificationExtensions::TransformerAdmin |
Interface for transformer administrators. More... | |
interface | NotificationExtensions::TransformerFactory |
Interface for a transformer factory. More... | |
exception | NotificationExtensions::TransformerNotFound |
Exception used when a transformer could not be found. More... | |
interface | NotificationExtensions::TrConsumerAdmin |
interface | NotificationExtensions::TrProxyPullConsumer |
interface | NotificationExtensions::TrProxyPullSupplier |
interface | NotificationExtensions::TrProxyPushConsumer |
interface | NotificationExtensions::TrProxyPushSupplier |
interface | NotificationExtensions::TrSequenceProxyPullConsumer |
interface | NotificationExtensions::TrSequenceProxyPullSupplier |
interface | NotificationExtensions::TrSequenceProxyPushConsumer |
interface | NotificationExtensions::TrSequenceProxyPushSupplier |
interface | NotificationExtensions::TrStructuredProxyPullConsumer |
interface | NotificationExtensions::TrStructuredProxyPullSupplier |
interface | NotificationExtensions::TrStructuredProxyPushConsumer |
interface | NotificationExtensions::TrStructuredProxyPushSupplier |
interface | NotificationExtensions::TrSupplierAdmin |
Typedefs | |
typedef unsigned long long | evID |
A unique event identifier. More... | |
typedef sequence< evID > | evIDSeq |
A sequence of event identifiers. More... | |
typedef sequence< octet > | OctetSeq |
A sequence of octets for binary data transmission. More... | |
typedef sequence< any > | AnySeq |
A sequence of anys. More... | |
typedef string | ID |
A unique identifier. More... | |
typedef sequence< ID > | IDSeq |
A sequence of IDs. More... | |
typedef long | BridgeID |
A unique bridge object identifier. More... | |
typedef sequence< BridgeID > | BridgeIDSeq |
A sequence of bridge object identifiers. More... | |
typedef long | TransformerID |
A unique identifier used to identify transformers. More... | |
typedef sequence< TransformerID > | TransformerIDSeq |
A sequence of TransformerID. More... | |
Variables | |
const string | AutoSequenceBatchSize = "AutoSequenceBatchSize" |
const string | AutoSequenceTimeout = "AutoSequenceTimeout" |
const string | ThreadPoolSize = "ThreadPoolSize" |
const string | ThreadIdleTime = "ThreadIdleTime" |
const string | DeadLetterDrop = "DeadLetterDrop" |
const string | ReconnectInterval = "ReconnectInterval" |
const string | MaxReconnectAttempts = "MaxReconnectAttempts" |
const string | MaxInactivityInterval = "MaxInactivityInterval" |
const string | MaxMemoryUsage = "MaxMemoryUsage" |
const string | DiscardedEventCount = "DiscardedEventCount" |
const string | DiscardedEvents = "DiscardedEvents" |
const string | MaxMemoryUsagePolicy = "MaxMemoryUsagePolicy" |
const short | PurgeEvents = 0 |
const short | RejectEvents = 1 |
const short | DiscardEvents = 2 |
const string | AcknowledgeMode = "AcknowledgeMode" |
const short | AutoAcknowledge = 0 |
const short | ClientAcknowledge = 1 |
const short | LazyAcknowledge = 2 |
const string | AcknowledgeLevel = "AcknowledgeLevel" |
const short | LocalAcknowledge = 0 |
const short | GlobalAcknowledge = 1 |
const string | LazyAcknowledgeInterval = "LazyAcknowledgeInterval" |
const string | MaxUnacknowledged = "MaxUnacknowledged" |
const string | ConnectedClient = "ConnectedClient" |
const string | EventIDSupported = "EventIDSupported" |
const string | EventID = "EventID" |
const string | TransformerFactoryReference = "TransformerFactoryReference" |
const string | DomainName = "DomainName" |
const string | EventTypesEnabled = "EventTypesEnabled" |
const string | DisconnectCallback = "DisconnectCallback" |
const string | AlwaysPull = "AlwaysPull" |
const string | DefaultGrammar = "EXTENDED_TCL" |
const string | SQL92Grammar = "SQL92" |
const string | SimpleGrammar = "SimpleGrammar" |
|
A sequence of anys.
|
|
A unique bridge object identifier.
|
|
A sequence of bridge object identifiers.
|
|
A unique event identifier.
|
|
A sequence of event identifiers.
|
|
A unique identifier.
|
|
A sequence of IDs.
|
|
A sequence of octets for binary data transmission.
|
|
A unique identifier used to identify transformers.
|
|
A sequence of TransformerID.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|