Uses of Class
com.helger.commons.state.EInterrupt
-
Packages that use EInterrupt Package Description com.helger.commons.concurrent com.helger.commons.state -
-
Uses of EInterrupt in com.helger.commons.concurrent
Methods in com.helger.commons.concurrent that return EInterrupt Modifier and Type Method Description static 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 EInterrupt Modifier and Type Method Description default 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 EInterruptEInterrupt. valueOf(String name)Returns 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.
-