Uses of Enum Class
org.chenile.core.context.EventLog.StatusEnum
Package
Description
The core Chenile exchange objects are defined here.
-
Uses of EventLog.StatusEnum in org.chenile.core.context
Modifier and TypeMethodDescriptionEventLog.getStatus()
static EventLog.StatusEnum
Returns the enum constant of this class with the specified name.static EventLog.StatusEnum[]
EventLog.StatusEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EventLog.StatusEnum in org.chenile.filewatch.handler
Modifier and TypeMethodDescriptionprivate void
FileWatchEventLogger.logEvent
(String batchId, EventLog.StatusEnum status, int subErrorNum, String message, ErrorNumException... e)