org.blue.include
Class comments_h

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

public class comments_h
extends java.lang.Object


Nested Class Summary
static class comments_h.comment
          DATA STRUCTURES
 
Field Summary
static int ACKNOWLEDGEMENT_COMMENT
           
static int COMMENT_HASHSLOTS
          CHAINED HASH LIMITS
static int COMMENTSOURCE_EXTERNAL
           
static int COMMENTSOURCE_INTERNAL
          COMMENT SOURCES
static int DOWNTIME_COMMENT
           
static int FLAPPING_COMMENT
           
static int HOST_COMMENT
          COMMENT TYPES
static int SERVICE_COMMENT
           
static int USER_COMMENT
          ENTRY TYPES
 
Constructor Summary
comments_h()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMENTSOURCE_INTERNAL

public static int COMMENTSOURCE_INTERNAL
COMMENT SOURCES


COMMENTSOURCE_EXTERNAL

public static int COMMENTSOURCE_EXTERNAL

HOST_COMMENT

public static int HOST_COMMENT
COMMENT TYPES


SERVICE_COMMENT

public static int SERVICE_COMMENT

USER_COMMENT

public static final int USER_COMMENT
ENTRY TYPES

See Also:
Constant Field Values

DOWNTIME_COMMENT

public static final int DOWNTIME_COMMENT
See Also:
Constant Field Values

FLAPPING_COMMENT

public static final int FLAPPING_COMMENT
See Also:
Constant Field Values

ACKNOWLEDGEMENT_COMMENT

public static final int ACKNOWLEDGEMENT_COMMENT
See Also:
Constant Field Values

COMMENT_HASHSLOTS

public static int COMMENT_HASHSLOTS
CHAINED HASH LIMITS

Constructor Detail

comments_h

public comments_h()