Package | Description |
---|---|
org.opennms.protocols.snmp |
Modifier and Type | Field and Description |
---|---|
private SnmpObjectId |
SnmpPduTrap.m_enterprise
The trap's enterprise object identifier
|
private SnmpObjectId |
SnmpVarBind.m_name
The object identifier that uniquely identifies
the "value".
|
Modifier and Type | Method and Description |
---|---|
SnmpObjectId |
SnmpPduTrap.getEnterprise()
Used to get the enterpise identifier
of the trap.
|
SnmpObjectId |
SnmpVarBind.getName()
Returns the object identifier that names the variable.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Generated by iurt on 2015.