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 SnmpPduTrap.m_enterprise
          The trap's enterprise object identifier
private  SnmpObjectId SnmpVarBind.m_name
          The object identifier that uniquely identifies the "value".
 

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

Methods in org.opennms.protocols.snmp with parameters of type SnmpObjectId
 void SnmpObjectId.append(SnmpObjectId second)
          Appends 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 SnmpObjectId.prepend(SnmpObjectId second)
          Prepends the passed SnmpObjectId object to self.
 void SnmpPduTrap.setEnterprise(SnmpObjectId id)
          Sets the enterprise identifier for the trap.
 void SnmpVarBind.setName(SnmpObjectId name)
          Sets the variable's object identifier name.
 

Constructors in org.opennms.protocols.snmp with parameters of type SnmpObjectId
SnmpObjectId(SnmpObjectId second)
          Creates a duplicate object.
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.
 


JoeSNMP API 0.3.3

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