-
Methods in org.refcodes.component that throw PauseException
| Modifier and Type |
Method |
Description |
static void |
ComponentUtility.pause(Object aComponent) |
|
static void |
ComponentUtility.pause(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
Object... aComponents) |
|
static void |
ComponentUtility.pause(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
Collection<?> aComponents) |
|
static void |
ComponentUtility.pause(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
ExecutorService aExecutorService,
Object... aComponents) |
|
static void |
ComponentUtility.pause(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
ExecutorService aExecutorService,
Collection<?> aComponents) |
|
void |
CompositeComponentImpl.pause() |
Pauses the component.
|
void |
ConfigurableLifeCycleAutomatonImpl.pause() |
Pauses the component.
|
void |
LifeCycleAutomatonImpl.pause() |
Pauses the component.
|
void |
Pausable.pause() |
Pauses the component.
|
void |
PausableHandle.pause(H aHandle) |
Pauses the component identified by the given handle.
|
B |
Pausable.PauseBuilder.withPause() |
|