NotificationExtensions.idl File Reference

import "TimeBase.idl";
import "CosNotifyComm.idl";
import "CosNotification.idl";
import "CosNotifyFilter.idl";
import "CosNotifyChannelAdmin.idl";

Go to the source code of this file.

Namespaces

namespace  NotificationExtensions

Classes

interface  NotificationExtensions::EventListener
 Interface for the event listener (for the notify log). More...

Variables

const string NotificationExtensions::AutoSequenceBatchSize = "AutoSequenceBatchSize"
const string NotificationExtensions::AutoSequenceTimeout = "AutoSequenceTimeout"
const string NotificationExtensions::ReconnectInterval = "ReconnectInterval"
const string NotificationExtensions::MaxReconnectAttempts = "MaxReconnectAttempts"
const string NotificationExtensions::MaxInactivityInterval = "MaxInactivityInterval"
const string NotificationExtensions::MaxMemoryUsage = "MaxMemoryUsage"
const string NotificationExtensions::DiscardedEventCount = "DiscardedEventCount"
const string NotificationExtensions::DiscardedEvents = "DiscardedEvents"
const string NotificationExtensions::MaxMemoryUsagePolicy = "MaxMemoryUsagePolicy"
const short NotificationExtensions::PurgeEvents = 0
const short NotificationExtensions::RejectEvents = 1
const short NotificationExtensions::DiscardEvents = 2
const string NotificationExtensions::MemoryCheckInterval = "MemoryCheckInterval"
const string NotificationExtensions::MemoryTargetMargin = "MemoryTargetMargin"
const string NotificationExtensions::MemoryMaxRecoveryAttempts = "MemoryMaxRecoveryAttempts"
const string NotificationExtensions::MemoryEscalationExponent = "MemoryEscalationExponent"
const string NotificationExtensions::ConnectedClient = "ConnectedClient"
const string NotificationExtensions::DisconnectCallback = "DisconnectCallback"
const string NotificationExtensions::EventListenerReference = "EventListenerReference"
const string NotificationExtensions::LogDiscard = "LogDiscard"
const string NotificationExtensions::EventsReceived = "EventsReceived"
const string NotificationExtensions::EventsDelivered = "EventsDelivered"
const string NotificationExtensions::DefaultGrammar = "EXTENDED_TCL"
const string NotificationExtensions::SQL92Grammar = "SQL92"
const string NotificationExtensions::SimpleGrammar = "SimpleGrammar"