|
JoeSNMP API 0.3.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpSyntax | |
org.opennms.protocols.snmp |
Uses of SnmpSyntax in org.opennms.protocols.snmp |
Classes in org.opennms.protocols.snmp that implement SnmpSyntax | |
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. |
Fields in org.opennms.protocols.snmp declared as SnmpSyntax | |
(package 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. |
Methods in org.opennms.protocols.snmp that return SnmpSyntax | |
SnmpSyntax |
SnmpOpaque.duplicate()
Returns a duplicate of the current object. |
SnmpSyntax |
SnmpCounter32.duplicate()
Creates a new object that is a duplicate of the current object. |
SnmpSyntax |
SnmpV2PartyClock.duplicate()
Deprecated. Creates and returns a duplicate object of self. |
abstract SnmpSyntax |
SnmpPduPacket.duplicate()
Defined for derived classes to return a duplicate of self. |
SnmpSyntax |
SnmpNoSuchObject.duplicate()
Returns a duplicate object of self. |
(package private) static SnmpSyntax |
SnmpUtil.getSyntaxObject(byte asnType)
Used to dynamically lookup registered SnmpSyntax objects |
SnmpSyntax |
SnmpNull.duplicate()
Used to get a duplicate of the current object so that it can be modified without affecting the creating object. |
SnmpSyntax |
SnmpSyntax.duplicate()
Creates a duplicate (in memory) object of the caller. |
SnmpSyntax |
SnmpEndOfMibView.duplicate()
Returns a duplicate object of self. |
SnmpSyntax |
SnmpPduBulk.duplicate()
Creates a new duplicate object of self that shares no references with the original PDU. |
SnmpSyntax |
SnmpNoSuchInstance.duplicate()
Returns a duplicate object of self. |
SnmpSyntax |
SnmpPduTrap.duplicate()
|
abstract SnmpSyntax |
SnmpV2Error.duplicate()
Returns a duplicate of the current object. |
SnmpSyntax |
SnmpGauge32.duplicate()
Creates a new object that is a duplicate of the current object. |
SnmpSyntax |
SnmpIPAddress.duplicate()
Create a new object that is a duplicate of the current object. |
SnmpSyntax |
SnmpPduRequest.duplicate()
Used to get a duplicate of self. |
SnmpSyntax |
SnmpInt32.duplicate()
Returns a duplicate of the current object. |
SnmpSyntax |
SnmpOctetString.duplicate()
Creates a duplicate copy of the object and returns it to the caller. |
SnmpSyntax |
SnmpUInt32.duplicate()
Returns a duplicte of the current object |
SnmpSyntax |
SnmpObjectId.duplicate()
Serves the same purpose as the method clone(). |
SnmpSyntax |
SnmpTimeTicks.duplicate()
Creates a new object that is a duplicate of the current object. |
SnmpSyntax |
SnmpVarBind.getValue()
Retreives the variable's value. |
SnmpSyntax |
SnmpVarBind.duplicate()
Returns a newly created duplicate object to the caller |
SnmpSyntax |
SnmpCounter64.duplicate()
Returns a duplicte of the current object |
Methods in org.opennms.protocols.snmp with parameters of type SnmpSyntax | |
(package private) static boolean |
SnmpUtil.registerSyntax(SnmpSyntax obj)
Used to register a SnmpSyntax object with the SnmpUtil class. |
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. |
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 |
Constructors in org.opennms.protocols.snmp with parameters of type SnmpSyntax | |
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. |
|
JoeSNMP API 0.3.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |