org.snmp4j.agent.io
Class ImportModes

java.lang.Object
  extended by org.snmp4j.agent.io.ImportModes

public final class ImportModes
extends java.lang.Object

The definition of import modes for MIB data.

Version:
1.2
Author:
Frank Fock

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

REPLACE_CREATE

public static final 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.

See Also:
Constant Field Values

UPDATE_CREATE

public static final int UPDATE_CREATE
In contrast to 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.

See Also:
Constant Field Values

UPDATE

public static final int UPDATE
Only update existing data. No new instances are created and nothing deleted.

See Also:
Constant Field Values

CREATE

public static final int CREATE
Only create new instances. No updates at all.

See Also:
Constant Field Values

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.