org.blue.include
Class statusdata_h

java.lang.Object
  extended by org.blue.include.statusdata_h

public class statusdata_h
extends java.lang.Object


Nested Class Summary
static class statusdata_h.hoststatus
          DATA STRUCTURES
static class statusdata_h.servicestatus
           
 
Field Summary
static int HOST_DOWN
           
static int HOST_PENDING
          HOST STATES
static int HOST_UNREACHABLE
           
static int HOST_UP
           
static int HOSTSTATUS_HASHSLOTS
           
static int READ_ALL_STATUS_DATA
           
static int READ_HOST_STATUS
           
static int READ_PROGRAM_STATUS
          STATUS
static int READ_SERVICE_STATUS
           
static int SERVICE_CRITICAL
           
static int SERVICE_OK
           
static int SERVICE_PENDING
          SERVICE STATES
static int SERVICE_UNKNOWN
           
static int SERVICE_WARNING
           
static int SERVICESTATUS_HASHSLOTS
          CHAINED HASH LIMITS
 
Constructor Summary
statusdata_h()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READ_PROGRAM_STATUS

public static final int READ_PROGRAM_STATUS
STATUS

See Also:
Constant Field Values

READ_HOST_STATUS

public static final int READ_HOST_STATUS
See Also:
Constant Field Values

READ_SERVICE_STATUS

public static final int READ_SERVICE_STATUS
See Also:
Constant Field Values

READ_ALL_STATUS_DATA

public static final int READ_ALL_STATUS_DATA
See Also:
Constant Field Values

SERVICE_PENDING

public static final int SERVICE_PENDING
SERVICE STATES

See Also:
Constant Field Values

SERVICE_OK

public static final int SERVICE_OK
See Also:
Constant Field Values

SERVICE_WARNING

public static final int SERVICE_WARNING
See Also:
Constant Field Values

SERVICE_UNKNOWN

public static final int SERVICE_UNKNOWN
See Also:
Constant Field Values

SERVICE_CRITICAL

public static final int SERVICE_CRITICAL
See Also:
Constant Field Values

HOST_PENDING

public static final int HOST_PENDING
HOST STATES

See Also:
Constant Field Values

HOST_UP

public static final int HOST_UP
See Also:
Constant Field Values

HOST_DOWN

public static final int HOST_DOWN
See Also:
Constant Field Values

HOST_UNREACHABLE

public static final int HOST_UNREACHABLE
See Also:
Constant Field Values

SERVICESTATUS_HASHSLOTS

public static final int SERVICESTATUS_HASHSLOTS
CHAINED HASH LIMITS

See Also:
Constant Field Values

HOSTSTATUS_HASHSLOTS

public static final int HOSTSTATUS_HASHSLOTS
See Also:
Constant Field Values
Constructor Detail

statusdata_h

public statusdata_h()