TIBCO FTL®
Static Public Attributes | List of all members
TIBCO.FTL.Monitoring.EventType Class Reference

Event type values. More...

Static Public Attributes

static readonly long ADVISORY = 4
 
static readonly long CLIENT_STATUS_CHANGE = 3
 
static readonly long CONNECTED = 1
 
static readonly long DISCONNECTED = 2
 

Detailed Description

Event type values.

Enumerates the possible values for the event types.

See Also
FIELD_EVENT_TYPE

Member Data Documentation

readonly long TIBCO.FTL.Monitoring.EventType.ADVISORY = 4
static

There was an advisory event.

readonly long TIBCO.FTL.Monitoring.EventType.CLIENT_STATUS_CHANGE = 3
static

The client has change client_status states.

readonly long TIBCO.FTL.Monitoring.EventType.CONNECTED = 1
static

The client is connected.

readonly long TIBCO.FTL.Monitoring.EventType.DISCONNECTED = 2
static

The client is disconnected.