A B C D E F G H I M N P R S T V

G

getAgentAddress() - Method in class snmp.SNMPv1TrapPDU
A utility method that extracts the sending agent address this PDU.
getBEREncoding() - Method in class snmp.SNMPInteger
Returns the full BER encoding (type, length, value) of the SNMPInteger subclass.
getBEREncoding() - Method in class snmp.SNMPNull
Return BER encoding for a null object: two bytes, tag and length of 0.
getBEREncoding() - Method in class snmp.SNMPObject
Must return the BER byte encoding (type, length, value) of the SNMP object.
getBEREncoding() - Method in class snmp.SNMPObjectIdentifier
Return BER encoding for this object identifier.
getBEREncoding() - Method in class snmp.SNMPOctetString
Returns the BER encoding for the octet string.
getBEREncoding() - Method in class snmp.SNMPSequence
Return the BER encoding for the sequence.
getBEREncoding() - Method in class snmp.SNMPUnknownObject
Return the BER encoding of this object.
getCommunityName() - Method in class snmp.SNMPMessage
Utility method which returns the community name contained in the SNMP message.
getEnterpriseOID() - Method in class snmp.SNMPv1TrapPDU
A utility method that extracts the enterprise OID from this PDU.
getErrorIndex() - Method in class snmp.SNMPPDU
A utility method that returns the error index for this PDU, identifying the problematic variable.
getErrorStatus() - Method in class snmp.SNMPPDU
A utility method that extracts the error status for this PDU; if nonzero, can get index of problematic variable using getErrorIndex().
getGenericTrap() - Method in class snmp.SNMPv1TrapPDU
A utility method that returns the generic trap code for this PDU.
getMIBEntry(String) - Method in class snmp.SNMPv1CommunicationInterface
Retrieve the MIB variable value corresponding to the object identifier given in itemID (in dotted-integer notation).
getMIBEntry(String[]) - Method in class snmp.SNMPv1CommunicationInterface
Retrieve the MIB variable values corresponding to the object identifiers given in the array itemID (in dotted-integer notation).
getMaxRepetitions() - Method in class snmp.SNMPv2BulkRequestPDU
A utility method that returns the max-repetitions field for this PDU.
getNextMIBEntry(String) - Method in class snmp.SNMPv1CommunicationInterface
Retrieve the MIB variable value corresponding to the object identifier following that given in itemID (in dotted-integer notation).
getNextMIBEntry(String[]) - Method in class snmp.SNMPv1CommunicationInterface
Retrieve the MIB variable value corresponding to the object identifiers following those given in the itemID array (in dotted-integer notation).
getNonRepeaters() - Method in class snmp.SNMPv2BulkRequestPDU
A utility method that extracts the non-repeaters field for this PDU.
getPDU() - Method in class snmp.SNMPMessage
Utility method which returns the PDU contained in the SNMP message.
getPDUAsObject() - Method in class snmp.SNMPMessage
Utility method which returns the PDU contained in the SNMP message as a plain Java Object.
getPDUType() - Method in class snmp.SNMPPDU
A utility method that returns the PDU type of this PDU.
getPDUType() - Method in class snmp.SNMPv2BulkRequestPDU
A utility method that returns the PDU type of this PDU.
getReceiveBufferSize() - Method in class snmp.SNMPTrapReceiverInterface
Returns the current size of the buffer used to receive response packets.
getReceiveBufferSize() - Method in class snmp.SNMPv1AgentInterface
Returns the current size of the buffer used to receive response packets.
getReceiveBufferSize() - Method in class snmp.SNMPv1CommunicationInterface
Returns the current size of the buffer used to receive response packets.
getRequestID() - Method in class snmp.SNMPPDU
A utility method that extracts the request ID number from this PDU.
getRequestID() - Method in class snmp.SNMPv2BulkRequestPDU
A utility method that extracts the request ID number from this PDU.
getSNMPObjectAt(int) - Method in class snmp.SNMPSequence
Return the SNMP object at the specified index.
getSNMPTrapOID() - Method in class snmp.SNMPv2InformRequestPDU
A utility method that extracts the snmpTrapOID from the variable bind list (it's the second of the variable pairs).
getSNMPTrapOID() - Method in class snmp.SNMPv2TrapPDU
A utility method that extracts the snmpTrapOID from the variable bind list (it's the second of the variable pairs).
getSpecificTrap() - Method in class snmp.SNMPv1TrapPDU
A utility method that returns the specific trap code for this PDU.
getSysUptime() - Method in class snmp.SNMPv2InformRequestPDU
A utility method that extracts the sysUptime from the variable bind list (it's the first of the variable pairs).
getSysUptime() - Method in class snmp.SNMPv2TrapPDU
A utility method that extracts the sysUptime from the variable bind list (it's the first of the variable pairs).
getTimestamp() - Method in class snmp.SNMPv1TrapPDU
A utility method that returns the timestamp for this PDU.
getValue() - Method in class snmp.SNMPInteger
Returns a java.lang.BigInteger object with the current value.
getValue() - Method in class snmp.SNMPNull
Returns Java null reference.
getValue() - Method in class snmp.SNMPObject
Must return a Java object appropriate to represent the value/data contained in the SNMP object
getValue() - Method in class snmp.SNMPObjectIdentifier
Return array of integers corresponding to components of identifier.
getValue() - Method in class snmp.SNMPOctetString
Return the array of raw bytes.
getValue() - Method in class snmp.SNMPSequence
Returns a Vector containing the SNMPObjects in the sequence.
getValue() - Method in class snmp.SNMPUnknownObject
Return a byte array containing the raw bytes supplied.
getVarBindList() - Method in class snmp.SNMPPDU
A utility method that extracts the variable binding list from the pdu.
getVarBindList() - Method in class snmp.SNMPv1TrapPDU
A utility method that extracts the variable binding list from the pdu.
getVarBindList() - Method in class snmp.SNMPv2BulkRequestPDU
A utility method that extracts the variable binding list from the pdu.
getv1TrapPDU() - Method in class snmp.SNMPMessage
Utility method which returns the PDU contained in the SNMP message as an SNMPv1TrapPDU.
getv2TrapPDU() - Method in class snmp.SNMPMessage
Utility method which returns the PDU contained in the SNMP message as an SNMPv2TrapPDU.

A B C D E F G H I M N P R S T V