Uses of Enum Class
com.helger.base.state.EInterrupt
Packages that use EInterrupt
-
Uses of EInterrupt in com.helger.base.concurrent
Methods in com.helger.base.concurrent that return EInterruptModifier and TypeMethodDescriptionstatic @NonNull EInterruptExecutorServiceHelper.shutdownAndWaitUntilAllTasksAreFinished(@NonNull ExecutorService aES) Call shutdown on theExecutorServiceand wait indefinitely until it terminated.static @NonNull EInterruptExecutorServiceHelper.shutdownAndWaitUntilAllTasksAreFinished(@NonNull ExecutorService aES, long nTimeout, @NonNull TimeUnit eUnit) Call shutdown on theExecutorServiceand wait indefinitely until it terminated.static @NonNull EInterruptExecutorServiceHelper.waitUntilAllTasksAreFinished(@NonNull ExecutorService aES) Wait indefinitely on theExecutorServiceuntil it terminates.static @NonNull EInterruptExecutorServiceHelper.waitUntilAllTasksAreFinished(@NonNull ExecutorService aES, long nTimeout, @NonNull TimeUnit eUnit) Wait indefinitely on theExecutorServiceuntil it terminates. -
Uses of EInterrupt in com.helger.base.state
Methods in com.helger.base.state that return EInterruptModifier and TypeMethodDescriptiondefault @NonNull EInterruptIInterruptIndicator.and(@NonNull IInterruptIndicator aInterrupt) Logical AND of this interrupt indicator with another one.default @NonNull EInterruptIInterruptIndicator.or(@NonNull IInterruptIndicator aInterrupt) Logical OR of this interrupt indicator with another one.static @NonNull EInterruptEInterrupt.valueOf(boolean bInterrupted) Convert a boolean value to the correspondingEInterruptenum value.static @NonNull EInterruptEInterrupt.valueOf(@NonNull IInterruptIndicator aInterruptIndicator) Convert anIInterruptIndicatorto the correspondingEInterruptenum value.static EInterruptReturns the enum constant of this class with the specified name.static EInterrupt[]EInterrupt.values()Returns an array containing the constants of this enum class, in the order they are declared.