- encode(SnmpPeer, SnmpPduPacket) - Method in class org.opennms.protocols.snmp.SnmpSession
-
This method is used to encode the passed protocol data unit
and return the encoding.
- encode(SnmpPduTrap) - Method in class org.opennms.protocols.snmp.SnmpSession
-
This method is used to encode the passed protocol data unit
and return the encoding.
- encodeASN(byte[], int, AsnEncoder) - Method in class org.opennms.protocols.snmp.SnmpCounter64
-
Used to encode the integer value into an ASN.1 buffer.
- encodeASN(byte[], int, AsnEncoder) - Method in class org.opennms.protocols.snmp.SnmpInt32
-
Used to encode the integer value into an ASN.1 buffer.
- encodeASN(byte[], int, AsnEncoder) - Method in class org.opennms.protocols.snmp.SnmpNull
-
Used to encode the null value into an ASN.1 buffer.
- encodeASN(byte[], int, AsnEncoder) - Method in class org.opennms.protocols.snmp.SnmpObjectId
-
Encodes the ASN.1 object identifier using the passed encoder and stores
the results in the passed buffer.
- encodeASN(byte[], int, AsnEncoder) - Method in class org.opennms.protocols.snmp.SnmpOctetString
-
Encodes the ASN.1 octet string using the passed encoder and stores
the results in the passed buffer.
- encodeASN(byte[], int, AsnEncoder) - Method in class org.opennms.protocols.snmp.SnmpPduPacket
-
Encodes the protocol data unit using the passed encoder and stores
the results in the passed buffer.
- encodeASN(byte[], int, AsnEncoder) - Method in class org.opennms.protocols.snmp.SnmpPduTrap
-
Encodes the protocol data unit using the passed encoder and stores
the results in the passed buffer.
- encodeASN(byte[], int, AsnEncoder) - Method in interface org.opennms.protocols.snmp.SnmpSyntax
-
Encodes the data object in the specified
buffer using the AsnEncoder object
- encodeASN(byte[], int, AsnEncoder) - Method in class org.opennms.protocols.snmp.SnmpUInt32
-
Used to encode the integer value into an ASN.1 buffer.
- encodeASN(byte[], int, AsnEncoder) - Method in class org.opennms.protocols.snmp.SnmpV2Error
-
Encodes the SNMPv2 error into the passed buffer
using the encoder object.
- encodeASN(byte[], int, AsnEncoder) - Method in class org.opennms.protocols.snmp.SnmpVarBind
-
Encodes the SnmpVarBind object into the passed buffer.
- equals(Object) - Method in class org.opennms.protocols.snmp.SnmpObjectId
-
Test for equality.
- ErrAuthorizationError - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
The authorization failed.
- ErrBadValue - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
If the object type does not match
the object value in the agent's tables.
- ErrCommitFailed - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
Unable to commit the required values.
- ErrGenError - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
A generic SNMPv1 error occured.
- ErrInconsistentName - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
The passed object identifier is not consistent.
- ErrInconsistentValue - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
The specified value are not consistant.
- ErrNoAccess - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
The specified SET request could not access
the specified instance.
- ErrNoCreation - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
The manager does not have the permission to
create the specified object(s).
- ErrNoError - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
No error occured in the request.
- ErrNoSuchName - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
There was no such object identifier
defined in the agent's tables.
- ErrNotWritable - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
The specified instance or table is not writable
- ERROR_ENCODING - Static variable in class org.opennms.protocols.snmp.SnmpSession
-
This is the command passed to the SnmpHandler
if an encoding exception is generated when
attempting to send an SnmpPduRequest message
- ERROR_EXCEPTION - Static variable in class org.opennms.protocols.snmp.SnmpAgentSession
-
Defines a error due to a thown exception.
- ERROR_EXCEPTION - Static variable in class org.opennms.protocols.snmp.SnmpTrapSession
-
Defines a error due to a thown exception.
- ERROR_INVALID_PDU - Static variable in class org.opennms.protocols.snmp.SnmpAgentSession
-
Defines an error condition with an invalid
PDU.
- ERROR_INVALID_PDU - Static variable in class org.opennms.protocols.snmp.SnmpTrapSession
-
Defines an error condition with an invalid
PDU.
- ERROR_IOEXCEPTION - Static variable in class org.opennms.protocols.snmp.SnmpSession
-
This is the command passed to the SnmpHandler
if an IOException occurs while attempting to
transmit the request
- ERROR_RUNTIME - Static variable in class org.opennms.protocols.snmp.SnmpSession
-
This is the command passed to the SnmpHandler
if an unexpected runtime exception was generated when
attempting to send an SnmpPduRequest message
- ERROR_TIMEOUT - Static variable in class org.opennms.protocols.snmp.SnmpSession
-
This is the command passed to the SnmpHandler
if a timeout occurs.
- ErrReadOnly - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
Attempting to set a read-only object in
the agent's tables.
- ErrResourceUnavailable - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
The requested resource are not available.
- ErrTooBig - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
The PDU was too large for the agent to process
- ErrUndoFailed - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
Unable to perform the undo request
- ErrWrongEncoding - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
The specified object is not correctly encoded.
- ErrWrongLength - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
The specified object is not the correct length.
- ErrWrongType - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
The specified object is not the correct type.
- ErrWrongValue - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
The specified object doe not have the correct value.
- Executor(String) - Constructor for class org.opennms.protocols.snmp.SnmpPortal.Executor
-
- EXPIRED_REQUEST_CLEANUP_FREQUENCY - Static variable in class org.opennms.protocols.snmp.SnmpSession
-
- EXTENSION_ID - Static variable in class org.opennms.protocols.snmp.asn1.BerEncoder
-
Defines the BER extension "value" that is used
to mark an extension type.