Serialized Form
Package com.ireasoning.protocol.snmp |
_type
int _type
_pdu
SnmpPdu _pdu
snmpInPkts
SynchronizedCounter snmpInPkts
snmpOutPkts
SynchronizedCounter snmpOutPkts
snmpInBadVersions
SynchronizedCounter snmpInBadVersions
snmpInBadCommunityNames
SynchronizedCounter snmpInBadCommunityNames
snmpInBadCommunityUses
SynchronizedCounter snmpInBadCommunityUses
snmpInASNParseErrs
SynchronizedCounter snmpInASNParseErrs
snmpInTooBigs
SynchronizedCounter snmpInTooBigs
snmpInNoSuchNames
SynchronizedCounter snmpInNoSuchNames
snmpInBadValues
SynchronizedCounter snmpInBadValues
snmpInReadOnlys
SynchronizedCounter snmpInReadOnlys
snmpInGenErrs
SynchronizedCounter snmpInGenErrs
snmpInTotalReqVars
SynchronizedCounter snmpInTotalReqVars
snmpInTotalSetVars
SynchronizedCounter snmpInTotalSetVars
snmpInGetRequests
SynchronizedCounter snmpInGetRequests
snmpInGetNexts
SynchronizedCounter snmpInGetNexts
snmpInGetBulks
SynchronizedCounter snmpInGetBulks
snmpInSetRequests
SynchronizedCounter snmpInSetRequests
snmpInGetResponses
SynchronizedCounter snmpInGetResponses
snmpInTraps
SynchronizedCounter snmpInTraps
snmpOutTooBigs
SynchronizedCounter snmpOutTooBigs
snmpOutNoSuchNames
SynchronizedCounter snmpOutNoSuchNames
snmpOutBadValues
SynchronizedCounter snmpOutBadValues
snmpOutGenErrs
SynchronizedCounter snmpOutGenErrs
snmpOutGetRequests
SynchronizedCounter snmpOutGetRequests
snmpOutGetNexts
SynchronizedCounter snmpOutGetNexts
snmpOutGetBulks
SynchronizedCounter snmpOutGetBulks
snmpOutSetRequests
SynchronizedCounter snmpOutSetRequests
snmpOutGetResponses
SynchronizedCounter snmpOutGetResponses
snmpOutTraps
SynchronizedCounter snmpOutTraps
snmpSilentDrops
SynchronizedCounter snmpSilentDrops
snmpProxyDrops
SynchronizedCounter snmpProxyDrops
snmpEnableAuthenTraps
boolean snmpEnableAuthenTraps
usmStatsUnsupportedSecLevels
SynchronizedCounter usmStatsUnsupportedSecLevels
usmStatsNotInTimeWindows
SynchronizedCounter usmStatsNotInTimeWindows
usmStatsUnknownUserNames
SynchronizedCounter usmStatsUnknownUserNames
usmStatsUnknownEngineIDs
SynchronizedCounter usmStatsUnknownEngineIDs
usmStatsWrongDigests
SynchronizedCounter usmStatsWrongDigests
usmStatsDecryptionErrors
SynchronizedCounter usmStatsDecryptionErrors
_tableEntry
SnmpTableEntry _tableEntry
- The SnmpTableEntry object stored in this node
_isReady
long _isReady
- Indicates if this node is ready (after SNMP_SET)
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
_proxySubTreeList
Vector _proxySubTreeList
_trapProxyPort
int _trapProxyPort
_noCommunityNameCheck
boolean _noCommunityNameCheck
_allowNonV3ReadRequestsForV3Agent
boolean _allowNonV3ReadRequestsForV3Agent
_isCommunityViewEnabled
boolean _isCommunityViewEnabled
_allowNonV3SetRequestsForV3Agent
boolean _allowNonV3SetRequestsForV3Agent
_isEncrypt
boolean _isEncrypt
_encryptDebugMode
boolean _encryptDebugMode
_trapSinks
TrapSink[] _trapSinks
- Properties for the trap daemon
_userTable
Hashtable _userTable
- Users Properties
_groupTable
Hashtable _groupTable
_viewTable
Hashtable _viewTable
_readCommunityViewTable
Hashtable _readCommunityViewTable
_writeCommunityViewTable
Hashtable _writeCommunityViewTable
_engineID
byte[] _engineID
- This agent's engine ID
_engineBoots
int _engineBoots
- This agent's engineBoots value
_maxPacketSize
int _maxPacketSize
- Max packet size
_informTimeout
int _informTimeout
- Timeout value for SNMP inform request
_informRetries
int _informRetries
- Number of retries after timeout
_useThreadPool
boolean _useThreadPool
- Whether to use thread pool to handle requests and send traps. Using thread pool
can boost the performance but it also takes more system resources
_maxThreadCount
int _maxThreadCount
- Max number of threads if thread pool is enabled
_authTrapEnabled
boolean _authTrapEnabled
- Whether to enable sending authenticationFailure trap automatically
EMPTY_STRING_ARRAY
String[] EMPTY_STRING_ARRAY
_readCommunities
String[] _readCommunities
- This agent's read community name
_writeCommunities
String[] _writeCommunities
- This agent's write community name
_version
int _version
- The snmp version this agent support
_port
int _port
_masterAgentPort
int _masterAgentPort
_remoteMasterAgentPort
int _remoteMasterAgentPort
_remoteMasterAgentIpAddress
String _remoteMasterAgentIpAddress
SYS_OBJECT_ID
SnmpOID SYS_OBJECT_ID
_sysObjectID
SnmpOID _sysObjectID
- This agent's sysObjectID value
_reloadConfigOID
SnmpOID _reloadConfigOID
_agentIpAddress
String _agentIpAddress
_subagentIpAddresses
IpAddresses _subagentIpAddresses
_managerIpAddresses
IpAddresses _managerIpAddresses
_underCreationTimeWindow
long _underCreationTimeWindow
_address
InetAddress _address
_value
SnmpDataType _value
_msgID
int _msgID
_msgMaxSize
int _msgMaxSize
_securityLevel
byte _securityLevel
_reportable
boolean _reportable
_msgSecurityModel
int _msgSecurityModel
_msgAuthoritativeEngineID
byte[] _msgAuthoritativeEngineID
_msgAuthoritativeEngineBoots
int _msgAuthoritativeEngineBoots
_msgAuthoritativeEngineTime
int _msgAuthoritativeEngineTime
_msgUserName
String _msgUserName
_msgAuthenticationParameters
byte[] _msgAuthenticationParameters
_msgAuthenticationParametersPos
int _msgAuthenticationParametersPos
_msgPrivacyParameters
byte[] _msgPrivacyParameters
_name
String _name
_value
String _value
_objectName
String _objectName
- JMX Object Name, something like ":name=SystemGroup"
_mibNodeName
String _mibNodeName
- Method name. It's actually the MIB node name, such as "SysUpTime". Note: The first character
is captalized.
_table
SnmpTable _table
_rowStatusOID
SnmpOID _rowStatusOID
- RowStatus node's SnmpOID
_access
byte _access
- Node's access code
_realSyntaxType
byte _realSyntaxType
- The syntax type
_isScalarNode
boolean _isScalarNode
- Indicates if this node is scalar node
_isTableNode
boolean _isTableNode
- Indicates if this node is table node
_isGroupNode
boolean _isGroupNode
- Indicates if this node is group node, such as System group node
_isIndexNode
boolean _isIndexNode
- Indicates if this node is index node
_isTableColumnNode
boolean _isTableColumnNode
- Indicates if this node is columnar node, such as ifIndex in IfTable
_isRegistered
boolean _isRegistered
- Indicates if this node's has been MBean-registered
_isPartialName
boolean _isPartialName
- Indicates if the _name is partial or not. If true, its name need to be combined with parent node's name
_isEntryStatus
boolean _isEntryStatus
- Indicates if this node is EntryStatus as specified in RMON
_isTreeChanged
boolean _isTreeChanged
_allLeafNodes
BasicOIDTreeNode[] _allLeafNodes
_tableNodes
OIDTreeNode[] _tableNodes
_selfManagedTables
OIDTreeNode[] _selfManagedTables
_indice
String[] _indice
_subtree
SnmpOID _subtree
_ipAddress
String _ipAddress
_port
int _port
_timeout
int _timeout
session
SnmpSession session
_isIncluded
boolean _isIncluded
_writeCommunity
String _writeCommunity
_readCommunity
String _readCommunity
_version
String _version
_userName
String _userName
_auth
String _auth
_authPassword
String _authPassword
_priv
String _priv
_privPassword
String _privPassword
_contextName
String _contextName
_configFileObj
Object _configFileObj
_delayTime
long _delayTime
_globalSessionID
int _globalSessionID
_subagentData
Vector _subagentData
_defaultTimeout
int _defaultTimeout
_masterSysUpTime
long _masterSysUpTime
_time0
long _time0
_listeners
Listener[] _listeners
_listenersMonitor
Object _listenersMonitor
_isMasterAgent
boolean _isMasterAgent
_session
SnmpBaseSession _session
_configFileName
String _configFileName
- Agent's configuration file name
_shouldExit
boolean _shouldExit
- Sets true to stop agent
_root
OIDTreeNode _root
- MIB tree's root node, its value is initially set in sub class' setOIDTree() method
_port
int _port
- server port number, default value is 161
_snmpAdaptorServer
SnmpAdaptorServer _snmpAdaptorServer
- SnmpAdaptorServer instance
_isAgentActive
boolean _isAgentActive
- indicates whehter agent is running or stopped
_snmpDataType
boolean _snmpDataType
_defaultMaxRepetions
int _defaultMaxRepetions
- Default max repetitons value (For SNMPv2 GET_BULK)
_oidCache
com.ireasoning.core.lang.LimitedSizeMap _oidCache
_stats
AgentStats _stats
_usmstats
AgentUsmStats _usmstats
_config
DefaultAgentConfig _config
_isUsingConfigPort
boolean _isUsingConfigPort
_listeners
Listener[] _listeners
_listenersMonitor
Object _listenersMonitor
_groupNode
OIDTreeNode _groupNode
_engineTable
Map _engineTable
_engineIDTable
Map _engineIDTable
_usmUserTable
Map _usmUserTable
_inDiscovery
boolean _inDiscovery
_radix
int _radix
- Either 2 or 16
_minLength
int _minLength
bits
long[] bits
- The bits in this SnmpBits. The ith bit is stored in bits[i/64] at
bit position i % 64 (where bit position 0 refers to the least
significant bit and 63 refers to the most significant bit).
INVARIANT: The words in bits[] above unitInUse-1 are zero.
-
_isImmutable
boolean _isImmutable
_isImmutable
boolean _isImmutable
_value
BigInteger _value
_errorCode
int _errorCode
_engineID
byte[] _engineID
- (at least within an administrative domain) uniquely and unambiguously identifies an SNMP engine.
_host
String _host
_port
int _port
_updateTime
long _updateTime
_latestReceivedEngineTime
int _latestReceivedEngineTime
_skipUpdateTime
boolean _skipUpdateTime
_engineTime
int _engineTime
- snmpEngineTime, which is the number of seconds since the
snmpEngineBoots counter was last incremented.
_engineBoots
int _engineBoots
- a count of the number of times the SNMP engine has
re-booted/re-initialized since snmpEngineID was last configured
errorStatus
int errorStatus
errorIndex
int errorIndex
_errorStatus
int _errorStatus
_isImmutable
boolean _isImmutable
_value
int _value
_value
byte[] _value
_value
int[] _value
- Member variables storing OID, ".1.3.2.456" will be stored as { 1, 3, 2,
456 }
_version
int _version
_community
String _community
_command
int _command
_requestID
int _requestID
_senderAddress
String _senderAddress
- sender's ip address or host name
_senderPort
int _senderPort
_receiverAddress
String _receiverAddress
_receiverPort
int _receiverPort
_hasMore
boolean _hasMore
_isAuthFailed
boolean _isAuthFailed
_errStatus
int _errStatus
_errIndex
int _errIndex
_contextName
String _contextName
_contextEngineID
byte[] _contextEngineID
_endOfMibView
boolean _endOfMibView
_v3MsgHeader
MsgHeader _v3MsgHeader
_v3MsgParameters
MsgSecurityParameters _v3MsgParameters
_currentUser
UsmUser _currentUser
_currentEngine
SnmpEngine _currentEngine
_contextName
String _contextName
_contextEngineID
byte[] _contextEngineID
_starget
SnmpTarget _starget
_keepOpen
boolean _keepOpen
_mibVersion
String _mibVersion
_threadStarted
boolean _threadStarted
_verifyAddress
boolean _verifyAddress
_asyncTimeout
int _asyncTimeout
_table
SnmpTable _table
- This SnmpTable object which contains this object
_suffix
String _suffix
- The index suffix of this row
_dependents
Vector _dependents
- A collection of its dependent rows
_oid
SnmpOID _oid
serialVersionUID: 100l
_columns
Vector _columns
- Table columns. Each element in this Vector object is SnmpVarBind object
_columnNames
Vector _columnNames
- Column names. Each element in this Vector object is String object.
_columnOIDs
Vector _columnOIDs
- Column oids. Each element in this Vector object is String object.
_columnDataTypes
Vector _columnDataTypes
- Column data types. Each element in this Vector object is String object.
_tableName
String _tableName
- Table name
_tableOID
SnmpOID _tableOID
- Table OID
_isToTranslateValue
boolean _isToTranslateValue
- true to translate VarBind's value
- See Also:
SnmpTableModel.setTranslateValue(boolean)
_valueMap
Map _valueMap
_interval
long _interval
_maxVarBindCount
int _maxVarBindCount
_authFailureOID
SnmpOID _authFailureOID
_readCommunity
String _readCommunity
_writeCommunity
String _writeCommunity
_version
int _version
_recvBufSize
int _recvBufSize
_engineID
byte[] _engineID
_executor
EDU.oswego.cs.dl.util.concurrent.QueuedExecutor _executor
_pooledExecutor
EDU.oswego.cs.dl.util.concurrent.PooledExecutor _pooledExecutor
_value
long _value
- The internal 32-bit unsigned quantity
implemented as a 64-bit signed quantity
_enterprise
SnmpOID _enterprise
_agentAddr
SnmpIpAddress _agentAddr
_packetAddr
InetAddress _packetAddr
_generic
int _generic
_specific
int _specific
_timestamp
long _timestamp
_community
String _community
_userName
String _userName
_auth
String _auth
_priv
int _priv
_authPassword
String _authPassword
_privPassword
String _privPassword
_engineID
String _engineID
_contextName
String _contextName
_name
SnmpOID _name
- The object identifier that uniquely identifies
the "value".
_value
SnmpDataType _value
- The actual value object associated with the
object identifier.
_varbinds
SnmpVarBind[] _varbinds
_upperBound
int _upperBound
_capacity
int _capacity
_initialSize
int _initialSize
_loadFactory
float _loadFactory
_type
int _type
_oids
Vector _oids
_hostName
String _hostName
_community
String _community
_port
int _port
_version
int _version
_isInform
boolean _isInform
_isEnabled
boolean _isEnabled
_attributes
Map _attributes
_userName
String _userName
_engineID
byte[] _engineID
_securityLevel
byte _securityLevel
_authProtocol
String _authProtocol
_privProtocol
int _privProtocol
_keyExpansionWithEngineID
boolean _keyExpansionWithEngineID
_varbinds
SnmpVarBindList _varbinds
Package com.ireasoning.protocol |
_error
Exception _error
_msg
String _msg
_errorCode
int _errorCode
_target
Target _target
- Target object representing agent
_transportLayer
TransportLayer _transportLayer
- Transport layer, ether TCP or UDP
_timeout
int _timeout
- Time out value
_tries
int _tries
- Number of tries, default value is 3.
_state
int _state
- The state of session
_thread
ListenThread _thread
_host
String _host
- Host name or ip address
_inetAddress
InetAddress _inetAddress
_port
int _port
- Port number
_reqID
int _reqID
Package com.ireasoning.protocol.tl1 |
_ackCode
String _ackCode
_ctag
String _ctag
_action
String _action
_tid
String _tid
_aid
String _aid
_aid2
String _aid2
_general
String _general
_dataBlocks
String[] _dataBlocks
_requestString
String _requestString
_isDirty
boolean _isDirty
_date
String _date
_year
String _year
_month
String _month
_day
String _day
_name
String _name
_value
String _value
_stripQuote
boolean _stripQuote
_field
String _field
_sections
TL1Section[] _sections
_line
String _line
_nameVal
Hashtable _nameVal
_alarmCode
String _alarmCode
_verb
String _verb
_modifiers
com.ireasoning.util.StringArray _modifiers
_strMsg
String _strMsg
_ctag
String _ctag
_sid
String _sid
_timeStamp
String _timeStamp
_payloadData
com.ireasoning.util.StringArray _payloadData
_header
String _header
_msgType
int _msgType
_term
String _term
_isDirty
boolean _isDirty
_raw
byte[] _raw
_pos
int _pos
_len
int _len
_mesg
String _mesg
_completionCode
String _completionCode
_fields
TL1Field[] _fields
_section
String _section
_fieldMap
Hashtable _fieldMap
_skipParsing
boolean _skipParsing
_keepAliveThread
Thread _keepAliveThread
_lastSendTime
long _lastSendTime
_recvBuf
StringBuffer _recvBuf
_time
String _time
_hour
String _hour
_minute
String _minute
_second
String _second
serialVersionUID: -68497944707546670l
_root
CTreeNode _root
- Shouldn't be null, the constuctors of this class ensure that
_parent
CTreeNode _parent
_nextSibling
CTreeNode _nextSibling
_prevSibling
CTreeNode _prevSibling
_firstChild
CTreeNode _firstChild
_name
Comparable _name
serialVersionUID: -68497944707546670l
_lastUpdated
String _lastUpdated
_org
String _org
_contactInfo
String _contactInfo
_description
String _description
_importsInfo
Map _importsInfo
_revisions
ArrayList _revisions
_mostRecentRevision
String _mostRecentRevision
_moduleName
String _moduleName
_moduleIdentity
String _moduleIdentity
_fileName
String _fileName
_timestamp
String _timestamp
_description
String _description
_moduleName
String _moduleName
_import
String _import
_errorCode
int _errorCode
serialVersionUID: -68497944707546670l
_nodeType
byte _nodeType
_oid
SnmpOID _oid
_stroid
String _stroid
- Represents fully quallified name of this node, such as
".iso.org.dod.internet.mgmt.mib-2.ip.ipAddrTable"
_description
String _description
_access
String _access
- ACCESS or MAX-ACCESS clause. Possible values are
{not-accessible, read-only, read-write, write-only} (SMIv1);
{not-accessible, accessible-for-notify, read-only, read-write, read-create} (SMIv2)
_defval
String _defval
_units
String _units
_status
String _status
_objects
String[] _objects
- for the NOTIFICATION-TYPE and OBJECT-GROUP
_objectsOIDs
String[] _objectsOIDs
- the OIDs corresponding to each _objects. The ".0" suffix is added to each
scalar variable.
_realSyntaxType
byte _realSyntaxType
- The final syntax type, i.e. The object with DisplayString type's _realSyntaxType is OCTET STRING.
It 's one of the constants of SYN_OID...SYN_TIMETICKS
_syntax
Syntax _syntax
- range, such as (0.65535), { idle(1), acquisition(2)}
_rowStatusOID
SnmpOID _rowStatusOID
- The OID of the table entry which is RowStatus or EntryStatus type.
It's a property of table node.
_isEntryStatus
boolean _isEntryStatus
_isTableNode
boolean _isTableNode
_tableIndices
String[] _tableIndices
- Indice for the table node
_indices
String[] _indices
- Indice for the table entry node
_isImplied
boolean _isImplied
_isUnknown
boolean _isUnknown
_augments
String _augments
- Augmentation table. Avoid using MibTreeNode because it 's a problem for shallowCopy method
_augmentsTable
String _augmentsTable
_moduleName
String _moduleName
_valuesMap
Hashtable _valuesMap
_syntaxString
String _syntaxString
_size
String _size
_type
String _type
_dataType
byte _dataType
_displayHint
String _displayHint
_derivedType
String _derivedType
_data
byte[] _data
- Data of this object
_length
int _length
- Valid length of this object's data
_ipAddress
InetAddress _ipAddress
_version
int _version
_name
String _name
_enterprise
String _enterprise
_enterpriseOID
String _enterpriseOID
_variables
String[] _variables
_variableOIDs
String[] _variableOIDs
_description
String _description
_trapNumber
int _trapNumber
_mibNode
MibTreeNode _mibNode
ipAddress
InetAddress ipAddress
port
int port
Copyright © 2002 iReasoning Inc. All Rights Reserved.