- Ceasable - Interface in org.refcodes.component
-
This mixin might be implemented by a component in order to provide cease
facilities.
- Ceasable.CeaseAutomaton - Interface in org.refcodes.component
-
- Ceasable.CeaseBuilder<B extends Ceasable.CeaseBuilder<B>> - Interface in org.refcodes.component
-
To enable the
Ceasable functionality to be invoked in a builder
chain.
- Ceasable.UncheckedCeasable - Interface in org.refcodes.component
-
See
Ceasable without any checked exception being declared.
- CeasableHandle<H> - Interface in org.refcodes.component
-
The
CeasableHandle interface defines those methods related to the
handle based cease life-cycle.
- CeasableHandle.CeaseAutomatonHandle<H> - Interface in org.refcodes.component
-
- cease() - Method in interface org.refcodes.component.Ceasable
-
Ceases the component.
- cease() - Method in interface org.refcodes.component.Ceasable.UncheckedCeasable
-
- cease(H) - Method in interface org.refcodes.component.CeasableHandle
-
Ceases the component identified by the given handle.
- CEASED - org.refcodes.component.LifeCycleStatus
-
- CeaseException - Exception in org.refcodes.component
-
Thrown in case ceasing a component caused problems.
- CeaseException(String) - Constructor for exception org.refcodes.component.CeaseException
-
Instantiates a new cease exception.
- CeaseException(String, String) - Constructor for exception org.refcodes.component.CeaseException
-
Instantiates a new cease exception.
- CeaseException(String, Throwable) - Constructor for exception org.refcodes.component.CeaseException
-
Instantiates a new cease exception.
- CeaseException(String, Throwable, String) - Constructor for exception org.refcodes.component.CeaseException
-
Instantiates a new cease exception.
- CeaseException(Throwable) - Constructor for exception org.refcodes.component.CeaseException
-
Instantiates a new cease exception.
- CeaseException(Throwable, String) - Constructor for exception org.refcodes.component.CeaseException
-
Instantiates a new cease exception.
- CeaseException.CeaseRuntimeException - Exception in org.refcodes.component
-
- CeaseRuntimeException(String) - Constructor for exception org.refcodes.component.CeaseException.CeaseRuntimeException
-
Instantiates a new cease exception.
- CeaseRuntimeException(String, String) - Constructor for exception org.refcodes.component.CeaseException.CeaseRuntimeException
-
Instantiates a new cease exception.
- CeaseRuntimeException(String, Throwable) - Constructor for exception org.refcodes.component.CeaseException.CeaseRuntimeException
-
Instantiates a new cease exception.
- CeaseRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.component.CeaseException.CeaseRuntimeException
-
Instantiates a new cease exception.
- CeaseRuntimeException(Throwable) - Constructor for exception org.refcodes.component.CeaseException.CeaseRuntimeException
-
Instantiates a new cease exception.
- CeaseRuntimeException(Throwable, String) - Constructor for exception org.refcodes.component.CeaseException.CeaseRuntimeException
-
Instantiates a new cease exception.
- ceaseUnchecked() - Method in interface org.refcodes.component.Ceasable
-
- Closable - Interface in org.refcodes.component
-
This mixin might be implemented by a component in order to provide closing
connection(s) facilities.
- Closable.CloseAutomaton - Interface in org.refcodes.component
-
- Closable.CloseBuilder<B extends Closable.CloseBuilder<B>> - Interface in org.refcodes.component
-
To enable the
Closable functionality to be invoked in a builder
chain.
- ClosableHandle<H> - Interface in org.refcodes.component
-
The
ClosableHandle interface defines those methods related to the
handle based close life-cycle.
- ClosableHandle.CloseAutomatonHandle<H> - Interface in org.refcodes.component
-
- close() - Method in class org.refcodes.component.AbstractConnectableAutomaton
-
Closes the component's connection(s).
- close() - Method in interface org.refcodes.component.Closable
-
Closes the component's connection(s).
- close() - Method in class org.refcodes.component.CompositeComponentImpl
-
Closes the component's connection(s).
- close() - Method in class org.refcodes.component.ConnectionAutomatonImpl
-
Closes the component's connection(s).
- close() - Method in class org.refcodes.component.DeviceAutomatonImpl
-
Closes the component's connection(s).
- close(H) - Method in interface org.refcodes.component.ClosableHandle
-
Closes or pre-closes (flush) the component identified by the given
handle.
- close(Object) - Static method in class org.refcodes.component.ComponentUtility
-
- close(ExecutionStrategy, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- close(ExecutionStrategy, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- close(ExecutionStrategy, ExecutorService, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- close(ExecutionStrategy, ExecutorService, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- CLOSE - org.refcodes.component.ConnectionRequest
-
- CLOSED - org.refcodes.component.ConnectionStatus
-
- ClosedAccessor - Interface in org.refcodes.component
-
Provides an accessor for a closed property.
- ClosedAccessor.ClosedMutator - Interface in org.refcodes.component
-
Provides a mutator for a closed property.
- ClosedAccessor.ClosedProperty - Interface in org.refcodes.component
-
Provides a closed property.
- CloseException - Exception in org.refcodes.component
-
Thrown in case closing an open line (connection, junction, link) caused
problems.
- CloseException(String) - Constructor for exception org.refcodes.component.CloseException
-
Instantiates a new close exception.
- CloseException(String, String) - Constructor for exception org.refcodes.component.CloseException
-
Instantiates a new close exception.
- CloseException(String, Throwable) - Constructor for exception org.refcodes.component.CloseException
-
Instantiates a new close exception.
- CloseException(String, Throwable, String) - Constructor for exception org.refcodes.component.CloseException
-
Instantiates a new close exception.
- CloseException(Throwable) - Constructor for exception org.refcodes.component.CloseException
-
Instantiates a new close exception.
- CloseException(Throwable, String) - Constructor for exception org.refcodes.component.CloseException
-
Instantiates a new close exception.
- CloseException.CloseRuntimeException - Exception in org.refcodes.component
-
- closeIn(int) - Method in interface org.refcodes.component.Closable
-
Tries to close the component's connection(s) after the given time in
milliseconds.
- closeQuietly() - Method in interface org.refcodes.component.Closable
-
Tries to close the component's connection(s).
- CloseRuntimeException(String) - Constructor for exception org.refcodes.component.CloseException.CloseRuntimeException
-
Instantiates a new close exception.
- CloseRuntimeException(String, String) - Constructor for exception org.refcodes.component.CloseException.CloseRuntimeException
-
Instantiates a new close exception.
- CloseRuntimeException(String, Throwable) - Constructor for exception org.refcodes.component.CloseException.CloseRuntimeException
-
Instantiates a new close exception.
- CloseRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.component.CloseException.CloseRuntimeException
-
Instantiates a new close exception.
- CloseRuntimeException(Throwable) - Constructor for exception org.refcodes.component.CloseException.CloseRuntimeException
-
Instantiates a new close exception.
- CloseRuntimeException(Throwable, String) - Constructor for exception org.refcodes.component.CloseException.CloseRuntimeException
-
Instantiates a new close exception.
- closeUnchecked() - Method in interface org.refcodes.component.Closable
-
- closeUnchecked(H) - Method in interface org.refcodes.component.ClosableHandle
-
- Component - Interface in org.refcodes.component
-
- ComponentException - Exception in org.refcodes.component
-
This exception is the base exception for the component package.
- ComponentException(String) - Constructor for exception org.refcodes.component.ComponentException
-
Instantiates a new component exception.
- ComponentException(String, String) - Constructor for exception org.refcodes.component.ComponentException
-
Instantiates a new component exception.
- ComponentException(String, Throwable) - Constructor for exception org.refcodes.component.ComponentException
-
Instantiates a new component exception.
- ComponentException(String, Throwable, String) - Constructor for exception org.refcodes.component.ComponentException
-
Instantiates a new component exception.
- ComponentException(Throwable) - Constructor for exception org.refcodes.component.ComponentException
-
Instantiates a new component exception.
- ComponentException(Throwable, String) - Constructor for exception org.refcodes.component.ComponentException
-
Instantiates a new component exception.
- ComponentRuntimeException - Exception in org.refcodes.component
-
This exception is the base runtime exception for the component package.
- ComponentRuntimeException(String) - Constructor for exception org.refcodes.component.ComponentRuntimeException
-
Instantiates a new component runtime exception.
- ComponentRuntimeException(String, String) - Constructor for exception org.refcodes.component.ComponentRuntimeException
-
Instantiates a new component runtime exception.
- ComponentRuntimeException(String, Throwable) - Constructor for exception org.refcodes.component.ComponentRuntimeException
-
Instantiates a new component runtime exception.
- ComponentRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.component.ComponentRuntimeException
-
Instantiates a new component runtime exception.
- ComponentRuntimeException(Throwable) - Constructor for exception org.refcodes.component.ComponentRuntimeException
-
Instantiates a new component runtime exception.
- ComponentRuntimeException(Throwable, String) - Constructor for exception org.refcodes.component.ComponentRuntimeException
-
Instantiates a new component runtime exception.
- ComponentUtility - Class in org.refcodes.component
-
The Class ComponentUtility.
- CompositeComponent - Interface in org.refcodes.component
-
- CompositeComponent.ExtendedCompositeComponent<CTX,CON> - Interface in org.refcodes.component
-
- CompositeComponentHandle<H,REF> - Interface in org.refcodes.component
-
Similar to the
CompositeComponent, the
CompositeComponentHandle provides all the defined handle based
functionality, implementing classes provide the means to invoke those methods
in case them are supported by the referenced components.
- CompositeComponentImpl<C extends Component> - Class in org.refcodes.component
-
- CompositeComponentImpl(C...) - Constructor for class org.refcodes.component.CompositeComponentImpl
-
- CompositeComponentImpl(Collection<C>) - Constructor for class org.refcodes.component.CompositeComponentImpl
-
- CompositeComponentImpl(ExecutionStrategy, C...) - Constructor for class org.refcodes.component.CompositeComponentImpl
-
- CompositeComponentImpl(ExecutionStrategy, Collection<C>) - Constructor for class org.refcodes.component.CompositeComponentImpl
-
- CompositeComponentImpl.ExtendedCompositeComponentImpl<C extends Component,CTX,CON> - Class in org.refcodes.component
-
- Configurable<CTX> - Interface in org.refcodes.component
-
- Configurable.ConfigureAutomaton<CTX> - Interface in org.refcodes.component
-
- Configurable.ConfigureBuilder<CTX,B extends Configurable.ConfigureBuilder<CTX,B>> - Interface in org.refcodes.component
-
To enable the
Initializable functionality to be invoked in a
builder chain.
- ConfigurableComponent<CTX> - Interface in org.refcodes.component
-
- ConfigurableHandle<H,CTX> - Interface in org.refcodes.component
-
The
ConfigurableHandle interface defines those methods related to the
handle based initialize/configure life-cycle.
- ConfigurableHandle.ConfigureAutomatonHandle<H,CTX> - Interface in org.refcodes.component
-
- ConfigurableLifeCycleAutomatonImpl<CTX> - Class in org.refcodes.component
-
- ConfigurableLifeCycleAutomatonImpl() - Constructor for class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
- ConfigurableLifeCycleAutomatonImpl(ConfigurableLifeCycleComponent<CTX>) - Constructor for class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
- ConfigurableLifeCycleComponent<CTX> - Interface in org.refcodes.component
-
- ConfigurableLifeCycleComponent.ConfigurableLifeCycleAutomaton<CTX> - Interface in org.refcodes.component
-
- ConfigurableLifeCycleComponentHandle<H,CTX> - Interface in org.refcodes.component
-
- ConfigurableLifeCycleComponentHandle.ConfigurableLifeCycleAutomatonHandle<H,CTX> - Interface in org.refcodes.component
-
- ConfigureException - Exception in org.refcodes.component
-
Thrown in case initializing a component caused problems.
- ConfigureException(Object, String) - Constructor for exception org.refcodes.component.ConfigureException
-
Instantiates a new configure exception.
- ConfigureException(Object, String, String) - Constructor for exception org.refcodes.component.ConfigureException
-
Instantiates a new configure exception.
- ConfigureException(Object, String, Throwable) - Constructor for exception org.refcodes.component.ConfigureException
-
Instantiates a new configure exception.
- ConfigureException(Object, String, Throwable, String) - Constructor for exception org.refcodes.component.ConfigureException
-
Instantiates a new configure exception.
- ConfigureException(Object, Throwable) - Constructor for exception org.refcodes.component.ConfigureException
-
Instantiates a new configure exception.
- ConfigureException(Object, Throwable, String) - Constructor for exception org.refcodes.component.ConfigureException
-
Instantiates a new configure exception.
- ConnectableComponent - Interface in org.refcodes.component
-
Any
Component which operates established connections may implement
the
ConnectableComponent interface providing a minimal set of
functionality to work with connections; to test whether a connection is open
and to close an open connection.
- ConnectableComponent.ConnectableAutomaton - Interface in org.refcodes.component
-
- ConnectionAccessor<CON> - Interface in org.refcodes.component
-
- ConnectionAccessor.ConnectionMutator<CON> - Interface in org.refcodes.component
-
- ConnectionAccessor.ConnectionProperty<CON> - Interface in org.refcodes.component
-
- ConnectionAutomatonImpl<CON> - Class in org.refcodes.component
-
- ConnectionAutomatonImpl() - Constructor for class org.refcodes.component.ConnectionAutomatonImpl
-
- ConnectionAutomatonImpl(ConnectionComponent<CON>) - Constructor for class org.refcodes.component.ConnectionAutomatonImpl
-
- ConnectionComponent<CON> - Interface in org.refcodes.component
-
- ConnectionComponent.ConnectionAutomaton<CON> - Interface in org.refcodes.component
-
A system implementing the
ConnectionComponent.ConnectionAutomaton interface supports
managing
ConnectionComponent 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.
- ConnectionComponent.ConnectionComponentBuilder<CON,B extends ConnectionComponent.ConnectionComponentBuilder<CON,B>> - Interface in org.refcodes.component
-
- ConnectionComponentHandle<H,CON> - Interface in org.refcodes.component
-
- ConnectionComponentHandle.ConnectionAutomatonHandle<H,CON> - Interface in org.refcodes.component
-
- ConnectionOpenable<CON> - Interface in org.refcodes.component
-
This mixin might be implemented by a component in order to provide opening
connection(s) facilities.
- ConnectionOpenable.ConnectionOpenAutomaton<CON> - Interface in org.refcodes.component
-
- ConnectionOpenable.ConnectionOpenBuilder<CON,B extends ConnectionOpenable.ConnectionOpenBuilder<CON,B>> - Interface in org.refcodes.component
-
To enable the
Startable functionality to be invoked in a builder
chain.
- ConnectionOpenableHandle<H,CON> - Interface in org.refcodes.component
-
- ConnectionOpenableHandle.ConnectionOpenAutomatonHandle<H,CON> - Interface in org.refcodes.component
-
- ConnectionRequest - Enum in org.refcodes.component
-
An enumeration describing the connection requests.
- ConnectionStatus - Enum in org.refcodes.component
-
The Enum ConnectionStatus.
- ConnectionStatusAccessor - Interface in org.refcodes.component
-
- ConnectionStatusAccessor.ConnectionStatusMutator - Interface in org.refcodes.component
-
- ConnectionStatusAccessor.ConnectionStatusProperty - Interface in org.refcodes.component
-
- ConnectionStatusHandle<H> - Interface in org.refcodes.component
-
The Interface ConnectionStatusHandle.
- ContextAccessor<CTX> - Interface in org.refcodes.component
-
Provides an accessor for a context property for e.g. a service or a
component.
- ContextAccessor.ContextBuilder<CTX,B extends ContextAccessor.ContextBuilder<CTX,B>> - Interface in org.refcodes.component
-
Provides a builder method for a context property returning the builder
for applying multiple build operations.
- ContextAccessor.ContextMutator<CTX> - Interface in org.refcodes.component
-
Provides a mutator for a context property for e.g. a service or a
component.
- ContextAccessor.ContextProperty<CTX> - Interface in org.refcodes.component
-
Provides a context property for e.g. a service or a component.
- IllegalHandleStateChangeRuntimeException - Exception in org.refcodes.component
-
This exception is thrown in case a handle was provided whose reference does
not support a given operation.
- IllegalHandleStateChangeRuntimeException(Object, String) - Constructor for exception org.refcodes.component.IllegalHandleStateChangeRuntimeException
-
Instantiates a new illegale handle state change runtime exception.
- IllegalHandleStateChangeRuntimeException(Object, String, String) - Constructor for exception org.refcodes.component.IllegalHandleStateChangeRuntimeException
-
Instantiates a new illegale handle state change runtime exception.
- IllegalHandleStateChangeRuntimeException(Object, String, Throwable) - Constructor for exception org.refcodes.component.IllegalHandleStateChangeRuntimeException
-
Instantiates a new illegale handle state change runtime exception.
- IllegalHandleStateChangeRuntimeException(Object, String, Throwable, String) - Constructor for exception org.refcodes.component.IllegalHandleStateChangeRuntimeException
-
Instantiates a new illegale handle state change runtime exception.
- IllegalHandleStateChangeRuntimeException(Object, Throwable) - Constructor for exception org.refcodes.component.IllegalHandleStateChangeRuntimeException
-
Instantiates a new illegale handle state change runtime exception.
- IllegalHandleStateChangeRuntimeException(Object, Throwable, String) - Constructor for exception org.refcodes.component.IllegalHandleStateChangeRuntimeException
-
Instantiates a new illegale handle state change runtime exception.
- Initializable - Interface in org.refcodes.component
-
This mixin might be implemented by a component in order to provide
initializing facilities.
- Initializable.InitializeAutomaton - Interface in org.refcodes.component
-
- Initializable.InitializeBuilder<B extends Initializable.InitializeBuilder<B>> - Interface in org.refcodes.component
-
To enable the
Initializable functionality to be invoked in a
builder chain.
- Initializable.UncheckedInitializable - Interface in org.refcodes.component
-
- InitializableComponent - Interface in org.refcodes.component
-
- InitializableHandle<H> - Interface in org.refcodes.component
-
The
InitializableHandle interface defines those methods related to
the handle based initialize life-cycle.
- InitializableHandle.InitializeAutomatonHandle<H> - Interface in org.refcodes.component
-
- initialize() - Method in class org.refcodes.component.CompositeComponentImpl
-
Initialize the component.
- initialize() - Method in interface org.refcodes.component.Initializable
-
Initialize the component.
- initialize() - Method in interface org.refcodes.component.Initializable.UncheckedInitializable
-
Initialize the component.
- initialize() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Initialize the component.
- initialize(CTX) - Method in class org.refcodes.component.CompositeComponentImpl.ExtendedCompositeComponentImpl
-
Initializes and configures the component.
- initialize(CTX) - Method in interface org.refcodes.component.Configurable
-
Initializes and configures the component.
- initialize(CTX) - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Initializes and configures the component.
- initialize(H) - Method in interface org.refcodes.component.InitializableHandle
-
Initialize the component identified by the given handle.
- initialize(H, CTX) - Method in interface org.refcodes.component.ConfigurableHandle
-
Initialize/configure the component identified by the given handle.
- initialize(Object) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(Object, CTX) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, CTX, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, CTX, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, ExecutorService, CTX, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, ExecutorService, CTX, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, ExecutorService, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, ExecutorService, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- INITIALIZE - org.refcodes.component.LifeCycleRequest
-
- INITIALIZED - org.refcodes.component.LifeCycleStatus
-
- InitializedAccessor - Interface in org.refcodes.component
-
Provides an accessor for a initialized property.
- InitializedAccessor.InitializedMutator - Interface in org.refcodes.component
-
Provides a mutator for a initialized property.
- InitializedAccessor.InitializedProperty - Interface in org.refcodes.component
-
Provides a initialized property.
- InitializedHandle<H> - Interface in org.refcodes.component
-
Provides access to the initialized handle reference.
- InitializeException - Exception in org.refcodes.component
-
Thrown in case initializing a component caused problems.
- InitializeException(String) - Constructor for exception org.refcodes.component.InitializeException
-
Instantiates a new initialize exception.
- InitializeException(String, String) - Constructor for exception org.refcodes.component.InitializeException
-
Instantiates a new initialize exception.
- InitializeException(String, Throwable) - Constructor for exception org.refcodes.component.InitializeException
-
Instantiates a new initialize exception.
- InitializeException(String, Throwable, String) - Constructor for exception org.refcodes.component.InitializeException
-
Instantiates a new initialize exception.
- InitializeException(Throwable) - Constructor for exception org.refcodes.component.InitializeException
-
Instantiates a new initialize exception.
- InitializeException(Throwable, String) - Constructor for exception org.refcodes.component.InitializeException
-
Instantiates a new initialize exception.
- InitializeException.InitializeRuntimeException - Exception in org.refcodes.component
-
- InitializeRuntimeException(String) - Constructor for exception org.refcodes.component.InitializeException.InitializeRuntimeException
-
Instantiates a new initialize exception.
- InitializeRuntimeException(String, String) - Constructor for exception org.refcodes.component.InitializeException.InitializeRuntimeException
-
Instantiates a new initialize exception.
- InitializeRuntimeException(String, Throwable) - Constructor for exception org.refcodes.component.InitializeException.InitializeRuntimeException
-
Instantiates a new initialize exception.
- InitializeRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.component.InitializeException.InitializeRuntimeException
-
Instantiates a new initialize exception.
- InitializeRuntimeException(Throwable) - Constructor for exception org.refcodes.component.InitializeException.InitializeRuntimeException
-
Instantiates a new initialize exception.
- InitializeRuntimeException(Throwable, String) - Constructor for exception org.refcodes.component.InitializeException.InitializeRuntimeException
-
Instantiates a new initialize exception.
- initializeUnchecked() - Method in interface org.refcodes.component.Initializable
-
- initializeUnchecked(CTX) - Method in interface org.refcodes.component.Configurable
-
- initializeUnchecked(H) - Method in interface org.refcodes.component.InitializableHandle
-
- initializeUnchecked(H, CTX) - Method in interface org.refcodes.component.ConfigurableHandle
-
- INITIALIZING - org.refcodes.component.ExecutionStatus
-
- isCeasable() - Method in interface org.refcodes.component.Ceasable.CeaseAutomaton
-
Determines whether the component may get ceased.
- isCeasable(H) - Method in interface org.refcodes.component.CeasableHandle.CeaseAutomatonHandle
-
Determines whether the component identified by the given handle may
get ceased.
- isCeased() - Method in interface org.refcodes.component.Ceasable.CeaseAutomaton
-
Determines whether the component is ceased.
- isCeased(H) - Method in interface org.refcodes.component.CeasableHandle.CeaseAutomatonHandle
-
Determines whether the component identified by the given handle is
ceased.
- isClosable() - Method in class org.refcodes.component.AbstractConnectableAutomaton
-
Determines whether the component's connection(s) may get closed.
- isClosable() - Method in interface org.refcodes.component.Closable.CloseAutomaton
-
Determines whether the component's connection(s) may get closed.
- isClosable() - Method in class org.refcodes.component.ConnectionAutomatonImpl
-
Determines whether the component's connection(s) may get closed.
- isClosable() - Method in class org.refcodes.component.DeviceAutomatonImpl
-
Determines whether the component's connection(s) may get closed.
- isClosable(H) - Method in interface org.refcodes.component.ClosableHandle.CloseAutomatonHandle
-
Determines whether the component identified by the given handle may
get closed/disconnected.
- isClosed() - Method in class org.refcodes.component.AbstractConnectableAutomaton
-
Retrieves the is-closed status.
- isClosed() - Method in interface org.refcodes.component.ClosedAccessor
-
Retrieves the is-closed status.
- isClosed() - Method in class org.refcodes.component.ConnectionAutomatonImpl
-
Retrieves the is-closed status.
- isClosed() - Method in class org.refcodes.component.DeviceAutomatonImpl
-
Retrieves the is-closed status.
- isClosed(H) - Method in interface org.refcodes.component.ClosableHandle.CloseAutomatonHandle
-
Determines whether the component (its connection) identified by the
given handle is closed (disconnected).
- isConnectionOpened() - Method in interface org.refcodes.component.ConnectionStatusAccessor
-
Determines whether the connection is ought to be open or not.
- isDecomposeable() - Method in interface org.refcodes.component.Decomposeable.DecomposeAutomaton
-
Determines whether the component may get decomposed.
- isDecomposeable(H) - Method in interface org.refcodes.component.DecomposeableHandle.DecomposeAutomatonHandle
-
Determines whether the component identified by the given handle may
get decomposed.
- isDecomposed() - Method in interface org.refcodes.component.Decomposeable.DecomposeAutomaton
-
Determines whether the component is decomposed.
- isDestroyable() - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Determines whether the component may get destroyed.
- isDestroyable() - Method in interface org.refcodes.component.Destroyable.DestroyAutomaton
-
Determines whether the component may get destroyed.
- isDestroyable() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Determines whether the component may get destroyed.
- isDestroyable(H) - Method in interface org.refcodes.component.DestroyableHandle.DestroyAutomatonHandle
-
Determines whether the component identified by the given handle may
get destroyed.
- isDestroyed() - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Determines whether the component is destroyed.
- isDestroyed() - Method in interface org.refcodes.component.Destroyable.DestroyAutomaton
-
Determines whether the component is destroyed.
- isDestroyed() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Determines whether the component is destroyed.
- isDestroyed(H) - Method in interface org.refcodes.component.DestroyableHandle.DestroyAutomatonHandle
-
Determines whether the component identified by the given handle is
destroyed.
- isDisposable(H) - Method in interface org.refcodes.component.DisposableHandle.DisposeAutomatonHandle
-
Determines whether the component identified by the given handle may
get disposed.
- isDisposeable() - Method in interface org.refcodes.component.DisposeAutomaton
-
Determines whether the component may get disposed.
- isDisposed(H) - Method in interface org.refcodes.component.DisposableHandle.DisposeAutomatonHandle
-
Determines whether the component identified by the given handle is
disposed.
- isFlushable() - Method in interface org.refcodes.component.Flushable
-
Determines whether the implementing instance can safely be flushed.
- isInitalizable() - Method in interface org.refcodes.component.Initializable.InitializeAutomaton
-
Determines whether the component may get initialized.
- isInitalizable() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Determines whether the component may get initialized.
- isInitalizable(CTX) - Method in interface org.refcodes.component.Configurable.ConfigureAutomaton
-
Determines whether the component may get initialized.
- isInitalizable(CTX) - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Checks if is initalizable.
- isInitalizable(H) - Method in interface org.refcodes.component.InitializableHandle.InitializeAutomatonHandle
-
Determines whether the component identified by the given handle may
get initialized.
- isInitalizable(H, CTX) - Method in interface org.refcodes.component.ConfigurableHandle.ConfigureAutomatonHandle
-
Determines whether the component identified by the given handle may
get initialized/configured.
- isInitialized() - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Retrieves the is-initialized property from the initialized property.
- isInitialized() - Method in interface org.refcodes.component.InitializedAccessor
-
Retrieves the is-initialized property from the initialized property.
- isInitialized() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Retrieves the is-initialized property from the initialized property.
- isInitzialized(H) - Method in interface org.refcodes.component.InitializedHandle
-
Determines whether the component identified by the given handle is
opened.
- isOpenable() - Method in class org.refcodes.component.AbstractConnectableAutomaton
-
Checks if is openable.
- isOpenable() - Method in class org.refcodes.component.AbstractDeviceAutomaton
-
Checks if is openable.
- isOpenable() - Method in class org.refcodes.component.DeviceAutomatonImpl
-
Determines whether the component's connection(s) may get opened.
- isOpenable() - Method in interface org.refcodes.component.Openable.OpenAutomaton
-
Determines whether the component's connection(s) may get opened.
- isOpenable(CON) - Method in class org.refcodes.component.ConnectionAutomatonImpl
-
Determines whether the given connection may get opened, if true then
component may open a connection with the given connection via the
ConnectionOpenable.open(Object) method.
- isOpenable(CON) - Method in interface org.refcodes.component.ConnectionOpenable.ConnectionOpenAutomaton
-
Determines whether the given connection may get opened, if true then
component may open a connection with the given connection via the
ConnectionOpenable.open(Object) method.
- isOpenable(H) - Method in interface org.refcodes.component.OpenableHandle.OpenAutomatonHandle
-
Determines whether the component identified by the given handle may
get opened/connected.
- isOpenable(H, CON) - Method in interface org.refcodes.component.ConnectionOpenableHandle.ConnectionOpenAutomatonHandle
-
Determines whether the component identified by the given handle may
get opened/connected.
- isOpenable(H, INPUT, OUTPUT) - Method in interface org.refcodes.component.BidirectionalConnectionOpenableHandle.BidirectionalConnectionOpenAutomatonHandle
-
Determines whether the component identified by the given handle may
get opened/connected.
- isOpenable(INPUT, OUTPUT) - Method in interface org.refcodes.component.BidirectionalConnectionOpenable.BidirectionalConnectionOpenAutomaton
-
- isOpened() - Method in class org.refcodes.component.AbstractConnectableAutomaton
-
Retrieves the is-opened property from the opened property.
- isOpened() - Method in class org.refcodes.component.ConnectionAutomatonImpl
-
Retrieves the is-opened property from the opened property.
- isOpened() - Method in class org.refcodes.component.DeviceAutomatonImpl
-
Retrieves the is-opened property from the opened property.
- isOpened() - Method in interface org.refcodes.component.OpenedAccessor
-
Retrieves the is-opened property from the opened property.
- isOpened(H) - Method in interface org.refcodes.component.OpenedHandle
-
Determines whether the component (its connection) identified by the given
handle is opened (connected).
- isPausable() - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Determines whether the component may get paused.
- isPausable() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Determines whether the component may get paused.
- isPausable() - Method in interface org.refcodes.component.Pausable.PauseAutomaton
-
Determines whether the component may get paused.
- isPausable(H) - Method in interface org.refcodes.component.PausableHandle.PauseAutomatonHandle
-
Determines whether the component identified by the given handle may
get paused.
- isPaused() - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Determines whether the component is paused.
- isPaused() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Determines whether the component is paused.
- isPaused() - Method in interface org.refcodes.component.Pausable.PauseAutomaton
-
Determines whether the component is paused.
- isPaused(H) - Method in interface org.refcodes.component.PausableHandle.PauseAutomatonHandle
-
Determines whether the component identified by the given handle is
paused.
- isResumable() - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Determines whether the component may get resumed.
- isResumable() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Determines whether the component may get resumed.
- isResumable() - Method in interface org.refcodes.component.Resumable.ResumeAutomaton
-
Determines whether the component may get resumed.
- isResumable(H) - Method in interface org.refcodes.component.ResumableHandle.ResumeAutomatonHandle
-
Determines whether the component identified by the given handle may
get resumed.
- isRunning() - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Retrieves the is-running property from the running property.
- isRunning() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Retrieves the is-running property from the running property.
- isRunning() - Method in interface org.refcodes.component.RunningAccessor
-
Retrieves the is-running property from the running property.
- isRunning(H) - Method in interface org.refcodes.component.RunningHandle
-
Determines whether the component identified by the given handle is
running (started or resumed).
- isStartable() - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Determines whether the component may get started.
- isStartable() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Determines whether the component may get started.
- isStartable() - Method in interface org.refcodes.component.Startable.StartAutomaton
-
Determines whether the component may get started.
- isStartable(H) - Method in interface org.refcodes.component.StartableHandle.StartAutomatonHandle
-
Determines whether the component identified by the given handle may
get started.
- isStoppable() - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Determines whether the component may get stopped.
- isStoppable() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Determines whether the component may get stopped.
- isStoppable() - Method in interface org.refcodes.component.Stoppable.StopAutomaton
-
Determines whether the component may get stopped.
- isStoppable(H) - Method in interface org.refcodes.component.StoppableHandle.StopAutomatonHandle
-
Determines whether the component identified by the given handle may
get stopped.
- isStopped() - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Determines whether the component is stopped.
- isStopped() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Determines whether the component is stopped.
- isStopped() - Method in interface org.refcodes.component.Stoppable.StopAutomaton
-
Determines whether the component is stopped.
- isStopped(H) - Method in interface org.refcodes.component.StoppableHandle.StopAutomatonHandle
-
Determines whether the component identified by the given handle is
stopped.
- open() - Method in class org.refcodes.component.AbstractConnectableAutomaton
-
Open.
- open() - Method in class org.refcodes.component.AbstractDeviceAutomaton
-
Open.
- open() - Method in class org.refcodes.component.CompositeComponentImpl
-
Open the component's connection(s).
- open() - Method in class org.refcodes.component.DeviceAutomatonImpl
-
Open the component's connection(s).
- open() - Method in interface org.refcodes.component.Openable
-
Open the component's connection(s).
- open(CON) - Method in class org.refcodes.component.CompositeComponentImpl.ExtendedCompositeComponentImpl
-
Opens the component with the given connection.
- open(CON) - Method in class org.refcodes.component.ConnectionAutomatonImpl
-
Opens the component with the given connection.
- open(CON) - Method in interface org.refcodes.component.ConnectionOpenable
-
Opens the component with the given connection.
- open(H) - Method in interface org.refcodes.component.OpenableHandle
-
Open/connect the component identified by the given handle.
- open(H, CON) - Method in interface org.refcodes.component.ConnectionOpenableHandle
-
Open/connect the component identified by the given handle.
- open(H, INPUT, OUTPUT) - Method in interface org.refcodes.component.BidirectionalConnectionOpenableHandle
-
Open/connect the component identified by the given handle.
- open(INPUT, OUTPUT) - Method in interface org.refcodes.component.BidirectionalConnectionOpenable
-
Opens the component with the given connection, the component opens a
connection with the given connection.
- open(Object) - Static method in class org.refcodes.component.ComponentUtility
-
- open(Object, CON) - Static method in class org.refcodes.component.ComponentUtility
-
- open(Object, INPUT, OUTPUT) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, CON, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, CON, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, INPUT, OUTPUT, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, INPUT, OUTPUT, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, ExecutorService, CON, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, ExecutorService, CON, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, ExecutorService, INPUT, OUTPUT, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, ExecutorService, INPUT, OUTPUT, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, ExecutorService, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, ExecutorService, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- OPEN - org.refcodes.component.ConnectionRequest
-
- Openable - Interface in org.refcodes.component
-
This mixin might be implemented by a component in order to provide opening
connection(s) facilities.
- Openable.OpenAutomaton - Interface in org.refcodes.component
-
The
Openable.OpenAutomaton interface defines those methods related to the
opening of connection(s) life-cycle.
- Openable.OpenBuilder<B extends Openable.OpenBuilder<B>> - Interface in org.refcodes.component
-
To enable the
Startable functionality to be invoked in a builder
chain.
- OpenableHandle<H> - Interface in org.refcodes.component
-
The
OpenableHandle interface defines those methods related to the
handle based open/connect life-cycle.
- OpenableHandle.OpenAutomatonHandle<H> - Interface in org.refcodes.component
-
- OPENED - org.refcodes.component.ConnectionStatus
-
- OpenedAccessor - Interface in org.refcodes.component
-
Provides an accessor for a opened property.
- OpenedAccessor.OpenedMutator - Interface in org.refcodes.component
-
Provides a mutator for a opened property.
- OpenedAccessor.OpenedProperty - Interface in org.refcodes.component
-
Provides a opened property.
- OpenedHandle<H> - Interface in org.refcodes.component
-
Provides access to the opened (connected) handle reference.
- OpenException - Exception in org.refcodes.component
-
Thrown in case opening or accessing an open line (connection, junction, link)
caused problems.
- OpenException(String) - Constructor for exception org.refcodes.component.OpenException
-
Instantiates a new open exception.
- OpenException(String, String) - Constructor for exception org.refcodes.component.OpenException
-
Instantiates a new open exception.
- OpenException(String, Throwable) - Constructor for exception org.refcodes.component.OpenException
-
Instantiates a new open exception.
- OpenException(String, Throwable, String) - Constructor for exception org.refcodes.component.OpenException
-
Instantiates a new open exception.
- OpenException(Throwable) - Constructor for exception org.refcodes.component.OpenException
-
Instantiates a new open exception.
- OpenException(Throwable, String) - Constructor for exception org.refcodes.component.OpenException
-
Instantiates a new open exception.
- OpenException.OpenRuntimeException - Exception in org.refcodes.component
-
Unchecked exception with the same semantics as the
OpenException.
- OpenRuntimeException(String) - Constructor for exception org.refcodes.component.OpenException.OpenRuntimeException
-
Instantiates a new open exception.
- OpenRuntimeException(String, String) - Constructor for exception org.refcodes.component.OpenException.OpenRuntimeException
-
Instantiates a new open exception.
- OpenRuntimeException(String, Throwable) - Constructor for exception org.refcodes.component.OpenException.OpenRuntimeException
-
Instantiates a new open exception.
- OpenRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.component.OpenException.OpenRuntimeException
-
Instantiates a new open exception.
- OpenRuntimeException(Throwable) - Constructor for exception org.refcodes.component.OpenException.OpenRuntimeException
-
Instantiates a new open exception.
- OpenRuntimeException(Throwable, String) - Constructor for exception org.refcodes.component.OpenException.OpenRuntimeException
-
Instantiates a new open exception.
- OpenTimeoutException - Exception in org.refcodes.component
-
Thrown in case opening or accessing an open line (connection, junction, link)
caused timeout problems.
- OpenTimeoutException(long, String) - Constructor for exception org.refcodes.component.OpenTimeoutException
-
Instantiates a new open timeout exception.
- OpenTimeoutException(long, String, String) - Constructor for exception org.refcodes.component.OpenTimeoutException
-
Instantiates a new open timeout exception.
- OpenTimeoutException(long, String, Throwable) - Constructor for exception org.refcodes.component.OpenTimeoutException
-
Instantiates a new open timeout exception.
- OpenTimeoutException(long, String, Throwable, String) - Constructor for exception org.refcodes.component.OpenTimeoutException
-
Instantiates a new open timeout exception.
- OpenTimeoutException(long, Throwable) - Constructor for exception org.refcodes.component.OpenTimeoutException
-
Instantiates a new open timeout exception.
- OpenTimeoutException(long, Throwable, String) - Constructor for exception org.refcodes.component.OpenTimeoutException
-
Instantiates a new open timeout exception.
- openUnchecked() - Method in interface org.refcodes.component.Openable
-
- openUnchecked(CON) - Method in interface org.refcodes.component.ConnectionOpenable
-
- openUnchecked(H) - Method in interface org.refcodes.component.OpenableHandle
-
- openUnchecked(H, CON) - Method in interface org.refcodes.component.ConnectionOpenableHandle
-
- org.refcodes.component - package org.refcodes.component
-
- setClosed(boolean) - Method in interface org.refcodes.component.ClosedAccessor.ClosedMutator
-
Sets the is-closed property for the closed property.
- setConnection(CON) - Method in interface org.refcodes.component.ConnectionAccessor.ConnectionMutator
-
Sets the connection for the connection property.
- setConnectionStatus(ConnectionStatus) - Method in class org.refcodes.component.AbstractConnectableAutomaton
-
- setConnectionStatus(ConnectionStatus) - Method in interface org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusMutator
-
- setContext(CTX) - Method in interface org.refcodes.component.ContextAccessor.ContextMutator
-
Sets the context for the context property.
- setHandle(H) - Method in interface org.refcodes.component.HandleAccessor.HandleMutator
-
Sets the handle for the handle property.
- setInitialized(boolean) - Method in interface org.refcodes.component.InitializedAccessor.InitializedMutator
-
Sets the is-initialized property for the initialized property.
- setInputConnection(INPUT) - Method in interface org.refcodes.component.BidirectionalConnectionAccessor.BidirectionalConnectionMutator
-
Sets the input connection for the connection property.
- setLifeCycleRequest(LifeCycleRequest) - Method in interface org.refcodes.component.LifeCycleRequestAccessor.LifeCycleRequestMutator
-
- setLifeCycleStatus(LifeCycleStatus) - Method in class org.refcodes.component.LifeCycleAutomatonImpl.ManualLifeCycleAutomatonImpl
-
- setLifeCycleStatus(LifeCycleStatus) - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
- setLifeCycleStatus(LifeCycleStatus) - Method in interface org.refcodes.component.LifeCycleStatusAccessor.LifeCycleStatusMutator
-
- setOpened(boolean) - Method in interface org.refcodes.component.OpenedAccessor.OpenedMutator
-
Sets the is-opened property for the opened property.
- setOutputConnection(OUTPUT) - Method in interface org.refcodes.component.BidirectionalConnectionAccessor.BidirectionalConnectionMutator
-
Sets the output connection for the connection property.
- setProgress(float) - Method in interface org.refcodes.component.ProgressAccessor.ProgressMutator
-
Sets the progress property.
- setRunning(boolean) - Method in interface org.refcodes.component.RunningAccessor.RunningMutator
-
Sets the is-running property for the running property.
- start() - Method in class org.refcodes.component.CompositeComponentImpl
-
Starts the component.
- start() - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Starts the component.
- start() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Starts the component.
- start() - Method in interface org.refcodes.component.Startable
-
Starts the component.
- start() - Method in interface org.refcodes.component.Startable.UncheckedStartable
-
Starts the component.
- start(H) - Method in interface org.refcodes.component.StartableHandle
-
Starts the component identified by the given handle.
- start(Object) - Static method in class org.refcodes.component.ComponentUtility
-
- start(ExecutionStrategy, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- start(ExecutionStrategy, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- start(ExecutionStrategy, ExecutorService, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- start(ExecutionStrategy, ExecutorService, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- START - org.refcodes.component.LifeCycleRequest
-
- Startable - Interface in org.refcodes.component
-
This mixin might be implemented by a component in order to provide start
facilities.
- Startable.StartAutomaton - Interface in org.refcodes.component
-
- Startable.StartBuilder<B extends Startable.StartBuilder<B>> - Interface in org.refcodes.component
-
To enable the
Startable functionality to be invoked in a builder
chain.
- Startable.UncheckedStartable - Interface in org.refcodes.component
-
See
Startable without any checked exception being declared.
- StartableHandle<H> - Interface in org.refcodes.component
-
The
StartableHandle interface defines those methods related to the
handle based start life-cycle.
- StartableHandle.StartAutomatonHandle<H> - Interface in org.refcodes.component
-
- STARTED - org.refcodes.component.ExecutionStatus
-
- STARTED - org.refcodes.component.LifeCycleStatus
-
- StartException - Exception in org.refcodes.component
-
Thrown in case starting a component caused problems.
- StartException(String) - Constructor for exception org.refcodes.component.StartException
-
Instantiates a new start exception.
- StartException(String, String) - Constructor for exception org.refcodes.component.StartException
-
Instantiates a new start exception.
- StartException(String, Throwable) - Constructor for exception org.refcodes.component.StartException
-
Instantiates a new start exception.
- StartException(String, Throwable, String) - Constructor for exception org.refcodes.component.StartException
-
Instantiates a new start exception.
- StartException(Throwable) - Constructor for exception org.refcodes.component.StartException
-
Instantiates a new start exception.
- StartException(Throwable, String) - Constructor for exception org.refcodes.component.StartException
-
Instantiates a new start exception.
- StartException.StartRuntimeException - Exception in org.refcodes.component
-
- StartRuntimeException(String) - Constructor for exception org.refcodes.component.StartException.StartRuntimeException
-
Instantiates a new start exception.
- StartRuntimeException(String, String) - Constructor for exception org.refcodes.component.StartException.StartRuntimeException
-
Instantiates a new start exception.
- StartRuntimeException(String, Throwable) - Constructor for exception org.refcodes.component.StartException.StartRuntimeException
-
Instantiates a new start exception.
- StartRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.component.StartException.StartRuntimeException
-
Instantiates a new start exception.
- StartRuntimeException(Throwable) - Constructor for exception org.refcodes.component.StartException.StartRuntimeException
-
Instantiates a new start exception.
- StartRuntimeException(Throwable, String) - Constructor for exception org.refcodes.component.StartException.StartRuntimeException
-
Instantiates a new start exception.
- startUnchecked() - Method in interface org.refcodes.component.Startable
-
- startUnchecked(H) - Method in interface org.refcodes.component.StartableHandle
-
- stop() - Method in class org.refcodes.component.CompositeComponentImpl
-
Stops the component.
- stop() - Method in class org.refcodes.component.ConfigurableLifeCycleAutomatonImpl
-
Stops the component.
- stop() - Method in class org.refcodes.component.LifeCycleAutomatonImpl
-
Stops the component.
- stop() - Method in interface org.refcodes.component.Stoppable
-
Stops the component.
- stop() - Method in interface org.refcodes.component.Stoppable.UncheckedStoppable
-
Stops the component.
- stop(H) - Method in interface org.refcodes.component.StoppableHandle
-
Stops the component identified by the given handle.
- stop(Object) - Static method in class org.refcodes.component.ComponentUtility
-
- stop(ExecutionStrategy, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- stop(ExecutionStrategy, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- stop(ExecutionStrategy, ExecutorService, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- stop(ExecutionStrategy, ExecutorService, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- STOP - org.refcodes.component.LifeCycleRequest
-
- StopException - Exception in org.refcodes.component
-
Thrown in case stopping a component caused problems.
- StopException(String) - Constructor for exception org.refcodes.component.StopException
-
Instantiates a new stop exception.
- StopException(String, String) - Constructor for exception org.refcodes.component.StopException
-
Instantiates a new stop exception.
- StopException(String, Throwable) - Constructor for exception org.refcodes.component.StopException
-
Instantiates a new stop exception.
- StopException(String, Throwable, String) - Constructor for exception org.refcodes.component.StopException
-
Instantiates a new stop exception.
- StopException(Throwable) - Constructor for exception org.refcodes.component.StopException
-
Instantiates a new stop exception.
- StopException(Throwable, String) - Constructor for exception org.refcodes.component.StopException
-
Instantiates a new stop exception.
- StopException.StopRuntimeException - Exception in org.refcodes.component
-
Unchecked exception with the same semantics as the
StopException.
- Stoppable - Interface in org.refcodes.component
-
This mixin might be implemented by a component in order to provide stop
facilities.
- Stoppable.StopAutomaton - Interface in org.refcodes.component
-
- Stoppable.StopBuilder<B extends Stoppable.StopBuilder<B>> - Interface in org.refcodes.component
-
To enable the
Stoppable functionality to be invoked in a builder
chain.
- Stoppable.UncheckedStoppable - Interface in org.refcodes.component
-
See
Stoppable without any checked exception being declared.
- StoppableHandle<H> - Interface in org.refcodes.component
-
The
StoppableHandle interface defines those methods related to the
handle based stop life-cycle.
- StoppableHandle.StopAutomatonHandle<H> - Interface in org.refcodes.component
-
- STOPPED - org.refcodes.component.ExecutionStatus
-
- STOPPED - org.refcodes.component.LifeCycleStatus
-
- StopRuntimeException(String) - Constructor for exception org.refcodes.component.StopException.StopRuntimeException
-
Instantiates a new stop exception.
- StopRuntimeException(String, String) - Constructor for exception org.refcodes.component.StopException.StopRuntimeException
-
Instantiates a new stop exception.
- StopRuntimeException(String, Throwable) - Constructor for exception org.refcodes.component.StopException.StopRuntimeException
-
Instantiates a new stop exception.
- StopRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.component.StopException.StopRuntimeException
-
Instantiates a new stop exception.
- StopRuntimeException(Throwable) - Constructor for exception org.refcodes.component.StopException.StopRuntimeException
-
Instantiates a new stop exception.
- StopRuntimeException(Throwable, String) - Constructor for exception org.refcodes.component.StopException.StopRuntimeException
-
Instantiates a new stop exception.
- stopUnchecked() - Method in interface org.refcodes.component.Stoppable
-
- stopUnchecked(H) - Method in interface org.refcodes.component.StoppableHandle
-