public static enum IP2LocationEventLog.EventCategory extends Enum<IP2LocationEventLog.EventCategory>
| Enum Constant and Description |
|---|
CONFIG_CHANGED
Configuration changed.
|
DATABASE_CORRUPTION
Database file corrupted.
|
DATABASE_UPDATED
Database updated successfully.
|
DOWNLOAD_COMPLETED
Database download completed.
|
DOWNLOAD_FAILURE
Database download failed.
|
DOWNLOAD_STARTED
Database download started.
|
INIT_COMPLETED
Service initialization completed successfully.
|
INIT_FAILURE
Service initialization failed.
|
INIT_STARTED
Service initialization started.
|
LOOKUP_FAILURE
IP lookup failed.
|
LOOKUP_THRESHOLD_EXCEEDED
Multiple consecutive lookup failures.
|
OTHER
Unspecified event.
|
RECOVERY_CLEARED
Recovery recommendation cleared.
|
RECOVERY_COMPLETED
Recovery completed successfully.
|
RECOVERY_FAILED
Recovery failed.
|
RECOVERY_RECOMMENDED
Recovery recommended by system.
|
RECOVERY_STARTED
Recovery process started.
|
SERVICE_DISABLED
Service disabled.
|
SERVICE_ENABLED
Service enabled.
|
SERVICE_RECONFIGURED
Service 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.