Uses of Interface
org.refcodes.component.Configurable
-
Uses of Configurable in org.refcodes.component
Subinterfaces of Configurable in org.refcodes.componentModifier and TypeInterfaceDescriptionstatic interfaceTheComponentComposite.ExtendedComponentCompositeprovides extended functionality to theComponentComposite's functionality by including extendedOpenablefunctionality (ConnectionOpenable) and extendsInitializablefunctionality (Configurable).static interfaceTheConfigurable.ConfigureAutomatoninterface defines those methods related to the initialize life-cycle with a provided context.interfaceAConfigurableComponentcan be configured invoking the methodinitialize(Object).interfaceA component implementing theConfigurableLifecycleComponentinterface supports a life-cycle.static interfaceA system implementing theConfigurableLifecycleComponent.ConfigurableLifecycleAutomatoninterface supports managingConfigurableLifecycleComponentinstances and takes care that the open/close statuses are invoked in the correct order by throwing according exceptions in case the open/close-cycle is invoked in the wrong order.Classes in org.refcodes.component that implement ConfigurableModifier and TypeClassDescriptionstatic classAbstractComponentComposite.ExtendedCompositeComponentImpl<C extends Component,CTX, CON> TheAbstractComponentComposite.ExtendedCompositeComponentImplis an implementation of theComponentComposite.ExtendedComponentComposite.classThis class implements aConfigurableLifecycleComponent.ConfigurableLifecycleAutomaton.