Class ImportModes

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

public final class ImportModes extends Object
The definition of import modes for MIB data.
Version:
1.2
Author:
Frank Fock
  • Field Details

    • 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:
    • 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:
    • UPDATE

      public static final int UPDATE
      Only update existing data. No new instances are created and nothing deleted.
      See Also:
    • CREATE

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