org.apache.synapse.commons.snmp
Class SNMPConstants

java.lang.Object
  extended by org.apache.synapse.commons.snmp.SNMPConstants

public class SNMPConstants
extends Object


Field Summary
static String BC_FILE
           
static String CONFIG_FILE
           
static String SNMP_COMMUNITY_NAME
           
static String SNMP_CONTEXT_NAME
           
static String SNMP_DEFAULT_COMMUNITY_NAME
           
static String SNMP_DEFAULT_CONTEXT_NAME
           
static String SNMP_DEFAULT_HOST
           
static int SNMP_DEFAULT_PORT
           
static String SNMP_DEFAULT_SECURITY_NAME
           
static String SNMP_DEFAULT_VERSION
           
static String SNMP_ENABLED
           
static String SNMP_HOST
           
static String SNMP_PORT
           
static String SNMP_SECURITY_NAME
           
static String SNMP_VERSION
           
static String SNMP_VERSION_1
           
static String SNMP_VERSION_2_C
           
static String SYNAPSE_OID_BRANCH
          This OID branch has been uniquely assigned to the Synapse project by the ASF.
 
Constructor Summary
SNMPConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYNAPSE_OID_BRANCH

public static final String SYNAPSE_OID_BRANCH
This OID branch has been uniquely assigned to the Synapse project by the ASF. Please do not change.

See Also:
ASF OID Assignments, Constant Field Values

SNMP_VERSION_1

public static final String SNMP_VERSION_1
See Also:
Constant Field Values

SNMP_VERSION_2_C

public static final String SNMP_VERSION_2_C
See Also:
Constant Field Values

SNMP_ENABLED

public static final String SNMP_ENABLED
See Also:
Constant Field Values

SNMP_COMMUNITY_NAME

public static final String SNMP_COMMUNITY_NAME
See Also:
Constant Field Values

SNMP_SECURITY_NAME

public static final String SNMP_SECURITY_NAME
See Also:
Constant Field Values

SNMP_CONTEXT_NAME

public static final String SNMP_CONTEXT_NAME
See Also:
Constant Field Values

SNMP_HOST

public static final String SNMP_HOST
See Also:
Constant Field Values

SNMP_PORT

public static final String SNMP_PORT
See Also:
Constant Field Values

SNMP_VERSION

public static final String SNMP_VERSION
See Also:
Constant Field Values

SNMP_DEFAULT_COMMUNITY_NAME

public static final String SNMP_DEFAULT_COMMUNITY_NAME
See Also:
Constant Field Values

SNMP_DEFAULT_SECURITY_NAME

public static final String SNMP_DEFAULT_SECURITY_NAME
See Also:
Constant Field Values

SNMP_DEFAULT_CONTEXT_NAME

public static final String SNMP_DEFAULT_CONTEXT_NAME
See Also:
Constant Field Values

SNMP_DEFAULT_HOST

public static final String SNMP_DEFAULT_HOST
See Also:
Constant Field Values

SNMP_DEFAULT_PORT

public static final int SNMP_DEFAULT_PORT
See Also:
Constant Field Values

SNMP_DEFAULT_VERSION

public static final String SNMP_DEFAULT_VERSION
See Also:
Constant Field Values

BC_FILE

public static final String BC_FILE
See Also:
Constant Field Values

CONFIG_FILE

public static final String CONFIG_FILE
See Also:
Constant Field Values
Constructor Detail

SNMPConstants

public SNMPConstants()


Copyright © 2005–2015 Apache Software Foundation. All rights reserved.