Uses of Class
com.amx.duet.tools.net.snmp.api.SNMPObjectIdentifier

Packages that use SNMPObjectIdentifier
com.amx.duet.tools.net.snmp Provides SNMP communication classes and interfaces that simplify the SNMP api package. 
com.amx.duet.tools.net.snmp.api Provides SNMP communication classes and interfaces. 
 

Uses of SNMPObjectIdentifier in com.amx.duet.tools.net.snmp
 

Methods in com.amx.duet.tools.net.snmp with parameters of type SNMPObjectIdentifier
 void SNMPConnectionListener.handleSNMPReceive(SNMPObjectIdentifier itemID, SNMPObject snmpValue)
          Handle data received from the SNMP connection.
static java.lang.String SNMPConnection.oidToString(SNMPObjectIdentifier oid)
          Converts an SNMPObjectIdentifier to a String object.
static java.lang.String[] SNMPConnection.oidToString(SNMPObjectIdentifier[] oids)
          Converts an array SNMPObjectIdentifier to an array of String objects.
 

Uses of SNMPObjectIdentifier in com.amx.duet.tools.net.snmp.api
 

Methods in com.amx.duet.tools.net.snmp.api that return SNMPObjectIdentifier
 SNMPObjectIdentifier SNMPv2TrapPDU.getSNMPTrapOID()
          A utility method that extracts the snmpTrapOID from the variable bind list (it's the second of the variable pairs).
 SNMPObjectIdentifier SNMPv2InformRequestPDU.getSNMPTrapOID()
          A utility method that extracts the snmpTrapOID from the variable bind list (it's the second of the variable pairs).
 SNMPObjectIdentifier SNMPv1TrapPDU.getEnterpriseOID()
          A utility method that extracts the enterprise OID from this PDU.
 

Constructors in com.amx.duet.tools.net.snmp.api with parameters of type SNMPObjectIdentifier
SNMPVariablePair(SNMPObjectIdentifier objectID, SNMPObject value)
          Create a new variable pair having the supplied object identifier and vale.
SNMPv2TrapPDU(SNMPTimeTicks sysUptime, SNMPObjectIdentifier snmpTrapOID, SNMPSequence varList)
          Create a new Trap PDU with given trapOID and sysUptime, and containing the supplied SNMP sequence as data.
SNMPv2TrapPDU(SNMPObjectIdentifier snmpTrapOID, SNMPTimeTicks sysUptime)
          Create a new Trap PDU with given trapOID and sysUptime, and containing an empty SNMP sequence (VarBindList) as additional data.
SNMPv2InformRequestPDU(SNMPTimeTicks sysUptime, SNMPObjectIdentifier snmpTrapOID, SNMPSequence varList)
          Create a new Inform Request PDU with given trapOID and sysUptime, and containing the supplied SNMP sequence as data.
SNMPv2InformRequestPDU(SNMPObjectIdentifier snmpTrapOID, SNMPTimeTicks sysUptime)
          Create a new Inform Request PDU with given trapOID and sysUptime, and containing an empty SNMP sequence (VarBindList) as additional data.
SNMPv1TrapPDU(SNMPObjectIdentifier enterpriseOID, SNMPIPAddress agentAddress, int genericTrap, int specificTrap, SNMPTimeTicks timestamp, SNMPSequence varList)
          Create a new Trap PDU of the specified type, with given request ID, error status, and error index, and containing the supplied SNMP sequence as data.
SNMPv1TrapPDU(SNMPObjectIdentifier enterpriseOID, SNMPIPAddress agentAddress, int genericTrap, int specificTrap, SNMPTimeTicks timestamp)
          Create a new Trap PDU of the specified type, with given request ID, error status, and error index, and containing an empty SNMP sequence (VarBindList) as additional data.
 



Copyright © 2008 AMX LLC. All Rights Reserved.