- 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.
- GET - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
Defines a SNMPv1 Get Request PDU message.
- getAgentAddress() - Method in class org.opennms.protocols.snmp.SnmpPduTrap
-
Gets the remote agent's IP address.
- getAsnEncoder() - Method in class org.opennms.protocols.snmp.SnmpAgentSession
-
Gets the AsnEncoder for the session.
- 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.
- getBuffer() - Method in class org.opennms.protocols.snmp.SnmpPortal
-
- GETBULK - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
Defines a SNMPv2 Get Bulk Request message.
- 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.
- 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.
- getGeneric() - Method in class org.opennms.protocols.snmp.SnmpPduTrap
-
Returns the generic code for the trap.
- getHandler() - Method in class org.opennms.protocols.snmp.SnmpAgentSession
-
Returns the trap handler for this trap session.
- getHandler() - Method in class org.opennms.protocols.snmp.SnmpRequest
-
- getHandler() - Method in class org.opennms.protocols.snmp.SnmpTrapSession
-
Returns the trap handler for this trap session.
- getIdentifiers() - Method in class org.opennms.protocols.snmp.SnmpObjectId
-
Gets the array of object identifiers from the
object.
- 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.
- GETNEXT - Static variable in class org.opennms.protocols.snmp.SnmpPduPacket
-
Defines a SNMPv1 Get Next Request PDU message.
- getNextInSequence() - Static method in class org.opennms.protocols.snmp.SnmpTimer.TimerElement
-
- getNonRepeaters() - Method in class org.opennms.protocols.snmp.SnmpPduBulk
-
Returns the number of non-repeating elements
- 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.
- getParameters() - Method in class org.opennms.protocols.snmp.SnmpPeer
-
Retuns the current parameters for the
peer agent.
- getPdu() - Method in class org.opennms.protocols.snmp.SnmpRequest
-
- getPeer() - Method in class org.opennms.protocols.snmp.SnmpPduPacket
-
Returns the current peer for this
packet.
- 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
- getReadCommunity() - Method in class org.opennms.protocols.snmp.SnmpParameters
-
Retreives the current read community string
from the parameters.
- getRequestId() - Method in class org.opennms.protocols.snmp.SnmpPduPacket
-
Returns the current request id for this
packet.
- getRequestID() - Method in class org.opennms.protocols.snmp.SnmpRequest
-
- getRetries() - Method in class org.opennms.protocols.snmp.SnmpPeer
-
Returns the currently set number of retries
defined by this peer
- getServerAddress() - Method in class org.opennms.protocols.snmp.SnmpPeer
-
Returns the local agent's bound address
- getServerPort() - Method in class org.opennms.protocols.snmp.SnmpPeer
-
Returns the local agent's port for communications
- 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
- 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.
- getTimeStamp() - Method in class org.opennms.protocols.snmp.SnmpPduTrap
-
Returns the timeticks from the trap.
- 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.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.