public static enum IP2LocationEventLog.EventCategory extends Enum<IP2LocationEventLog.EventCategory>
| Enum Constant and Description |
|---|
CONFIG_CHANGEDConfiguration changed. |
DATABASE_CORRUPTIONDatabase file corrupted. |
DATABASE_UPDATEDDatabase updated successfully. |
DOWNLOAD_COMPLETEDDatabase download completed. |
DOWNLOAD_FAILUREDatabase download failed. |
DOWNLOAD_STARTEDDatabase download started. |
INIT_COMPLETEDService initialization completed successfully. |
INIT_FAILUREService initialization failed. |
INIT_STARTEDService initialization started. |
LOOKUP_FAILUREIP lookup failed. |
LOOKUP_THRESHOLD_EXCEEDEDMultiple consecutive lookup failures. |
OTHERUnspecified event. |
RECOVERY_CLEAREDRecovery recommendation cleared. |
RECOVERY_COMPLETEDRecovery completed successfully. |
RECOVERY_FAILEDRecovery failed. |
RECOVERY_RECOMMENDEDRecovery recommended by system. |
RECOVERY_STARTEDRecovery process started. |
SERVICE_DISABLEDService disabled. |
SERVICE_ENABLEDService enabled. |
SERVICE_RECONFIGUREDService reconfigured. |
| Modifier and Type | Method and Description |
|---|---|
static IP2LocationEventLog.EventCategory | valueOf(String name)Returns the enum constant of this type with the specified name. |
static IP2LocationEventLog.EventCategory[] | values()Returns an array containing the constants of this enum type, in the order they are declared. |
public static final IP2LocationEventLog.EventCategory INIT_STARTED
public static final IP2LocationEventLog.EventCategory INIT_COMPLETED
public static final IP2LocationEventLog.EventCategory INIT_FAILURE
public static final IP2LocationEventLog.EventCategory DOWNLOAD_STARTED
public static final IP2LocationEventLog.EventCategory DOWNLOAD_COMPLETED
public static final IP2LocationEventLog.EventCategory DOWNLOAD_FAILURE
public static final IP2LocationEventLog.EventCategory DATABASE_CORRUPTION
public static final IP2LocationEventLog.EventCategory DATABASE_UPDATED
public static final IP2LocationEventLog.EventCategory LOOKUP_FAILURE
public static final IP2LocationEventLog.EventCategory LOOKUP_THRESHOLD_EXCEEDED
public static final IP2LocationEventLog.EventCategory RECOVERY_RECOMMENDED
public static final IP2LocationEventLog.EventCategory RECOVERY_STARTED
public static final IP2LocationEventLog.EventCategory RECOVERY_COMPLETED
public static final IP2LocationEventLog.EventCategory RECOVERY_FAILED
public static final IP2LocationEventLog.EventCategory RECOVERY_CLEARED
public static final IP2LocationEventLog.EventCategory CONFIG_CHANGED
public static final IP2LocationEventLog.EventCategory SERVICE_RECONFIGURED
public static final IP2LocationEventLog.EventCategory SERVICE_ENABLED
public static final IP2LocationEventLog.EventCategory SERVICE_DISABLED
public static final IP2LocationEventLog.EventCategory OTHER
public static IP2LocationEventLog.EventCategory[] values()
for (IP2LocationEventLog.EventCategory c : IP2LocationEventLog.EventCategory.values()) System.out.println(c);
public static IP2LocationEventLog.EventCategory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullPhantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.