Serialized Form
Package com.ireasoning.core.network |
Class com.ireasoning.core.network.AuthenticationException extends java.lang.RuntimeException implements Serializable |
Class com.ireasoning.core.network.BaseTransportLayer extends java.lang.Object implements Serializable |
_recvBufSize
int _recvBufSize
_isConnected
boolean _isConnected
_host
java.lang.String _host
_port
int _port
Class com.ireasoning.core.network.SshTransportLayer extends com.ireasoning.core.network.TcpTransportLayer implements Serializable |
_username
java.lang.String _username
_password
java.lang.String _password
_timeout
int _timeout
Class com.ireasoning.core.network.TcpSocketServer extends java.lang.Object implements Serializable |
_dataHandlerFactory
com.ireasoning.core.network.DataHandlerFactory _dataHandlerFactory
_threadPool
com.ireasoning.core.lang.ThreadPool _threadPool
_isRunning
boolean _isRunning
_mbeanServer
javax.management.MBeanServer _mbeanServer
_isReadLine
boolean _isReadLine
Class com.ireasoning.core.network.TcpTransportLayer extends com.ireasoning.core.network.BaseTransportLayer implements Serializable |
_data
byte[] _data
- Data of this object
_length
int _length
- Valid length of this object's data
_ipAddress
java.net.InetAddress _ipAddress
ipAddress
java.net.InetAddress ipAddress
port
int port
Class com.ireasoning.core.network.UdpSocketServer extends java.lang.Object implements Serializable |
_dataHandlerFactory
com.ireasoning.core.network.DataHandlerFactory _dataHandlerFactory
_dataHandler
com.ireasoning.core.network.DataHandler _dataHandler
_recvBufSize
int _recvBufSize
_isRunning
boolean _isRunning
_mbeanServer
javax.management.MBeanServer _mbeanServer
Class com.ireasoning.core.network.UdpTransportLayer extends com.ireasoning.core.network.BaseTransportLayer implements Serializable |
_address
java.net.InetAddress _address
Package com.ireasoning.protocol |
_value
int _value
_error
java.lang.Exception _error
_msg
java.lang.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
java.lang.String _host
- Host name or ip address
_inetAddress
java.net.InetAddress _inetAddress
_port
int _port
- Port number
_reqID
int _reqID
Package com.ireasoning.protocol.snmp |
_type
int _type
_pdu
SnmpPdu _pdu
snmpInPkts
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInPkts
snmpOutPkts
com.ireasoning.protocol.snmp.SynchronizedCounter snmpOutPkts
snmpInBadVersions
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInBadVersions
snmpInBadCommunityNames
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInBadCommunityNames
snmpInBadCommunityUses
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInBadCommunityUses
snmpInASNParseErrs
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInASNParseErrs
snmpInTooBigs
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInTooBigs
snmpInNoSuchNames
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInNoSuchNames
snmpInBadValues
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInBadValues
snmpInReadOnlys
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInReadOnlys
snmpInGenErrs
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInGenErrs
snmpInTotalReqVars
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInTotalReqVars
snmpInTotalSetVars
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInTotalSetVars
snmpInGetRequests
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInGetRequests
snmpInGetNexts
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInGetNexts
snmpInGetBulks
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInGetBulks
snmpInSetRequests
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInSetRequests
snmpInGetResponses
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInGetResponses
snmpInTraps
com.ireasoning.protocol.snmp.SynchronizedCounter snmpInTraps
snmpOutTooBigs
com.ireasoning.protocol.snmp.SynchronizedCounter snmpOutTooBigs
snmpOutNoSuchNames
com.ireasoning.protocol.snmp.SynchronizedCounter snmpOutNoSuchNames
snmpOutBadValues
com.ireasoning.protocol.snmp.SynchronizedCounter snmpOutBadValues
snmpOutGenErrs
com.ireasoning.protocol.snmp.SynchronizedCounter snmpOutGenErrs
snmpOutGetRequests
com.ireasoning.protocol.snmp.SynchronizedCounter snmpOutGetRequests
snmpOutGetNexts
com.ireasoning.protocol.snmp.SynchronizedCounter snmpOutGetNexts
snmpOutGetBulks
com.ireasoning.protocol.snmp.SynchronizedCounter snmpOutGetBulks
snmpOutSetRequests
com.ireasoning.protocol.snmp.SynchronizedCounter snmpOutSetRequests
snmpOutGetResponses
com.ireasoning.protocol.snmp.SynchronizedCounter snmpOutGetResponses
snmpOutTraps
com.ireasoning.protocol.snmp.SynchronizedCounter snmpOutTraps
snmpSilentDrops
com.ireasoning.protocol.snmp.SynchronizedCounter snmpSilentDrops
snmpProxyDrops
com.ireasoning.protocol.snmp.SynchronizedCounter snmpProxyDrops
snmpEnableAuthenTraps
boolean snmpEnableAuthenTraps
usmStatsUnsupportedSecLevels
com.ireasoning.protocol.snmp.SynchronizedCounter usmStatsUnsupportedSecLevels
usmStatsNotInTimeWindows
com.ireasoning.protocol.snmp.SynchronizedCounter usmStatsNotInTimeWindows
usmStatsUnknownUserNames
com.ireasoning.protocol.snmp.SynchronizedCounter usmStatsUnknownUserNames
usmStatsUnknownEngineIDs
com.ireasoning.protocol.snmp.SynchronizedCounter usmStatsUnknownEngineIDs
usmStatsWrongDigests
com.ireasoning.protocol.snmp.SynchronizedCounter usmStatsWrongDigests
usmStatsDecryptionErrors
com.ireasoning.protocol.snmp.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(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
_agent
SnmpBaseAgent _agent
_proxySubTreeList
java.util.Vector<E> _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
java.util.Hashtable<K,V> _userTable
- Users Properties
_groupTable
java.util.Hashtable<K,V> _groupTable
_viewTable
java.util.Hashtable<K,V> _viewTable
_readCommunityViewTable
java.util.Hashtable<K,V> _readCommunityViewTable
_writeCommunityViewTable
java.util.Hashtable<K,V> _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
java.lang.String[] EMPTY_STRING_ARRAY
_readCommunities
java.lang.String[] _readCommunities
- This agent's read community name
_writeCommunities
java.lang.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
java.lang.String _remoteMasterAgentIpAddress
SYS_OBJECT_ID
SnmpOID SYS_OBJECT_ID
_sysObjectID
SnmpOID _sysObjectID
- This agent's sysObjectID value
_reloadConfigOID
SnmpOID _reloadConfigOID
_agentIpAddress
java.lang.String _agentIpAddress
_subagentIpAddresses
com.ireasoning.protocol.snmp.IpAddresses _subagentIpAddresses
_managerIpAddresses
com.ireasoning.protocol.snmp.IpAddresses _managerIpAddresses
_underCreationTimeWindow
long _underCreationTimeWindow
_address
java.net.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
java.lang.String _msgUserName
_msgAuthenticationParameters
byte[] _msgAuthenticationParameters
_msgAuthenticationParametersPos
int _msgAuthenticationParametersPos
_msgPrivacyParameters
byte[] _msgPrivacyParameters
_name
java.lang.String _name
_value
java.lang.String _value
_objectName
java.lang.String _objectName
- JMX Object Name, something like ":name=SystemGroup"
_mibNodeName
java.lang.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
java.lang.String[] _indice
_subtree
SnmpOID _subtree
_ipAddress
java.lang.String _ipAddress
_port
int _port
_timeout
int _timeout
session
SnmpSession session
_isIncluded
boolean _isIncluded
_writeCommunity
java.lang.String _writeCommunity
_readCommunity
java.lang.String _readCommunity
_version
java.lang.String _version
_userName
java.lang.String _userName
_auth
java.lang.String _auth
_authPassword
java.lang.String _authPassword
_priv
java.lang.String _priv
_privPassword
java.lang.String _privPassword
_contextName
java.lang.String _contextName
_configFileObj
java.lang.Object _configFileObj
_delayTime
long _delayTime
_globalSessionID
int _globalSessionID
_subagentData
java.util.Vector<E> _subagentData
_defaultTimeout
int _defaultTimeout
_masterSysUpTime
long _masterSysUpTime
_time0
long _time0
_listeners
Listener[] _listeners
_listenersMonitor
java.lang.Object _listenersMonitor
_isMasterAgent
boolean _isMasterAgent
_session
SnmpBaseSession _session
_configFileName
java.lang.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
java.lang.Object _listenersMonitor
_groupNode
OIDTreeNode _groupNode
_engineTable
java.util.Map<K,V> _engineTable
_engineIDTable
java.util.Map<K,V> _engineIDTable
_usmUserTable
java.util.Map<K,V> _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
java.math.BigInteger _value
_errorCode
int _errorCode
_engineID
byte[] _engineID
- (at least within an administrative domain) uniquely and unambiguously identifies an SNMP engine.
_host
java.lang.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
java.lang.String _community
_command
int _command
_requestID
int _requestID
_senderAddress
java.lang.String _senderAddress
- sender's ip address or host name
_senderPort
int _senderPort
_receiverAddress
java.lang.String _receiverAddress
_receiverPort
int _receiverPort
_hasMore
boolean _hasMore
_isAuthFailed
boolean _isAuthFailed
_errStatus
int _errStatus
_errIndex
int _errIndex
_contextName
java.lang.String _contextName
_contextEngineID
byte[] _contextEngineID
_endOfMibView
boolean _endOfMibView
_v3MsgHeader
MsgHeader _v3MsgHeader
_v3MsgParameters
MsgSecurityParameters _v3MsgParameters
_currentUser
UsmUser _currentUser
_currentEngine
SnmpEngine _currentEngine
_contextName
java.lang.String _contextName
_contextEngineID
byte[] _contextEngineID
_starget
SnmpTarget _starget
_keepOpen
boolean _keepOpen
_mibVersion
java.lang.String _mibVersion
_threadStarted
boolean _threadStarted
_verifyAddress
boolean _verifyAddress
_changeListener
Listener _changeListener
_asyncTimeout
int _asyncTimeout
_table
SnmpTable _table
- This SnmpTable object which contains this object
_suffix
java.lang.String _suffix
- The index suffix of this row
_dependents
java.util.Vector<E> _dependents
- A collection of its dependent rows
_oid
SnmpOID _oid
serialVersionUID: 100L
_columns
java.util.Vector<E> _columns
- Table columns. Each element in this Vector object is SnmpVarBind object
_columnNames
java.util.Vector<E> _columnNames
- Column names. Each element in this Vector object is String object.
_columnOIDs
java.util.Vector<E> _columnOIDs
- Column oids. Each element in this Vector object is String object.
_columnDataTypes
java.util.Vector<E> _columnDataTypes
- Column data types. Each element in this Vector object is String object.
_tableName
java.lang.String _tableName
- Table name
_tableOID
SnmpOID _tableOID
- Table OID
_isToTranslateValue
boolean _isToTranslateValue
- true to translate VarBind's value
- See Also:
SnmpTableModel.setTranslateValue(boolean)
_valueMap
java.util.Map<K,V> _valueMap
_interval
long _interval
_maxVarBindCount
int _maxVarBindCount
_authFailureOID
SnmpOID _authFailureOID
_readCommunity
java.lang.String _readCommunity
_writeCommunity
java.lang.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
java.net.InetAddress _packetAddr
_generic
int _generic
_specific
int _specific
_timestamp
long _timestamp
_community
java.lang.String _community
_userName
java.lang.String _userName
_auth
java.lang.String _auth
_priv
int _priv
_authPassword
java.lang.String _authPassword
_privPassword
java.lang.String _privPassword
_engineID
java.lang.String _engineID
_contextName
java.lang.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
java.util.Vector<E> _oids
_hostName
java.lang.String _hostName
_community
java.lang.String _community
_port
int _port
_version
int _version
_isInform
boolean _isInform
_isEnabled
boolean _isEnabled
_attributes
java.util.Map<K,V> _attributes
_userName
java.lang.String _userName
_engineID
byte[] _engineID
_securityLevel
byte _securityLevel
_authProtocol
java.lang.String _authProtocol
_privProtocol
int _privProtocol
_keyExpansionWithEngineID
boolean _keyExpansionWithEngineID
_varbinds
SnmpVarBindList _varbinds
Package com.ireasoning.util |
Class com.ireasoning.util.Bool extends java.lang.Object implements Serializable |
_value
boolean _value
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
java.lang.Comparable<T> _name
Class com.ireasoning.util.Date2 extends java.lang.Object implements Serializable |
_timeZone
java.util.TimeZone _timeZone
_locale
java.util.Locale _locale
- The locale
_dateStyle
int _dateStyle
- The date style
Class com.ireasoning.util.Int extends java.lang.Object implements Serializable |
_value
int _value
Class com.ireasoning.util.IntMap extends java.lang.Object implements Serializable |
size
int size
- current element count in the table
table
com.ireasoning.util.IntMap.HashItem[] table
- storage of elements
Class com.ireasoning.util.IntStack extends java.lang.Object implements Serializable |
_stack
int[] _stack
_index
int _index
Class com.ireasoning.util.JDK14HashMap extends com.ireasoning.util.JDK14AbstractMap implements Serializable |
serialVersionUID: 362498820763181265L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the JDK14HashMap instance from a stream (i.e.,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of the JDK14HashMap instance to a stream (i.e.,
serialize it).
- Throws:
java.io.IOException
threshold
int threshold
- The next size value at which to resize (capacity * load factor).
loadFactor
float loadFactor
- The load factor for the hash table.
Class com.ireasoning.util.JDK14HashSet extends java.util.AbstractSet implements Serializable |
serialVersionUID: -5024744406713321676L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the JDK14HashSet instance from a stream (that is,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of this JDK14HashSet instance to a stream (that is,
serialize this set).
- Throws:
java.io.IOException
Class com.ireasoning.util.LinkedHashMap14 extends com.ireasoning.util.JDK14HashMap implements Serializable |
accessOrder
boolean accessOrder
- The iteration ordering method for this linked hash map: true
for access-order, false for insertion-order.
Class com.ireasoning.util.LinkedHashSet14 extends com.ireasoning.util.JDK14HashSet implements Serializable |
Class com.ireasoning.util.LongMap extends java.lang.Object implements Serializable |
size
int size
- current element count in the table
table
com.ireasoning.util.LongMap.HashItem[] table
- storage of elements
serialVersionUID: -68497944707546670L
_lastUpdated
java.lang.String _lastUpdated
_org
java.lang.String _org
_contactInfo
java.lang.String _contactInfo
_description
java.lang.String _description
_importsInfo
java.util.Map<K,V> _importsInfo
_revisions
java.util.ArrayList<E> _revisions
_mostRecentRevision
java.lang.String _mostRecentRevision
_moduleName
java.lang.String _moduleName
_moduleIdentity
java.lang.String _moduleIdentity
_fileName
java.lang.String _fileName
_timestamp
java.lang.String _timestamp
_description
java.lang.String _description
_moduleName
java.lang.String _moduleName
_import
java.lang.String _import
_errorCode
int _errorCode
Class com.ireasoning.util.MibParser extends java.lang.Object implements Serializable |
serialVersionUID: -68497944707546670L
_root
MibTreeNode _root
_nodeList
java.util.Hashtable<K,V> _nodeList
- stores all the MibTreeNode in this mib module
_fileScopeNodeList
java.util.Hashtable<K,V> _fileScopeNodeList
_importsHashTable
java.util.Map<K,V> _importsHashTable
- IMPORTS module name and its node list
_trapList
java.util.Vector<E> _trapList
_mibName
java.lang.String _mibName
_mibFileName
java.lang.String _mibFileName
_depth
int _depth
_unknownNodes
java.util.Hashtable<K,V> _unknownNodes
_impliedNodeMap
java.util.HashMap<K,V> _impliedNodeMap
_nameUnknownNodes
java.util.Hashtable<K,V> _nameUnknownNodes
- Store syntax name to Syntax object, such as "ServiceAffectingStates ::= INTEGER { nil(0), sa(1), nsa(2), max-sa(3) }"
will be stored as {ServiceAffectingStates, Syntax Object which has 0 -> nil ...}
_isStrict
boolean _isStrict
- True: not allow MIB errors
_intermediate
boolean _intermediate
_localRealSyntaxMap
java.util.Hashtable<K,V> _localRealSyntaxMap
_errorString
java.lang.String _errorString
Class com.ireasoning.util.MibRootNode extends MibTreeNode implements Serializable |
_trapNodes
java.util.Vector<E> _trapNodes
serialVersionUID: -68497944707546670L
_nodeType
byte _nodeType
_oid
SnmpOID _oid
_stroid
java.lang.String _stroid
- Represents fully quallified name of this node, such as
".iso.org.dod.internet.mgmt.mib-2.ip.ipAddrTable"
_description
java.lang.String _description
_access
java.lang.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
java.lang.String _defval
_units
java.lang.String _units
_status
java.lang.String _status
_objects
java.lang.String[] _objects
- for the NOTIFICATION-TYPE and OBJECT-GROUP
_objectsOIDs
java.lang.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
java.lang.String[] _tableIndices
- Indice for the table node
_indices
java.lang.String[] _indices
- Indice for the table entry node
_isImplied
boolean _isImplied
_isUnknown
boolean _isUnknown
_augments
java.lang.String _augments
- Augmentation table. Avoid using MibTreeNode because it 's a problem for shallowCopy method
_augmentsTable
java.lang.String _augmentsTable
_moduleName
java.lang.String _moduleName
Class com.ireasoning.util.OrderedTreeNode extends CTreeNode implements Serializable |
Class com.ireasoning.util.SizeIcon extends javax.swing.ImageIcon implements Serializable |
_width
int _width
_height
int _height
_icon
javax.swing.ImageIcon _icon
Class com.ireasoning.util.StringArray extends java.lang.Object implements Serializable |
_strings
java.lang.String[] _strings
_upperBound
int _upperBound
_capacity
int _capacity
_initialSize
int _initialSize
_loadFactory
float _loadFactory
_valuesMap
java.util.Hashtable<K,V> _valuesMap
_syntaxString
java.lang.String _syntaxString
_size
java.lang.String _size
_type
java.lang.String _type
_dataType
byte _dataType
_displayHint
java.lang.String _displayHint
_derivedType
java.lang.String _derivedType
Class com.ireasoning.util.TextualConvention extends java.lang.Object implements Serializable |
_name
java.lang.String _name
- name, such as DisplayString, PhysAddress
_type
java.lang.String _type
- type, such as INTEGER, OCTET STRING.
_syntax
Syntax _syntax
- range, such as (SIZE (10.255), {false (0), true (2)}
_description
java.lang.String _description
_version
int _version
_name
java.lang.String _name
_enterprise
java.lang.String _enterprise
_enterpriseOID
java.lang.String _enterpriseOID
_variables
java.lang.String[] _variables
_variableOIDs
java.lang.String[] _variableOIDs
_description
java.lang.String _description
_trapNumber
int _trapNumber
_mibNode
MibTreeNode _mibNode
Class com.ireasoning.util.XmlNode extends java.lang.Object implements Serializable |
_name
java.lang.String _name
_attribs
java.util.Map<K,V> _attribs
Copyright © 2002 iReasoning Inc. All Rights Reserved.