JoeSNMP API 0.3.3

Uses of Class
org.opennms.protocols.snmp.SnmpObjectId

Packages that use SnmpObjectId
org.opennms.protocols.snmp   
 

Uses of SnmpObjectId in org.opennms.protocols.snmp
 

Fields in org.opennms.protocols.snmp declared as SnmpObjectId
private  SnmpObjectId SnmpVarBind.m_name
          The object identifier that uniquely identifies the "value".
private  SnmpObjectId SnmpPduTrap.m_enterprise
          The trap's enterprise object identifier
 

Methods in org.opennms.protocols.snmp that return SnmpObjectId
 SnmpObjectId SnmpVarBind.getName()
          Returns the object identifier that names the variable.
 SnmpObjectId SnmpPduTrap.getEnterprise()
          Used to get the enterpise identifier of the trap.
 

Methods in org.opennms.protocols.snmp with parameters of type SnmpObjectId
 void SnmpVarBind.setName(SnmpObjectId name)
          Sets the variable's object identifier name.
 void SnmpObjectId.append(SnmpObjectId second)
          Appends the passed SnmpObjectId object to self.
 void SnmpObjectId.prepend(SnmpObjectId second)
          Prepends the passed SnmpObjectId object to self.
 int SnmpObjectId.compare(SnmpObjectId cmp)
          Lexigraphically compares the object identifer to the passed object identifer.
 boolean SnmpObjectId.isRootOf(SnmpObjectId leaf)
          Compares the passed object identifier against self to determine if self is the root of the passed object.
 void SnmpPduTrap.setEnterprise(SnmpObjectId id)
          Sets the enterprise identifier for the trap.
 

Constructors in org.opennms.protocols.snmp with parameters of type SnmpObjectId
SnmpVarBind(SnmpObjectId name)
          Constructs a specific variable with the "name" equal to the passed object identifier.
SnmpVarBind(SnmpObjectId name, SnmpSyntax value)
          Constructs a variable with the passed name and value.
SnmpObjectId(SnmpObjectId second)
          Creates a duplicate object.
 


JoeSNMP API 0.3.3

Generated by builder on ${TODAY} ${TSTAMP}.