| Package | Description |
|---|---|
| com.phloc.commons.concurrent | |
| com.phloc.commons.state |
| Modifier and Type | Method and Description |
|---|---|
EInterrupt |
ManagedExecutorService.shutdownAndWaitUntilAllTasksAreFinished()
Call shutdown on the
ExecutorService and wait indefinitely until it
terminated. |
static EInterrupt |
ManagedExecutorService.shutdownAndWaitUntilAllTasksAreFinished(ExecutorService aES) |
| Modifier and Type | Method and Description |
|---|---|
EInterrupt |
EInterrupt.and(IInterruptIndicator aInterrupt) |
EInterrupt |
EInterrupt.or(IInterruptIndicator aInterrupt) |
static EInterrupt |
EInterrupt.valueOf(boolean bInterrupted) |
static EInterrupt |
EInterrupt.valueOf(IInterruptIndicator aInterruptIndicator) |
static EInterrupt |
EInterrupt.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.
|
Copyright © 2006–2015 phloc systems. All rights reserved.