Uses of Class
org.refcodes.component.InitializeException
-
Uses of InitializeException in org.refcodes.component
Subclasses of InitializeException in org.refcodes.componentModifier and TypeClassDescriptionclassThrown in case initializing a component caused problems.Methods in org.refcodes.component that throw InitializeExceptionModifier and TypeMethodDescriptionvoidAbstractComponentComposite.initialize()Initialize the component.static voidComponentUtility.initialize(Object aComponent) Helper method, initializes the givenComponentin case it isInitializable.static <CTX> voidComponentUtility.initialize(Object aComponent, CTX aContext) Helper method, configuring the givenComponentin case it isConfigurable.static voidComponentUtility.initialize(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, Object... aComponents) Helper method for initializing allInitializableComponentinstances found in the providedCollection.static voidComponentUtility.initialize(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, Collection<?> aComponents) Helper method for initializing allInitializableComponentinstances found in the providedCollection.static voidComponentUtility.initialize(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, Object... aComponents) Helper method for initializing allInitializableComponentinstances found in the providedCollection.static voidComponentUtility.initialize(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, Collection<?> aComponents) Helper method for initializing allInitializableComponentinstances found in the providedCollection.voidConfigurable.initialize(CTX aContext) Initializes and configures the component.voidConfigurableLifecycleAutomatonImpl.initialize(CTX aContext) Initializes and configures the component.voidInitializable.initialize()Initialize the component.voidInitializableHandle.initialize(H aHandle) Initialize the component identified by the given handle.voidLifecycleMachine.initialize()Initialize the component.Initializable.InitializeBuilder.withInitialize()Builder method for theInitializable.initialize()method.