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

Client status values. More...

Static Public Attributes

static readonly long DESTROYED = -2
 The client has been destroyed. More...
 
static readonly long EXCEPTION = 4
 The client has indicated an exception. More...
 
static readonly long NEEDS_RESTART = 2
 The client needs to be restarted. More...
 
static readonly long OFF_LINE = -1
 The client is offline. More...
 
static readonly long OUT_OF_SYNC = 5
 The client is out of sync. More...
 
static readonly long RUNNING = 1
 The client is running. More...
 
static readonly long TIMED_OUT = 3
 The client has timed out. More...
 

Detailed Description

Client status values.

Enumerates the possible values for the client status.

See Also
FIELD_CLIENT_STATUS

Member Data Documentation

readonly long TIBCO.FTL.Monitoring.ClientStatus.DESTROYED = -2
static

The client has been destroyed.

readonly long TIBCO.FTL.Monitoring.ClientStatus.EXCEPTION = 4
static

The client has indicated an exception.

readonly long TIBCO.FTL.Monitoring.ClientStatus.NEEDS_RESTART = 2
static

The client needs to be restarted.

readonly long TIBCO.FTL.Monitoring.ClientStatus.OFF_LINE = -1
static

The client is offline.

readonly long TIBCO.FTL.Monitoring.ClientStatus.OUT_OF_SYNC = 5
static

The client is out of sync.

readonly long TIBCO.FTL.Monitoring.ClientStatus.RUNNING = 1
static

The client is running.

readonly long TIBCO.FTL.Monitoring.ClientStatus.TIMED_OUT = 3
static

The client has timed out.