Package | Description |
---|---|
org.refcodes.component.impls | |
org.refcodes.component.mixins | |
org.refcodes.component.utils |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableLifeCycleAutomatonImpl.start()
Starts the component.
|
void |
CompositeComponentImpl.start()
Starts the component.
|
void |
LifeCycleAutomatonImpl.start()
Starts the component.
|
Modifier and Type | Method and Description |
---|---|
void |
Startable.start()
Starts the component.
|
void |
StartableHandle.start(H aHandle)
Starts the component identified by the given handle.
|
Modifier and Type | Method and Description |
---|---|
static void |
ComponentUtility.start(org.refcodes.controlflow.consts.ExecutionStrategy aComponentExecutionStrategy,
Collection<?> aComponents)
|
static void |
ComponentUtility.start(org.refcodes.controlflow.consts.ExecutionStrategy aComponentExecutionStrategy,
ExecutorService aExecutorService,
Collection<?> aComponents)
|
static void |
ComponentUtility.start(org.refcodes.controlflow.consts.ExecutionStrategy aComponentExecutionStrategy,
ExecutorService aExecutorService,
Object... aComponents)
|
static void |
ComponentUtility.start(org.refcodes.controlflow.consts.ExecutionStrategy aComponentExecutionStrategy,
Object... aComponents)
|
static void |
ComponentUtility.start(Object aComponent)
|
Copyright © 2015. All rights reserved.