public class FConstant
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AGENPRO_INFO
AgenPro info displayed in MIB browser
|
static boolean |
DEFAULT_ALLOW_BOOTS_COUNT_RESET
Default behavior is to allow boots count reset.
|
static boolean |
DEFAULT_CONSOLE_UNCAUGHT
Default behavior is to send uncaught exception stack trace to console.
|
static int |
DEFAULT_DEADLOCK_CHECK_INTERVAL_SEC
Deadlock check interval.
|
static int |
DEFAULT_IGNORE_UPDATE_MS
MIB browser request for some value may come many times in a short
period of time.
|
static int |
DEFAULT_NOTIFY_RETRY_COUNT
Default notify retry count 1
|
static int |
DEFAULT_NOTIFY_TIMEOUT_MS
Default notification timeout 1000 millisecond
|
static java.lang.String |
DEFAULT_OID_ROOT
Default OID root for read / write / notify views
in vacmViewTreeFamilyTable.
|
static PersistPolicy |
DEFAULT_PERSIST_POLICY
Default persistency storage policy is ON_CHANGE.
|
static Storage |
DEFAULT_STORAGE_COMMUNITY
Default storage community type is READONLY.
|
static Storage |
DEFAULT_STORAGE_NOTIFY
Default storage notify type is READONLY.
|
static Storage |
DEFAULT_STORAGE_VACM_ACCESS
Default storage VACM access type is READONLY.
|
static Storage |
DEFAULT_STORAGE_VACM_GROUP
Default storage VACM group type is READONLY.
|
static Storage |
DEFAULT_STORAGE_VACM_VIEWTREE
Default storage VACM viewtree type is READONLY.
|
static int |
DEFAULT_THREAD_POOL_SIZE
SNMP4J agent thread pool size.
|
static TransportSnmp |
DEFAULT_TRANSPORT
Default transport is UDP.
|
static TransportDomain |
DEFAULT_TRANSPORT_DOMAIN
Default transport domain is IPv4.
|
static java.lang.String |
DEFAULT_V3_PASSWORD_KEY
Default encryption key
|
static int |
FRIENDLY_ENTERPRISE_ID
Private Enterprise Number assigned to FriendlySNMP
|
static java.lang.String |
FRIENDLYSNMP_INFO
FriendlySNMP info displayed in MIB browser
|
static java.lang.String |
JVM_MIB_INFO
JVM-MANAGEMENT-MIB info displayed in MIB browser
|
static java.lang.String |
KEY_ADDRESS_SEND_NOTIFY
Key in a properties file defines address to send notifications
from THIS application to this address (MIB browser).
|
static java.lang.String |
KEY_ADDRESS_SET_GET
Key in a properties file defines address of THIS application
to respond on SET and GET requests from MIB browser.
|
static java.lang.String |
KEY_ALLOW_BOOTS_COUNT_RESET
Key in a properties file to disallow application boots count reset.
|
static java.lang.String |
KEY_CONSOLE_UNCAUGHT
Key in a properties file defines how stack trace is shown in a console.
|
static java.lang.String |
KEY_ENGINE_ID
Key in a properties file defines local engine ID.
|
static java.lang.String |
KEY_IGNORE_UPDATE_MS
Key in a properties file defines ignore updates time.
|
static java.lang.String |
KEY_NOTIFY_RETRY_COUNT
Key in a properties file defines notify retry count.
|
static java.lang.String |
KEY_NOTIFY_TIMEOUT_MS
Key in a properties file defines notify timeout.
|
static java.lang.String |
KEY_OID_ROOT_NOTIFY_VIEW
Key in a properties file defines root OID for the notify view in the
vacmViewTreeFamilyTable.
|
static java.lang.String |
KEY_OID_ROOT_READ_VIEW
Key in a properties file defines root OID for the read view in the
vacmViewTreeFamilyTable.
|
static java.lang.String |
KEY_OID_ROOT_WRITE_VIEW
Key in a properties file defines root OID for the write view in the
vacmViewTreeFamilyTable.
|
static java.lang.String |
KEY_PERSIST_FILENAME
Key in a properties file defines persistence storage filename.
|
static java.lang.String |
KEY_PERSIST_POLICY
Key in a properties file defines persistence storage policy.
|
static java.lang.String |
KEY_PLUGIN_PREFIX
Key in a properties file defines plugin class.
|
static java.lang.String |
KEY_STORAGE_COMMUNITY
Key in a properties file defines community storage type.
|
static java.lang.String |
KEY_STORAGE_NOTIFY
Key in a properties file defines notify storage type.
|
static java.lang.String |
KEY_STORAGE_VACM_ACCESS
Key in a properties file defines VACM access storage type.
|
static java.lang.String |
KEY_STORAGE_VACM_GROUP
Key in a properties file defines VACM group storage type.
|
static java.lang.String |
KEY_STORAGE_VACM_VIEWTREE
Key in a properties file defines VACM viewtree storage type.
|
static java.lang.String |
KEY_THREAD_POOL_SIZE
SNMP4J agent thread pool size.
|
static java.lang.String |
KEY_TRANSPORT
Key in a properties file defines transport.
|
static java.lang.String |
KEY_TRANSPORT_DOMAIN
Key in a properties file defines transport domain.
|
static java.lang.String |
KEY_V1_COMMUNITY
Key in a properties file defines V1 communities separated by spaces.
|
static java.lang.String |
KEY_V2_COMMUNITY
Key in a properties file defines V2 communities separated by spaces.
|
static java.lang.String |
KEY_V3_CONTEXT
A key in a properties file defines SNMPv3 context.
|
static java.lang.String |
KEY_V3_PASSWORD_AUTH
A key in a properties file defines SNMPv3 authentication password.
|
static java.lang.String |
KEY_V3_PASSWORD_KEY
A key in a properties file defines SNMPv3 password encryption key.
|
static java.lang.String |
KEY_V3_PASSWORD_PRIV
A key in a properties file defines privileges password.
|
static java.lang.String |
KEY_V3_PROTOCOL_AUTH
A key in a properties file defines SNMPv3 authentication protocol.
|
static java.lang.String |
KEY_V3_PROTOCOL_PRIV
A key in a properties file defines SNMPv3 privileges protocol.
|
static java.lang.String |
KEY_V3_USER
Key in a properties file defines SNMPv3 users separated by spaces.
|
static int |
MAX_IGNORE_UPDATE_MS
See notes
DEFAULT_IGNORE_UPDATE_MS . |
static java.lang.String |
PREFIX_APP
Agent properties entry key prefix for filtering out application
information list.
|
static java.lang.String |
PREFIX_DEPENDENCY
Agent properties entry key prefix for filtering out application
dependencies list
|
static java.lang.String |
SNMP4J_INFO
SNMP4J info displayed in MIB browser
|
static java.lang.String |
SNMP4JAGENT_INFO
SNMP4J-agent info displayed in MIB browser
|
Constructor and Description |
---|
FConstant() |
public static final int FRIENDLY_ENTERPRISE_ID
public static final java.lang.String PREFIX_APP
public static final java.lang.String PREFIX_DEPENDENCY
public static final java.lang.String SNMP4J_INFO
public static final java.lang.String SNMP4JAGENT_INFO
public static final java.lang.String FRIENDLYSNMP_INFO
public static final java.lang.String AGENPRO_INFO
public static final java.lang.String JVM_MIB_INFO
public static final java.lang.String KEY_ADDRESS_SEND_NOTIFY
public static final java.lang.String KEY_ADDRESS_SET_GET
public static final java.lang.String KEY_ALLOW_BOOTS_COUNT_RESET
public static final java.lang.String KEY_CONSOLE_UNCAUGHT
DEFAULT_CONSOLE_UNCAUGHT
,
Constant Field Valuespublic static final java.lang.String KEY_ENGINE_ID
public static final java.lang.String KEY_IGNORE_UPDATE_MS
DEFAULT_IGNORE_UPDATE_MS
,
Constant Field Valuespublic static final java.lang.String KEY_NOTIFY_RETRY_COUNT
DEFAULT_NOTIFY_RETRY_COUNT
,
Constant Field Valuespublic static final java.lang.String KEY_NOTIFY_TIMEOUT_MS
DEFAULT_NOTIFY_TIMEOUT_MS
,
Constant Field Valuespublic static final java.lang.String KEY_OID_ROOT_NOTIFY_VIEW
This value is optional and overrides default value which is "1.3"
DEFAULT_OID_ROOT
,
Constant Field Valuespublic static final java.lang.String KEY_OID_ROOT_READ_VIEW
This value is optional and overrides default value which is "1.3"
DEFAULT_OID_ROOT
,
Constant Field Valuespublic static final java.lang.String KEY_OID_ROOT_WRITE_VIEW
This value is optional and overrides default value which is "1.3"
DEFAULT_OID_ROOT
,
Constant Field Valuespublic static final java.lang.String KEY_PERSIST_FILENAME
public static final java.lang.String KEY_PERSIST_POLICY
PersistPolicy
enumeration. Not valid value in a property file throws
FException
at the time of SNMP agent is created.
This value is optional and overrides default value which is
PersistPolicy.ON_CHANGE
DEFAULT_PERSIST_POLICY
,
PersistPolicy
,
Constant Field Valuespublic static final java.lang.String KEY_PLUGIN_PREFIX
public static final java.lang.String KEY_STORAGE_COMMUNITY
See valid values at KEY_STORAGE_VACM_GROUP
.
Default value is DEFAULT_STORAGE_COMMUNITY
DEFAULT_STORAGE_COMMUNITY
,
Constant Field Valuespublic static final java.lang.String KEY_STORAGE_NOTIFY
See valid values at KEY_STORAGE_VACM_GROUP
This value is optional and overrides default value
DEFAULT_STORAGE_NOTIFY
DEFAULT_STORAGE_NOTIFY
,
Constant Field Valuespublic static final java.lang.String KEY_STORAGE_VACM_ACCESS
Valid values see KEY_STORAGE_VACM_GROUP
This value is optional and overrides default value
DEFAULT_STORAGE_VACM_ACCESS
DEFAULT_STORAGE_VACM_ACCESS
,
Constant Field Valuespublic static final java.lang.String KEY_STORAGE_VACM_GROUP
Valid values are the following strings: readOnly, permanent, volatile,
nonVolatile, other. Not valid value in a property file throws
FException
at the time when SNMP agent is created.
This value is optional and overrides default value
DEFAULT_STORAGE_VACM_GROUP
DEFAULT_STORAGE_VACM_GROUP
,
Constant Field Valuespublic static final java.lang.String KEY_STORAGE_VACM_VIEWTREE
See valid values at KEY_STORAGE_VACM_GROUP
This value is optional and overrides default value
DEFAULT_STORAGE_VACM_VIEWTREE
public static final java.lang.String KEY_THREAD_POOL_SIZE
DEFAULT_THREAD_POOL_SIZE
DEFAULT_THREAD_POOL_SIZE
,
Constant Field Valuespublic static final java.lang.String KEY_TRANSPORT
DEFAULT_TRANSPORT
.
Not valid value in a property file throws
FException
at the time of SNMP agent is created.
DEFAULT_TRANSPORT
,
Constant Field Valuespublic static final java.lang.String KEY_TRANSPORT_DOMAIN
DEFAULT_TRANSPORT_DOMAIN
Not valid value in a property file throws
FException
at the time of SNMP agent is created.
DEFAULT_TRANSPORT_DOMAIN
,
Constant Field Valuespublic static final java.lang.String KEY_V1_COMMUNITY
public static final java.lang.String KEY_V2_COMMUNITY
public static final java.lang.String KEY_V3_CONTEXT
public static final java.lang.String KEY_V3_PASSWORD_AUTH
public static final java.lang.String KEY_V3_PASSWORD_KEY
public static final java.lang.String KEY_V3_PASSWORD_PRIV
public static final java.lang.String KEY_V3_PROTOCOL_AUTH
public static final java.lang.String KEY_V3_PROTOCOL_PRIV
public static final java.lang.String KEY_V3_USER
public static final boolean DEFAULT_ALLOW_BOOTS_COUNT_RESET
KEY_ALLOW_BOOTS_COUNT_RESET
,
Constant Field Valuespublic static final boolean DEFAULT_CONSOLE_UNCAUGHT
KEY_CONSOLE_UNCAUGHT
,
Constant Field Valuespublic static final int DEFAULT_DEADLOCK_CHECK_INTERVAL_SEC
Default value is 1 sec. MIB browser has an option to override this value, which is saved in persistence storage. Application will use new updated deadlock check interval after restart.
public static final int DEFAULT_IGNORE_UPDATE_MS
KEY_IGNORE_UPDATE_MS
,
Constant Field Valuespublic static final int DEFAULT_NOTIFY_RETRY_COUNT
KEY_NOTIFY_RETRY_COUNT
,
Constant Field Valuespublic static final int DEFAULT_NOTIFY_TIMEOUT_MS
KEY_NOTIFY_TIMEOUT_MS
,
Constant Field Valuespublic static final java.lang.String DEFAULT_OID_ROOT
public static final PersistPolicy DEFAULT_PERSIST_POLICY
KEY_PERSIST_POLICY
,
PersistPolicy
public static final Storage DEFAULT_STORAGE_COMMUNITY
KEY_STORAGE_COMMUNITY
public static final Storage DEFAULT_STORAGE_NOTIFY
KEY_STORAGE_NOTIFY
public static final Storage DEFAULT_STORAGE_VACM_ACCESS
KEY_STORAGE_VACM_ACCESS
public static final Storage DEFAULT_STORAGE_VACM_GROUP
KEY_STORAGE_VACM_GROUP
public static final Storage DEFAULT_STORAGE_VACM_VIEWTREE
KEY_STORAGE_VACM_VIEWTREE
public static final int DEFAULT_THREAD_POOL_SIZE
KEY_THREAD_POOL_SIZE
,
Constant Field Valuespublic static final TransportSnmp DEFAULT_TRANSPORT
KEY_TRANSPORT
public static final TransportDomain DEFAULT_TRANSPORT_DOMAIN
KEY_TRANSPORT_DOMAIN
public static final java.lang.String DEFAULT_V3_PASSWORD_KEY
KEY_V3_PASSWORD_KEY
,
Constant Field Valuespublic static final int MAX_IGNORE_UPDATE_MS
DEFAULT_IGNORE_UPDATE_MS
. Properties file
error while setting DEFAULT_IGNORE_UPDATE_MS
to very long
time might prevent application from updating values. The maximum
default value is 10 sec.