Uses of Interface
org.refcodes.component.Initializable
-
Uses of Initializable in org.refcodes.component
Modifier and TypeInterfaceDescriptioninterface
Any composite implementation of the refcodes frameworks should implement thisComponentComposite
interface so that any therein containedComponent
instances' state change methods are supported by theComponentComposite
as well and forwarded to theComponent
contained in theComponentComposite
instance.static interface
TheComponentComposite.ExtendedComponentComposite
provides extended functionality to theComponentComposite
's functionality by including extendedOpenable
functionality (ConnectionOpenable
) and extendsInitializable
functionality (Configurable
).static interface
TheInitializable.InitializeAutomaton
interface defines those methods related to the initialize life-cycle.static interface
SeeInitializable
without any checked exception being declared.interface
AInitializableComponent
can be initialized invoking the methodinitialize()
.interface
A component implementing theLifecycleComponent
interface supports a life-cycle.static interface
A system implementing theLifecycleComponent.LifecycleAutomaton
interface supports managingLifecycleComponent
instances and takes care that the life-cycle stages are invoked in the correct order by throwing according exceptions in case the life-cycle is invoked in the wrong order.static interface
Same as theLifecycleComponent
though without the need to try-catch any exceptions on the various life-cycle stages.Modifier and TypeClassDescriptionclass
AbstractComponentComposite<C extends Component>
TheAbstractComponentComposite
is an implementation of theComponentComposite
.static class
AbstractComponentComposite.ExtendedCompositeComponentImpl<C extends Component,
CTX, CON> TheAbstractComponentComposite.ExtendedCompositeComponentImpl
is an implementation of theComponentComposite.ExtendedComponentComposite
.class
This class implements aLifecycleComponent.LifecycleAutomaton
.static class
Opens the otherwise protectedLifecycleAutomatonImpl.ManualLifecycleAutomatonImpl.setLifecycleStatus(LifecycleStatus)
to be public in order to force any lifecycle status to be set.