Uses of Class
org.refcodes.component.ResumeException
-
Uses of ResumeException in org.refcodes.component
Methods in org.refcodes.component that throw ResumeExceptionModifier and TypeMethodDescriptionvoidAbstractComponentComposite.resume()Resumes the component.static voidstatic voidComponentUtility.resume(ExecutionStrategy aComponentExecutionStrategy, Object... aComponents) static voidComponentUtility.resume(ExecutionStrategy aComponentExecutionStrategy, Collection<?> aComponents) static voidComponentUtility.resume(ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, Object... aComponents) static voidComponentUtility.resume(ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, Collection<?> aComponents) voidConfigurableLifecycleAutomatonImpl.resume()Resumes the component.voidLifecycleMachine.resume()Resumes the component.voidResumable.resume()Resumes the component.voidResumes the component identified by the given handle.Resumable.ResumeBuilder.withResume()Builder method for theResumable.resume()method.