Package | Description |
---|---|
org.opennms.protocols.snmp |
Modifier and Type | Class and Description |
---|---|
class |
SnmpCounter32
Defines a SNMPv1 32-bit counter object.
|
class |
SnmpCounter64
This class defines the 64-bit SNMP counter object used
to transmit 64-bit unsigned number.
|
class |
SnmpEndOfMibView
The SnmpEndOfMibView object is typically returned by an
SNMPv2 agent when there is no lexagraphically next object
identifier in its tables.
|
class |
SnmpGauge32
Defines a SNMPv1 32-bit gauge object.
|
class |
SnmpInt32
This class defines the SNMP 32-bit signed integer
used by the SNMP SMI.
|
class |
SnmpIPAddress
This SnmpIPAddress is used to extend the Snmp
Octet String SMI class.
|
class |
SnmpNoSuchInstance
The SnmpNoSuchInstance object is typically returned by an
SNMPv2 agent when there is no matching object identifier
instance in its tables.
|
class |
SnmpNoSuchObject
The SnmpNoSuchObject object is typically returned by an
SNMPv2 agent when there is no matching object
identifier for the agent.
|
class |
SnmpNull
Implements the SNMP Null object as defined by the SNMPv1 and
SNMPv2 SMI.
|
class |
SnmpObjectId
Defines the SNMP object identifier class for naming variables.
|
class |
SnmpOctetString
Implements the ASN1.UNIVERSAL Octet String datatype.
|
class |
SnmpOpaque
The SnmpOpaque class is an extension of the octet string
class and is used to pass opaque data.
|
class |
SnmpPduBulk
This class defines the SNMPv2 GetBulk request sent
from the management platform to the agent.
|
class |
SnmpPduPacket
Base class for all Protocol Data Unit (PDU) implementations.
|
class |
SnmpPduRequest
The SnmpPduRequest defines the SNMPv1 and SNMPv2
Protocol Data Unit (PDU) for certian message types.
|
class |
SnmpPduTrap
The SnmpPduTrap object represents the SNMP Protoco Data Unit
for an SNMP Trap.
|
class |
SnmpTimeTicks
Defines a SNMPv1 32-bit time ticks object.
|
class |
SnmpUInt32
This class defines the 32-bit unsigned SNMP object used
to transmit 32-bit unsigned number.
|
class |
SnmpV2Error
This class provides the base class for the SNMP V2
error class.
|
class |
SnmpV2PartyClock
Deprecated.
Obsoleted in RFC 1902.
|
class |
SnmpVarBind
This class defined the SNMP variables that are transmitted
to and from an agent.
|
Modifier and Type | Field and Description |
---|---|
private SnmpSyntax |
SnmpRequest.m_pdu
The pdu transemited to the SnmpPeer.
|
private SnmpSyntax |
SnmpVarBind.m_value
The actual value object associated with the
object identifier.
|
Modifier and Type | Method and Description |
---|---|
SnmpSyntax |
SnmpV2PartyClock.duplicate()
Deprecated.
Creates and returns a duplicate object of self.
|
SnmpSyntax |
SnmpInt32.duplicate()
Returns a duplicate of the current object.
|
SnmpSyntax |
SnmpObjectId.duplicate()
Serves the same purpose as the method clone().
|
SnmpSyntax |
SnmpIPAddress.duplicate()
Create a new object that is a duplicate of the
current object.
|
SnmpSyntax |
SnmpGauge32.duplicate()
Creates a new object that is a duplicate of the
current object.
|
SnmpSyntax |
SnmpOctetString.duplicate()
Creates a duplicate copy of the object and
returns it to the caller.
|
SnmpSyntax |
SnmpEndOfMibView.duplicate()
Returns a duplicate object of self.
|
abstract SnmpSyntax |
SnmpV2Error.duplicate()
Returns a duplicate of the current object.
|
SnmpSyntax |
SnmpNoSuchObject.duplicate()
Returns a duplicate object of self.
|
SnmpSyntax |
SnmpVarBind.duplicate()
Returns a newly created duplicate object to
the caller
|
SnmpSyntax |
SnmpTimeTicks.duplicate()
Creates a new object that is a duplicate of the
current object.
|
SnmpSyntax |
SnmpNoSuchInstance.duplicate()
Returns a duplicate object of self.
|
SnmpSyntax |
SnmpNull.duplicate()
Used to get a duplicate of the current object
so that it can be modified without affecting
the creating object.
|
SnmpSyntax |
SnmpCounter32.duplicate()
Creates a new object that is a duplicate of the
current object.
|
SnmpSyntax |
SnmpOpaque.duplicate()
Returns a duplicate of the current object.
|
abstract SnmpSyntax |
SnmpPduPacket.duplicate()
Defined for derived classes to return a duplicate
of self.
|
SnmpSyntax |
SnmpSyntax.duplicate()
Creates a duplicate (in memory) object of the
caller.
|
SnmpSyntax |
SnmpPduTrap.duplicate() |
SnmpSyntax |
SnmpUInt32.duplicate()
Returns a duplicte of the current object
|
SnmpSyntax |
SnmpCounter64.duplicate()
Returns a duplicte of the current object
|
SnmpSyntax |
SnmpPduBulk.duplicate()
Creates a new duplicate object of self that shares
no references with the original PDU.
|
SnmpSyntax |
SnmpPduRequest.duplicate()
Used to get a duplicate of self.
|
SnmpSyntax |
SnmpRequest.getPdu() |
static SnmpSyntax |
SnmpUtil.getSyntaxObject(byte asnType)
Used to dynamically lookup registered SnmpSyntax objects
|
SnmpSyntax |
SnmpVarBind.getValue()
Retreives the variable's value.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SnmpUtil.registerSyntax(SnmpSyntax obj)
Used to register a SnmpSyntax object with the
SnmpUtil class.
|
static void |
SnmpSession.registerSyntaxObject(SnmpSyntax object)
Allows library users to register new ASN.1 types
with the SNMP library.
|
void |
SnmpVarBind.setValue(SnmpSyntax value)
Sets the value for the variable
|
void |
SnmpHandler.snmpInternalError(SnmpSession session,
int err,
SnmpSyntax pdu)
This method is invoked when an internal error occurs
for the session.
|
void |
SnmpHandler.snmpTimeoutError(SnmpSession session,
SnmpSyntax pdu)
This method is invoked when an agent fails to respond
in the required time.
|
Constructor and Description |
---|
SnmpVarBind(SnmpObjectId name,
SnmpSyntax value)
Constructs a variable with the passed name and value.
|
SnmpVarBind(java.lang.String name,
SnmpSyntax value)
Constructs a new variable with the passed name
and value.
|
Generated by iurt on 2015.