Uses of Class
org.refcodes.component.PauseException
-
Uses of PauseException in org.refcodes.component
Methods in org.refcodes.component that throw PauseExceptionModifier and TypeMethodDescriptionvoidAbstractComponentComposite.pause()Pauses the component.static voidstatic voidComponentUtility.pause(ExecutionStrategy aComponentExecutionStrategy, Object... aComponents) static voidComponentUtility.pause(ExecutionStrategy aComponentExecutionStrategy, Collection<?> aComponents) static voidComponentUtility.pause(ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, Object... aComponents) static voidComponentUtility.pause(ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, Collection<?> aComponents) voidConfigurableLifecycleAutomatonImpl.pause()Pauses the component.voidLifecycleMachine.pause()Pauses the component.voidPausable.pause()Pauses the component.voidPauses the component identified by the given handle.Pausable.PauseBuilder.withPause()Builder method for thePausable.pause()method.