Uses of Enum
com.helger.commons.state.EInterrupt
Packages that use EInterrupt
-
Uses of EInterrupt in com.helger.commons.concurrent
Methods in com.helger.commons.concurrent that return EInterruptModifier and TypeMethodDescriptionstatic EInterruptExecutorServiceHelper.shutdownAndWaitUntilAllTasksAreFinished(ExecutorService aES) Call shutdown on theExecutorServiceand wait indefinitely until it terminated.static EInterruptExecutorServiceHelper.shutdownAndWaitUntilAllTasksAreFinished(ExecutorService aES, long nTimeout, TimeUnit eUnit) Call shutdown on theExecutorServiceand wait indefinitely until it terminated.static EInterruptExecutorServiceHelper.waitUntilAllTasksAreFinished(ExecutorService aES) Wait indefinitely on theExecutorServiceuntil it terminates.static EInterruptExecutorServiceHelper.waitUntilAllTasksAreFinished(ExecutorService aES, long nTimeout, TimeUnit eUnit) Wait indefinitely on theExecutorServiceuntil it terminates. -
Uses of EInterrupt in com.helger.commons.state
Methods in com.helger.commons.state that return EInterruptModifier and TypeMethodDescriptiondefault EInterruptIInterruptIndicator.and(IInterruptIndicator aInterrupt) default EInterruptIInterruptIndicator.or(IInterruptIndicator aInterrupt) static EInterruptEInterrupt.valueOf(boolean bInterrupted) Returns the enum constant of this type with the specified name.static EInterruptEInterrupt.valueOf(IInterruptIndicator aInterruptIndicator) Returns the enum constant of this type with the specified name.static EInterruptReturns the enum constant of this type with the specified name.static EInterrupt[]EInterrupt.values()Returns an array containing the constants of this enum type, in the order they are declared.