- raise() - Method in class org.opennms.protocols.snmp.SnmpAgentSession
-
If an exception occurs in the SNMP receiver
thread then raise() will rethrow the exception.
- raise() - Method in class org.opennms.protocols.snmp.SnmpTrapSession
-
If an exception occurs in the SNMP receiver
thread then raise() will rethrow the exception.
- Receiver(String) - Constructor for class org.opennms.protocols.snmp.SnmpPortal.Receiver
-
- registerSyntax(SnmpSyntax) - Static method in class org.opennms.protocols.snmp.SnmpUtil
-
Used to register a SnmpSyntax object with the
SnmpUtil class.
- registerSyntaxObject(SnmpSyntax) - Static method in class org.opennms.protocols.snmp.SnmpSession
-
Allows library users to register new ASN.1 types
with the SNMP library.
- removeVarBindAt(int) - Method in class org.opennms.protocols.snmp.SnmpPduPacket
-
Removes the variable as defined by the index
- removeVarBindAt(int) - Method in class org.opennms.protocols.snmp.SnmpPduTrap
-
Removes the variable as defined by the index
- REPORT - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
Defines a SNMPv2 Report message.
- RESPONSE - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
Defines a SNMPv1 Response PDU message.
- rotate(byte[], int, int, int) - Static method in class org.opennms.protocols.snmp.asn1.BerEncoder
-
Rotates a give buffer area marked by begin, pivot, and end.
- rotate(byte[], int, int, int) - Static method in class org.opennms.protocols.snmp.SnmpUtil
-
Rotates a give buffer area marked by begin, pivot, and end.
- run() - Method in class org.opennms.protocols.snmp.SnmpPortal.Executor
-
- run() - Method in class org.opennms.protocols.snmp.SnmpPortal.Receiver
-
The run method is an infinite loop method that
receives all datagrams for the session.
- run() - Method in class org.opennms.protocols.snmp.SnmpRequest
-
Used to process the timeout of an SnmpRequest.
- run() - Method in class org.opennms.protocols.snmp.SnmpSession.CleanupRequest
-
Preforms the actual removal of the expired
SnmpRequest elements.
- run() - Method in class org.opennms.protocols.snmp.SnmpTimer.TimerLogic
-