Uses of Class
com.levigo.jadice.server.ws.JobResult.Log.Level
-
Packages that use JobResult.Log.Level Package Description com.levigo.jadice.server.ws -
-
Uses of JobResult.Log.Level in com.levigo.jadice.server.ws
Fields in com.levigo.jadice.server.ws declared as JobResult.Log.Level Modifier and Type Field Description JobResult.Log.Level
JobResult.Log. level
Methods in com.levigo.jadice.server.ws that return JobResult.Log.Level Modifier and Type Method Description static JobResult.Log.Level
JobResult.Log.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobResult.Log.Level[]
JobResult.Log.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.levigo.jadice.server.ws with parameters of type JobResult.Log.Level Modifier and Type Method Description static void
JobInvocationServiceImpl. createLogEntry(Collection<JobResult.Log> logs, JobResult.Log.Level level, String messageId, String message)
-