Package | Description |
---|---|
org.snmp4j.agent | |
org.snmp4j.agent.io | |
org.snmp4j.agent.mo |
Modifier and Type | Method | Description |
---|---|---|
boolean |
RandomAccessManagedObject.importInstance(org.snmp4j.smi.OID instanceSubID,
java.util.List<org.snmp4j.smi.VariableBinding> data,
ImportMode importMode) |
Imports the data that internally represents the instance specified by the OID suffix
instanceID
from the byte data provided which can be encoded in any representation the ManagedObject is able to
understand. |
Modifier and Type | Method | Description |
---|---|---|
static ImportMode |
ImportMode.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImportMode[] |
ImportMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
DefaultMOTable.importInstance(org.snmp4j.smi.OID instanceID,
java.util.List<org.snmp4j.smi.VariableBinding> data,
ImportMode importMode) |
|
boolean |
MOScalar.importInstance(org.snmp4j.smi.OID instanceID,
java.util.List<org.snmp4j.smi.VariableBinding> data,
ImportMode importMode) |
Copyright © 2018 SNMP4J.org. All rights reserved.