Uses of Enum Class
at.letto.tools.threads.TimerCall.RESULT
Packages that use TimerCall.RESULT
-
Uses of TimerCall.RESULT in at.letto.tools.threads
Subclasses with type arguments of type TimerCall.RESULT in at.letto.tools.threadsModifier and TypeClassDescriptionstatic enumStatus des Ergebnisses eines Calls
OK alles hat funktioniert
RUNTIMEEXCEPTION Es hat eine RuntimeException gegeben
EXCEPTION Es hat eine Exception gegeben
ERROR Es hat einen Error gegeben
TIMEOUT Es hat ein Timeout gegeben
TIMEOUTKILLED Es hat ein Timeout gegeben bei dem der Thread nicht korrekt beendet werden konnte, weshalb er interrupted wurde ZOMBIE Es hat ein Timeout gegeben bei dem der Thread nicht korrekt beendet werden konnte.Fields in at.letto.tools.threads declared as TimerCall.RESULTMethods in at.letto.tools.threads that return TimerCall.RESULTModifier and TypeMethodDescriptionTimerCall.CallResult.getStatus()static TimerCall.RESULTReturns the enum constant of this class with the specified name.static TimerCall.RESULT[]TimerCall.RESULT.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in at.letto.tools.threads with parameters of type TimerCall.RESULTModifierConstructorDescriptionCallResult(TimerCall.RESULT status) CallResult(TimerCall.RESULT status, Object result)