Uses of Interface
org.refcodes.component.ConnectionOpenable
-
Uses of ConnectionOpenable in org.refcodes.component
Subinterfaces of ConnectionOpenable in org.refcodes.componentModifier and TypeInterfaceDescriptionstatic interface
TheCompositeComponent.ExtendedCompositeComponent
provides extended functionality to theCompositeComponent
's functionality by including extendedOpenable
functionality (ConnectionOpenable
) and extendsInitializable
functionality (Configurable
).interface
ConnectionComponent<CON>
A component implementing theConnectionComponent
interface supports a connection.static interface
A system implementing theConnectionComponent.ConnectionAutomaton
interface supports managingConnectionComponent
instances 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.static interface
ConnectionComponent.ConnectionComponentBuilder<CON,
B extends ConnectionComponent.ConnectionComponentBuilder<CON, B>> Similar to theConnectionComponent
with additional according builder methods.static interface
TheConnectionOpenable.ConnectionOpenAutomaton
interface defines those methods related to the opening of connection(s) life-cycle.Classes in org.refcodes.component that implement ConnectionOpenableModifier and TypeClassDescriptionstatic class
CompositeComponentImpl.ExtendedCompositeComponentImpl<C extends Component,
CTX, CON> TheCompositeComponentImpl.ExtendedCompositeComponentImpl
is an implementation of theCompositeComponent.ExtendedCompositeComponent
.class
This class implements aConnectionComponent.ConnectionAutomaton
.