|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.snmp4j.agent.io.ImportModes
public final class ImportModes
The definition of import modes for MIB data.
| Field Summary | |
|---|---|
static int |
CREATE
Only create new instances. |
static int |
REPLACE_CREATE
Replaces existing data, if there is any data available for import for the current ManagedObject and creates data that does not yet exist. |
static int |
UPDATE
Only update existing data. |
static int |
UPDATE_CREATE
In contrast to REPLACE_CREATE, only existing data is updated
or new data is created. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int REPLACE_CREATE
ManagedObject and creates data that does not yet exist.
public static final int UPDATE_CREATE
REPLACE_CREATE, only existing data is updated
or new data is created. Existing data for a ManagedObject which
is not updated through imported data, will not be changed (deleted)
during import.
public static final int UPDATE
public static final int CREATE
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||