Uses of Class
org.refcodes.component.StartException
-
Uses of StartException in org.refcodes.component
Methods in org.refcodes.component that throw StartExceptionModifier and TypeMethodDescriptionvoidAbstractComponentComposite.start()Starts the component.static voidstatic voidComponentUtility.start(ExecutionStrategy aComponentExecutionStrategy, Object... aComponents) static voidComponentUtility.start(ExecutionStrategy aComponentExecutionStrategy, Collection<?> aComponents) static voidComponentUtility.start(ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, Object... aComponents) static voidComponentUtility.start(ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, Collection<?> aComponents) voidConfigurableLifecycleAutomatonImpl.start()Starts the component.voidLifecycleMachine.start()Starts the component.voidStartable.start()Starts the component.voidStarts the component identified by the given handle.Startable.StartBuilder.withStart()Builder method for theStartable.start()method.