Serialized Form
Package com.ireasoning.protocol |
_error
Exception _error
_msg
String _msg
_target
Target _target
- Target object representing agent
_transportLayer
com.ireasoning.core.network.TransportLayer _transportLayer
- Transport layer, ether TCP or UDP
_timeout
int _timeout
- Time out value
_tries
int _tries
- Number of tries, default value is 3. So default retries is 2.
_state
int _state
- The state of session
_thread
Thread _thread
_host
String _host
- Host name or ip address
_port
int _port
- Port number
Package com.ireasoning.protocol.snmp |
_name
String _name
_value
String _value
_radix
int _radix
- Either 2 or 16
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
_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
_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
_requestMap
com.ireasoning.util.IntMap _requestMap
_currentUser
UsmUser _currentUser
_currentEngine
SnmpEngine _currentEngine
_contextName
String _contextName
_contextEngineID
byte[] _contextEngineID
_starget
SnmpTarget _starget
_keepOpen
boolean _keepOpen
_mibVersion
String _mibVersion
_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
_session
SnmpSession _session
- A SnmpSession object in which snmpGetTable is called
_interval
long _interval
_thread
com.ireasoning.protocol.snmp.PollingThread _thread
_maxVarBindCount
int _maxVarBindCount
_readCommunity
String _readCommunity
_writeCommunity
String _writeCommunity
_version
int _version
_socket
DatagramSocket _socket
_packet
DatagramPacket _packet
_recvBufSize
int _recvBufSize
_engineID
byte[] _engineID
_executor
EDU.oswego.cs.dl.util.concurrent.QueuedExecutor _executor
_value
long _value
- The internal 32-bit unsigned quantity
implemented as a 64-bit signed quantity
_enterprise
SnmpOID _enterprise
_agentAddr
SnmpIpAddress _agentAddr
_generic
int _generic
_specific
int _specific
_timestamp
long _timestamp
_community
String _community
_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
_userName
String _userName
_engineID
byte[] _engineID
_securityLevel
byte _securityLevel
_authProtocol
String _authProtocol
_privProtocol
int _privProtocol
_varbinds
SnmpVarBindList _varbinds
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
_host
String _host
_port
int _port
_keepAliveThread
Thread _keepAliveThread
_lastSendTime
long _lastSendTime
_recvBuf
StringBuffer _recvBuf
_time
String _time
_hour
String _hour
_minute
String _minute
_second
String _second
_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
_moduleName
String _moduleName
_import
String _import
_errorCode
int _errorCode
_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
_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
_valuesMap
Hashtable _valuesMap
_syntaxString
String _syntaxString
_size
String _size
_type
String _type
_data
byte[] _data
- Data of this object
_length
int _length
- Valid length of this object's data
_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
serverSocket
DatagramSocket serverSocket
ipAddress
InetAddress ipAddress
port
int port
packet
DatagramPacket packet
Copyright © 2002 iReasoning Inc. All Rights Reserved.