Uses of Enum Class
org.chenile.core.context.EventLog.StatusEnum
Packages that use EventLog.StatusEnum
Package
Description
The core Chenile exchange objects are defined here.
-
Uses of EventLog.StatusEnum in org.chenile.core.context
Fields in org.chenile.core.context declared as EventLog.StatusEnumMethods in org.chenile.core.context that return EventLog.StatusEnumModifier 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.Methods in org.chenile.core.context with parameters of type EventLog.StatusEnum -
Uses of EventLog.StatusEnum in org.chenile.filewatch.handler
Methods in org.chenile.filewatch.handler with parameters of type EventLog.StatusEnumModifier and TypeMethodDescriptionprivate void
FileWatchEventLogger.logEvent
(String batchId, EventLog.StatusEnum status, int subErrorNum, String message, ErrorNumException... e)