| Package | Description |
|---|---|
| org.refcodes.component | |
| org.refcodes.component.impls |
| Modifier and Type | Method and Description |
|---|---|
void |
Resumable.resume()
Resumes the component.
|
static void |
ComponentUtility.resume(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
Collection<?> aComponents)
|
static void |
ComponentUtility.resume(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
ExecutorService aExecutorService,
Collection<?> aComponents)
|
static void |
ComponentUtility.resume(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
ExecutorService aExecutorService,
Object... aComponents)
|
static void |
ComponentUtility.resume(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
Object... aComponents)
|
void |
ResumableHandle.resume(H aHandle)
Resumes the component identified by the given handle.
|
static void |
ComponentUtility.resume(Object aComponent)
|
B |
Resumable.ResumeBuilder.withResume()
Builder method for the
Resumable.resume() method. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableLifeCycleAutomatonImpl.resume() |
void |
CompositeComponentImpl.resume() |
void |
LifeCycleAutomatonImpl.resume() |
Copyright © 2017. All rights reserved.