Classes | Typedefs | Variables

acsnc Namespace Reference

Classes

struct  EventDescription
interface  ACSEventAdmin
interface  OSPushSupplier
interface  OSPushConsumer
interface  OSReconnectionCallback

Typedefs

typedef sequence< string > NCSeq
typedef short domainNameValue

Variables

const string FILTER_LANGUAGE_NAME = "ETCL"
const string SEQUENCE_EVENT_TYPE_PREFIX = "_SequenceOf_"
const domainNameValue ALARMSYSTEM_DOMAIN_VAL = 0
const string ALARMSYSTEM_DOMAIN_NAME = "ALARMSYSTEM"

Typedef Documentation

typedef short acsnc::domainNameValue

Typedef for "enum" values of known event channel domains that allow a hardcoded or CDB-based mapping from a channel to a notification service.

typedef sequence<string> acsnc::NCSeq

This is the sequence holding the Channel, Domain, and Type Names. Not valid for all language mappings.


Variable Documentation

const string acsnc::ALARMSYSTEM_DOMAIN_NAME = "ALARMSYSTEM"

Alarm System NC CDB mapping domain name.

Alarm System NC CDB mapping domain "enum" value.

const string acsnc::FILTER_LANGUAGE_NAME = "ETCL"

FILTER_LANGUAGE_NAME is the default filtering language used by the addFilter consumer (API) method.

const string acsnc::SEQUENCE_EVENT_TYPE_PREFIX = "_SequenceOf_"

The prefix used to derive the event type from the IDL struct name in (the only partially supported) cases where the event data is not a single struct but instead a sequence of such structs.