static void |
ComponentUtility.stop(java.lang.Object aComponent) |
|
static void |
ComponentUtility.stop(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
java.lang.Object... aComponents) |
Helper method for stoping all Stoppable Component
instances found in the provided Collection .
|
static void |
ComponentUtility.stop(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
java.util.Collection<?> aComponents) |
Helper method for stopping all Stoppable Component
instances found in the provided Collection .
|
static void |
ComponentUtility.stop(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
java.util.concurrent.ExecutorService aExecutorService,
java.lang.Object... aComponents) |
Helper method for stoping all Stoppable Component
instances found in the provided Collection .
|
static void |
ComponentUtility.stop(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
java.util.concurrent.ExecutorService aExecutorService,
java.util.Collection<?> aComponents) |
Helper method for stopping all Stoppable Component
instances found in the provided Collection .
|
void |
CompositeComponentImpl.stop() |
Stops the component.
|
void |
ConfigurableLifeCycleAutomatonImpl.stop() |
Stops the component.
|
void |
LifeCycleAutomatonImpl.stop() |
Stops the component.
|
void |
Stoppable.stop() |
Stops the component.
|
void |
StoppableHandle.stop(H aHandle) |
Stops the component identified by the given handle.
|
B |
Stoppable.StopBuilder.withStop() |
|