Uses of Class
org.refcodes.component.StopException
-
Uses of StopException in org.refcodes.component
Methods in org.refcodes.component that throw StopExceptionModifier and TypeMethodDescriptionvoidAbstractComponentComposite.stop()Stops the component.static voidstatic voidComponentUtility.stop(ExecutionStrategy aComponentExecutionStrategy, Object... aComponents) static voidComponentUtility.stop(ExecutionStrategy aComponentExecutionStrategy, Collection<?> aComponents) static voidComponentUtility.stop(ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, Object... aComponents) static voidComponentUtility.stop(ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, Collection<?> aComponents) voidConfigurableLifecycleAutomatonImpl.stop()Stops the component.voidLifecycleMachine.stop()Stops the component.voidStoppable.stop()Stops the component.voidStops the component identified by the given handle.Stoppable.StopBuilder.withStop()Builder method for theStoppable.stop()method.