org.jboss.soa.esb.nagios
Class Constants

java.lang.Object
  extended by org.jboss.soa.esb.nagios.Constants

public class Constants
extends java.lang.Object

A few constant values synchronized from the C NSCA client/server source.


Field Summary
static java.lang.String FICTICIOUS_TEST_HOST
           
static int MAX_DESCRIPTION_LENGTH
           
static int MAX_HOSTNAME_LENGTH
           
static int MAX_PLUGINOUTPUT_LENGTH
           
static int NSCA_PACKET_VERSION_3
           
static int TRANSMITTED_IV_SIZE
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSMITTED_IV_SIZE

public static final int TRANSMITTED_IV_SIZE
See Also:
Constant Field Values

MAX_HOSTNAME_LENGTH

public static final int MAX_HOSTNAME_LENGTH
See Also:
Constant Field Values

MAX_DESCRIPTION_LENGTH

public static final int MAX_DESCRIPTION_LENGTH
See Also:
Constant Field Values

MAX_PLUGINOUTPUT_LENGTH

public static final int MAX_PLUGINOUTPUT_LENGTH
See Also:
Constant Field Values

NSCA_PACKET_VERSION_3

public static final int NSCA_PACKET_VERSION_3
See Also:
Constant Field Values

FICTICIOUS_TEST_HOST

public static final java.lang.String FICTICIOUS_TEST_HOST
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()