JoeSNMP API 0.2.6
A B C D E F G H I L M N O P R S T U V W

G

GET - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
Defines a SNMPv1 Get Request PDU message.
GETBULK - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
Defines a SNMPv2 Get Bulk Request message.
GETNEXT - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
Defines a SNMPv1 Get Next Request PDU message.
GenericAuthenticationFailure - Static variable in class org.opennms.protocols.snmp.SnmpPduTrap
Generic trap type: authentication-failure.
GenericColdStart - Static variable in class org.opennms.protocols.snmp.SnmpPduTrap
Generic trap type: cold start.
GenericEgpNeighborLoss - Static variable in class org.opennms.protocols.snmp.SnmpPduTrap
Generic trap type: EGP Neighbor Loss.
GenericEnterpriseSpecific - Static variable in class org.opennms.protocols.snmp.SnmpPduTrap
Generic trap type: Enterprise Specific.
GenericLinkDown - Static variable in class org.opennms.protocols.snmp.SnmpPduTrap
Generic trap type: link down.
GenericLinkUp - Static variable in class org.opennms.protocols.snmp.SnmpPduTrap
Generic trap type: link up.
GenericWarmStart - Static variable in class org.opennms.protocols.snmp.SnmpPduTrap
Generic trap type: warm start.
getAddress() - Method in class org.opennms.protocols.ip.IPv4Address
Returns the 32-bit IPv4 address.
getAddressMask() - Method in class org.opennms.protocols.icmp.AddressMaskReply
Used to get the IPv4 32-bit address mask.
getAgentAddress() - Method in class org.opennms.protocols.snmp.SnmpPduTrap
Gets the remote agent's IP address.
getAsnEncoder() - Method in class org.opennms.protocols.snmp.SnmpPortal
Gets the AsnEncoder for the session.
getAsnEncoder() - Method in class org.opennms.protocols.snmp.SnmpSession
Gets the AsnEncoder for the session.
getAsnEncoder() - Method in class org.opennms.protocols.snmp.SnmpTrapSession
Gets the AsnEncoder for the session.
getChecksum() - Method in class org.opennms.protocols.icmp.ICMPHeader
Used to retrieve the current checksum for the header.
getChecksum() - Method in class org.opennms.protocols.ip.IPHeader
Gets the 16-bit ones compliment checksum for the IP header.
getChecksum() - Method in class org.opennms.protocols.ip.OC16ChecksumProducer
Returns the current checksum value that has been computed for the object.
getCode() - Method in class org.opennms.protocols.icmp.ICMPHeader
Returns the 8-bit code for the ICMP packet.
getCommand() - Method in class org.opennms.protocols.snmp.SnmpPduPacket
Returns the type of PDU.
getDefaultHandler() - Method in class org.opennms.protocols.snmp.SnmpSession
Gets the default SnmpHandler for the session.
getDestinationAddress() - Method in class org.opennms.protocols.ip.IPHeader
Returns the dotted decimal string address of the destination IP address.
getEncoder() - Method in class org.opennms.protocols.snmp.SnmpParameters
Retreives the current ASN.1 encoder object.
getEnterprise() - Method in class org.opennms.protocols.snmp.SnmpPduTrap
Used to get the enterpise identifier of the trap.
getErrorIndex() - Method in class org.opennms.protocols.snmp.SnmpPduRequest
Returns the index of the variable in error if the error status is non-zero.
getErrorStatus() - Method in class org.opennms.protocols.snmp.SnmpPduRequest
Returns the error status for the request.
getFlag(int) - Method in class org.opennms.protocols.ip.IPHeader
Used to get an individual flag from the flags field.
getFlags() - Method in class org.opennms.protocols.ip.IPHeader
Used to get the 3-bit flags from the header.
getFragmentOffset() - Method in class org.opennms.protocols.ip.IPHeader
Returns the 13-bit fragment offset field from the IP header.
getGeneric() - Method in class org.opennms.protocols.snmp.SnmpPduTrap
Returns the generic code for the trap.
getHandler() - Method in class org.opennms.protocols.snmp.SnmpTrapSession
Returns the trap handler for this trap session.
getHeaderLength() - Method in class org.opennms.protocols.ip.IPHeader
Used to get the current length of the IP Header.
getIPHeader() - Method in class org.opennms.protocols.icmp.ErrorMessage
Used to access the IP Header that caused the ICMP error message to be generated.
getIdentifiers() - Method in class org.opennms.protocols.snmp.SnmpObjectId
Gets the array of object identifiers from the object.
getIdentity() - Method in class org.opennms.protocols.icmp.ICMPHeader
Used to get the headers user defined identity.
getIdentity() - Method in class org.opennms.protocols.ip.IPHeader
Used to retreive the 16-bit identity of the header.
getLength() - Method in class org.opennms.protocols.snmp.SnmpObjectId
Gets the number of object identifiers in the object.
getLength() - Method in class org.opennms.protocols.snmp.SnmpOctetString
Returns the internal length of the octet string.
getLength() - Method in class org.opennms.protocols.snmp.SnmpPduPacket
Returns the number of variables in the data unit.
getLength() - Method in class org.opennms.protocols.snmp.SnmpPduTrap
Returns the number of variables contained in the PDU.
getMaxRepititions() - Method in class org.opennms.protocols.snmp.SnmpPduBulk
Used to retreive the number of reptitions to get for the repeating variables.
getName() - Method in class org.opennms.protocols.snmp.SnmpVarBind
Returns the object identifier that names the variable.
getNetworkSize() - Static method in class org.opennms.protocols.icmp.ICMPHeader
Returns the number of bytes required to read/write an icmp header.
getNonRepeaters() - Method in class org.opennms.protocols.snmp.SnmpPduBulk
Returns the number of non-repeating elements
getOptionClass() - Method in class org.opennms.protocols.ip.IPHeader.Option
Returns the class for the option.
getOptionData() - Method in class org.opennms.protocols.ip.IPHeader
Retrieves the IP header options from the header.
getOptionNumber() - Method in class org.opennms.protocols.ip.IPHeader.Option
Returns the option number for the instance
getOptions() - Method in class org.opennms.protocols.ip.IPHeader
 
getOriginateTS() - Method in class org.opennms.protocols.icmp.TimestampReply
Retreives the current timestamp of the reqeust object.
getOriginateTS() - Method in class org.opennms.protocols.icmp.TimestampRequest
Retreives the current timestamp of the reqeust object.
getOutstandingCount() - Method in class org.opennms.protocols.snmp.SnmpSession
Returns the number of outstanding request for the agent.
getPacketHandler() - Method in class org.opennms.protocols.snmp.SnmpPortal
Gets the default SnmpPacketHandler for the session.
getPacketLength() - Method in class org.opennms.protocols.ip.IPHeader
Returns the length of the IP packet, including the header, in bytes.
getParameters() - Method in class org.opennms.protocols.snmp.SnmpPeer
Retuns the current parameters for the peer agent.
getPeer() - Method in class org.opennms.protocols.snmp.SnmpPeer
Returns the peer agent's internet address to the caller
getPeer() - Method in class org.opennms.protocols.snmp.SnmpSession
Gets the current peer object.
getPort() - Method in class org.opennms.protocols.snmp.SnmpPeer
Returns the remote agent's port for communications
getProtocol() - Method in class org.opennms.protocols.ip.IPHeader
Gets the protocol for the IP datagram.
getProtocolData() - Method in class org.opennms.protocols.icmp.ErrorMessage
Retreives the 8 bytes of protocol data that caused the error.
getReadCommunity() - Method in class org.opennms.protocols.snmp.SnmpParameters
Retreives the current read community string from the parameters.
getReceiveTS() - Method in class org.opennms.protocols.icmp.TimestampReply
Retreives the current received timestamp of the reqeust object.
getRequestId() - Method in class org.opennms.protocols.snmp.SnmpPduPacket
Returns the current request id for this packet.
getRetries() - Method in class org.opennms.protocols.snmp.SnmpPeer
Returns the currently set number of retries defined by this peer
getSequenceId() - Method in class org.opennms.protocols.icmp.ICMPHeader
Returns the sequence identifier for the ICMP header.
getSourceAddress() - Method in class org.opennms.protocols.ip.IPHeader
Returns the dotted decimal string address of the source IP address.
getSpecific() - Method in class org.opennms.protocols.snmp.SnmpPduTrap
Returns the specific code for the trap.
getString() - Method in class org.opennms.protocols.snmp.SnmpOctetString
Returns a reference to the internal object string.
getSyntaxObject(byte) - Static method in class org.opennms.protocols.snmp.SnmpUtil
Used to dynamically lookup registered SnmpSyntax objects
getTTL() - Method in class org.opennms.protocols.ip.IPHeader
Gets the 8-bit Time To Live (TTL) of the packet.
getTimeStamp() - Method in class org.opennms.protocols.snmp.SnmpPduTrap
Returns the timeticks from the trap.
getTimeout() - Method in class org.opennms.protocols.snmp.SnmpPeer
Retreives the currently configured timeout for the remote agent in milliseconds (1/1000th second).
getTimer() - Method in class org.opennms.protocols.snmp.SnmpSession
Returns the internal timer object for the SNMP Session.
getTransmitTS() - Method in class org.opennms.protocols.icmp.TimestampReply
Retreives the current transmit timestamp of the reply object.
getType() - Method in class org.opennms.protocols.icmp.ICMPHeader
Returns the 8-bit type code for the ICMP packet.
getTypeOfService() - Method in class org.opennms.protocols.ip.IPHeader
Retreives the current TOS field from the header.
getTypeOfService(int) - Method in class org.opennms.protocols.ip.IPHeader
Use to test individual bits in the TOS fields.
getValue() - Method in class org.opennms.protocols.snmp.SnmpCounter64
Used to retreive the 64-bit unsigned value.
getValue() - Method in class org.opennms.protocols.snmp.SnmpInt32
Used to access the internal 32-bit signed quantity.
getValue() - Method in class org.opennms.protocols.snmp.SnmpUInt32
Used to retreive the 32-bit unsigned value.
getValue() - Method in class org.opennms.protocols.snmp.SnmpVarBind
Retreives the variable's value.
getVarBindAt(int) - Method in class org.opennms.protocols.snmp.SnmpPduPacket
Retrieves the variable at the specific index.
getVarBindAt(int) - Method in class org.opennms.protocols.snmp.SnmpPduTrap
Retrieves the variable at the specific index.
getVersion() - Method in class org.opennms.protocols.ip.IPHeader
Used to retreive the current version of the IP Header.
getVersion() - Method in class org.opennms.protocols.snmp.SnmpParameters
Returns the current SNMP version defined by the parameters.
getWriteCommunity() - Method in class org.opennms.protocols.snmp.SnmpParameters
Retreives the current write community string set in the parameters.

JoeSNMP API 0.2.6
A B C D E F G H I L M N O P R S T U V W
Generated by jpp on July 15 2004 1044.