- 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.
- CeaseException - Exception in org.refcodes.component
-
Thrown in case ceasing a component caused problems.
- CeaseException(String, String) - Constructor for exception org.refcodes.component.CeaseException
-
- CeaseException(String, Throwable, String) - Constructor for exception org.refcodes.component.CeaseException
-
- CeaseException(String, Throwable) - Constructor for exception org.refcodes.component.CeaseException
-
- CeaseException(String) - Constructor for exception org.refcodes.component.CeaseException
-
- CeaseException(Throwable, String) - Constructor for exception org.refcodes.component.CeaseException
-
- CeaseException(Throwable) - Constructor for exception org.refcodes.component.CeaseException
-
- 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
-
- 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 interface org.refcodes.component.Closable
-
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, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- close(ExecutionStrategy, ExecutorService, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- close(ExecutionStrategy, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- close(ExecutionStrategy, ExecutorService, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- close() - Method in class org.refcodes.component.impls.AbstractConnectableAutomaton
-
- close() - Method in class org.refcodes.component.impls.CompositeComponentImpl
-
- close() - Method in class org.refcodes.component.impls.ConnectionAutomatonImpl
-
- close() - Method in class org.refcodes.component.impls.DeviceAutomatonImpl
-
- 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, String) - Constructor for exception org.refcodes.component.CloseException
-
- CloseException(String, Throwable, String) - Constructor for exception org.refcodes.component.CloseException
-
- CloseException(String, Throwable) - Constructor for exception org.refcodes.component.CloseException
-
- CloseException(String) - Constructor for exception org.refcodes.component.CloseException
-
- CloseException(Throwable, String) - Constructor for exception org.refcodes.component.CloseException
-
- CloseException(Throwable) - Constructor for exception org.refcodes.component.CloseException
-
- Component - Interface in org.refcodes.component
-
- ComponentUtility - Class in org.refcodes.component
-
- 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.impls
-
- CompositeComponentImpl(Collection<C>) - Constructor for class org.refcodes.component.impls.CompositeComponentImpl
-
- CompositeComponentImpl(ExecutionStrategy, Collection<C>) - Constructor for class org.refcodes.component.impls.CompositeComponentImpl
-
- CompositeComponentImpl(C...) - Constructor for class org.refcodes.component.impls.CompositeComponentImpl
-
- CompositeComponentImpl(ExecutionStrategy, C...) - Constructor for class org.refcodes.component.impls.CompositeComponentImpl
-
- CompositeComponentImpl.ExtendedCompositeComponentImpl<C extends Component,CTX,CON> - Class in org.refcodes.component.impls
-
- 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.impls
-
- ConfigurableLifeCycleAutomatonImpl() - Constructor for class org.refcodes.component.impls.ConfigurableLifeCycleAutomatonImpl
-
- ConfigurableLifeCycleAutomatonImpl(ConfigurableLifeCycleComponent<CTX>) - Constructor for class org.refcodes.component.impls.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, String) - Constructor for exception org.refcodes.component.ConfigureException
-
- ConfigureException(Object, String, Throwable, String) - Constructor for exception org.refcodes.component.ConfigureException
-
- ConfigureException(Object, String, Throwable) - Constructor for exception org.refcodes.component.ConfigureException
-
- ConfigureException(Object, String) - Constructor for exception org.refcodes.component.ConfigureException
-
- ConfigureException(Object, Throwable, String) - Constructor for exception org.refcodes.component.ConfigureException
-
- ConfigureException(Object, Throwable) - Constructor for exception org.refcodes.component.ConfigureException
-
- 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.impls
-
- ConnectionAutomatonImpl() - Constructor for class org.refcodes.component.impls.ConnectionAutomatonImpl
-
- ConnectionAutomatonImpl(ConnectionComponent<CON>) - Constructor for class org.refcodes.component.impls.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.
- 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
-
- ConnectionOpenableHandle<H,CON> - Interface in org.refcodes.component
-
- ConnectionOpenableHandle.ConnectionOpenAutomatonHandle<H,CON> - Interface in org.refcodes.component
-
- ConnectionStatus - Enum in org.refcodes.component
-
- 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
-
- 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.
- IllegaleHandleStateChangeRuntimeException - Exception in org.refcodes.component
-
This exception is thrown in case a handle was provided whose reference does
not support a given operation.
- IllegaleHandleStateChangeRuntimeException(Object, String, String) - Constructor for exception org.refcodes.component.IllegaleHandleStateChangeRuntimeException
-
- IllegaleHandleStateChangeRuntimeException(Object, String, Throwable, String) - Constructor for exception org.refcodes.component.IllegaleHandleStateChangeRuntimeException
-
- IllegaleHandleStateChangeRuntimeException(Object, String, Throwable) - Constructor for exception org.refcodes.component.IllegaleHandleStateChangeRuntimeException
-
- IllegaleHandleStateChangeRuntimeException(Object, String) - Constructor for exception org.refcodes.component.IllegaleHandleStateChangeRuntimeException
-
- IllegaleHandleStateChangeRuntimeException(Object, Throwable, String) - Constructor for exception org.refcodes.component.IllegaleHandleStateChangeRuntimeException
-
- IllegaleHandleStateChangeRuntimeException(Object, Throwable) - Constructor for exception org.refcodes.component.IllegaleHandleStateChangeRuntimeException
-
- 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
-
- 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(Object) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, ExecutorService, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, ExecutorService, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(Object, CTX) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, CTX, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, ExecutorService, CTX, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, CTX, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(ExecutionStrategy, ExecutorService, CTX, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- initialize(CTX) - Method in interface org.refcodes.component.Configurable
-
Initializes and configures the component.
- initialize(H, CTX) - Method in interface org.refcodes.component.ConfigurableHandle
-
Initialize/configure the component identified by the given handle.
- initialize(CTX) - Method in class org.refcodes.component.impls.CompositeComponentImpl.ExtendedCompositeComponentImpl
-
- initialize() - Method in class org.refcodes.component.impls.CompositeComponentImpl
-
- initialize(CTX) - Method in class org.refcodes.component.impls.ConfigurableLifeCycleAutomatonImpl
-
- initialize() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- initialize() - Method in interface org.refcodes.component.Initializable
-
Initialize the component.
- initialize() - Method in interface org.refcodes.component.Initializable.UncheckedInitializable
-
- initialize(H) - Method in interface org.refcodes.component.InitializableHandle
-
Initialize the component identified by the given handle.
- InitializeableComponent - Interface in org.refcodes.component
-
- 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, String) - Constructor for exception org.refcodes.component.InitializeException
-
- InitializeException(String, Throwable, String) - Constructor for exception org.refcodes.component.InitializeException
-
- InitializeException(String, Throwable) - Constructor for exception org.refcodes.component.InitializeException
-
- InitializeException(String) - Constructor for exception org.refcodes.component.InitializeException
-
- InitializeException(Throwable, String) - Constructor for exception org.refcodes.component.InitializeException
-
- InitializeException(Throwable) - Constructor for exception org.refcodes.component.InitializeException
-
- 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 interface org.refcodes.component.Closable.CloseAutomaton
-
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.
- isClosable() - Method in class org.refcodes.component.impls.AbstractConnectableAutomaton
-
- isClosable() - Method in class org.refcodes.component.impls.ConnectionAutomatonImpl
-
- isClosable() - Method in class org.refcodes.component.impls.DeviceAutomatonImpl
-
- isClosed(H) - Method in interface org.refcodes.component.ClosableHandle.CloseAutomatonHandle
-
Determines whether the component (its connection) identified by the
given handle is closed (disconnected).
- isClosed() - Method in interface org.refcodes.component.ClosedAccessor
-
Retrieves the is-closed status.
- isClosed() - Method in class org.refcodes.component.impls.AbstractConnectableAutomaton
-
- isClosed() - Method in class org.refcodes.component.impls.ConnectionAutomatonImpl
-
- isClosed() - Method in class org.refcodes.component.impls.DeviceAutomatonImpl
-
- 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 interface org.refcodes.component.Destroyable.DestroyAutomaton
-
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.
- isDestroyable() - Method in class org.refcodes.component.impls.ConfigurableLifeCycleAutomatonImpl
-
- isDestroyable() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- isDestroyed() - Method in interface org.refcodes.component.Destroyable.DestroyAutomaton
-
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.
- isDestroyed() - Method in class org.refcodes.component.impls.ConfigurableLifeCycleAutomatonImpl
-
- isDestroyed() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- 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.
- isInitalizable(CTX) - Method in interface org.refcodes.component.Configurable.ConfigureAutomaton
-
Determines whether the component 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.
- isInitalizable(CTX) - Method in class org.refcodes.component.impls.ConfigurableLifeCycleAutomatonImpl
-
- isInitalizable() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- isInitalizable() - Method in interface org.refcodes.component.Initializable.InitializeAutomaton
-
Determines whether the component may get initialized.
- isInitalizable(H) - Method in interface org.refcodes.component.InitializableHandle.InitializeAutomatonHandle
-
Determines whether the component identified by the given handle may
get initialized.
- isInitialized() - Method in class org.refcodes.component.impls.ConfigurableLifeCycleAutomatonImpl
-
- isInitialized() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- isInitialized() - Method in interface org.refcodes.component.InitializedAccessor
-
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(INPUT, OUTPUT) - Method in interface org.refcodes.component.BidirectionalConnectionOpenable.BidirectionalConnectionOpenAutomaton
-
- 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(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, CON) - Method in interface org.refcodes.component.ConnectionOpenableHandle.ConnectionOpenAutomatonHandle
-
Determines whether the component identified by the given handle may
get opened/connected.
- isOpenable() - Method in class org.refcodes.component.impls.AbstractConnectableAutomaton
-
- isOpenable() - Method in class org.refcodes.component.impls.AbstractDeviceAutomaton
-
- isOpenable(CON) - Method in class org.refcodes.component.impls.ConnectionAutomatonImpl
-
- isOpenable() - Method in class org.refcodes.component.impls.DeviceAutomatonImpl
-
- isOpenable() - Method in interface org.refcodes.component.Openable.OpenAutomaton
-
Determines whether the component's connection(s) may get opened.
- isOpenable(H) - Method in interface org.refcodes.component.OpenableHandle.OpenAutomatonHandle
-
Determines whether the component identified by the given handle may
get opened/connected.
- isOpened() - Method in class org.refcodes.component.impls.AbstractConnectableAutomaton
-
- isOpened() - Method in class org.refcodes.component.impls.ConnectionAutomatonImpl
-
- isOpened() - Method in class org.refcodes.component.impls.DeviceAutomatonImpl
-
- 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.impls.ConfigurableLifeCycleAutomatonImpl
-
- isPausable() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- 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.impls.ConfigurableLifeCycleAutomatonImpl
-
- isPaused() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- 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.impls.ConfigurableLifeCycleAutomatonImpl
-
- isResumable() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- 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.impls.ConfigurableLifeCycleAutomatonImpl
-
- isRunning() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- 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.impls.ConfigurableLifeCycleAutomatonImpl
-
- isStartable() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- 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.impls.ConfigurableLifeCycleAutomatonImpl
-
- isStoppable() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- 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.impls.ConfigurableLifeCycleAutomatonImpl
-
- isStopped() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- 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(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(H, INPUT, OUTPUT) - Method in interface org.refcodes.component.BidirectionalConnectionOpenableHandle
-
Open/connect the component identified by the given handle.
- open(Object) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, ExecutorService, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, ExecutorService, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- open(Object, CON) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, CON, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, ExecutorService, CON, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, CON, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, ExecutorService, CON, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- open(Object, INPUT, OUTPUT) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, INPUT, OUTPUT, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, ExecutorService, INPUT, OUTPUT, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, INPUT, OUTPUT, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- open(ExecutionStrategy, ExecutorService, INPUT, OUTPUT, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- open(CON) - Method in interface org.refcodes.component.ConnectionOpenable
-
Opens the component with the given connection, the component opens a
connection with the given connection.
- open(H, CON) - Method in interface org.refcodes.component.ConnectionOpenableHandle
-
Open/connect the component identified by the given handle.
- open() - Method in class org.refcodes.component.impls.AbstractConnectableAutomaton
-
- open() - Method in class org.refcodes.component.impls.AbstractDeviceAutomaton
-
- open(CON) - Method in class org.refcodes.component.impls.CompositeComponentImpl.ExtendedCompositeComponentImpl
-
- open() - Method in class org.refcodes.component.impls.CompositeComponentImpl
-
- open(CON) - Method in class org.refcodes.component.impls.ConnectionAutomatonImpl
-
- open() - Method in class org.refcodes.component.impls.DeviceAutomatonImpl
-
- open() - Method in interface org.refcodes.component.Openable
-
Open the component's connection(s).
- open(H) - Method in interface org.refcodes.component.OpenableHandle
-
Open/connect the component identified by the given handle.
- 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.
- 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
-
- 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, String) - Constructor for exception org.refcodes.component.OpenException
-
- OpenException(String, Throwable, String) - Constructor for exception org.refcodes.component.OpenException
-
- OpenException(String, Throwable) - Constructor for exception org.refcodes.component.OpenException
-
- OpenException(String) - Constructor for exception org.refcodes.component.OpenException
-
- OpenException(Throwable, String) - Constructor for exception org.refcodes.component.OpenException
-
- OpenException(Throwable) - Constructor for exception org.refcodes.component.OpenException
-
- OpenTimeoutException - Exception in org.refcodes.component
-
Thrown in case opening or accessing an open line (connection, junction, link)
caused timeout problems.
- OpenTimeoutException(long, String, String) - Constructor for exception org.refcodes.component.OpenTimeoutException
-
- OpenTimeoutException(long, String, Throwable, String) - Constructor for exception org.refcodes.component.OpenTimeoutException
-
- OpenTimeoutException(long, String, Throwable) - Constructor for exception org.refcodes.component.OpenTimeoutException
-
- OpenTimeoutException(long, String) - Constructor for exception org.refcodes.component.OpenTimeoutException
-
- OpenTimeoutException(long, Throwable, String) - Constructor for exception org.refcodes.component.OpenTimeoutException
-
- OpenTimeoutException(long, Throwable) - Constructor for exception org.refcodes.component.OpenTimeoutException
-
- org.refcodes.component - package org.refcodes.component
-
- org.refcodes.component.impls - package org.refcodes.component.impls
-
- 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 interface org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusMutator
-
- setConnectionStatus(ConnectionStatus) - Method in class org.refcodes.component.impls.AbstractConnectableAutomaton
-
- 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.
- 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(Object) - Static method in class org.refcodes.component.ComponentUtility
-
- start(ExecutionStrategy, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- start(ExecutionStrategy, ExecutorService, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- start(ExecutionStrategy, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- start(ExecutionStrategy, ExecutorService, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- start() - Method in class org.refcodes.component.impls.CompositeComponentImpl
-
- start() - Method in class org.refcodes.component.impls.ConfigurableLifeCycleAutomatonImpl
-
- start() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- start() - Method in interface org.refcodes.component.Startable
-
Starts the component.
- start() - Method in interface org.refcodes.component.Startable.UncheckedStartable
-
- start(H) - Method in interface org.refcodes.component.StartableHandle
-
Starts the component identified by the given handle.
- 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
-
- StartException - Exception in org.refcodes.component
-
Thrown in case starting a component caused problems.
- StartException(String, String) - Constructor for exception org.refcodes.component.StartException
-
- StartException(String, Throwable, String) - Constructor for exception org.refcodes.component.StartException
-
- StartException(String, Throwable) - Constructor for exception org.refcodes.component.StartException
-
- StartException(String) - Constructor for exception org.refcodes.component.StartException
-
- StartException(Throwable, String) - Constructor for exception org.refcodes.component.StartException
-
- StartException(Throwable) - Constructor for exception org.refcodes.component.StartException
-
- stop(Object) - Static method in class org.refcodes.component.ComponentUtility
-
- stop(ExecutionStrategy, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- stop(ExecutionStrategy, ExecutorService, Collection<?>) - Static method in class org.refcodes.component.ComponentUtility
-
- stop(ExecutionStrategy, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- stop(ExecutionStrategy, ExecutorService, Object...) - Static method in class org.refcodes.component.ComponentUtility
-
- stop() - Method in class org.refcodes.component.impls.CompositeComponentImpl
-
- stop() - Method in class org.refcodes.component.impls.ConfigurableLifeCycleAutomatonImpl
-
- stop() - Method in class org.refcodes.component.impls.LifeCycleAutomatonImpl
-
- stop() - Method in interface org.refcodes.component.Stoppable
-
Stops the component.
- stop() - Method in interface org.refcodes.component.Stoppable.UncheckedStoppable
-
- stop(H) - Method in interface org.refcodes.component.StoppableHandle
-
Stops the component identified by the given handle.
- StopException - Exception in org.refcodes.component
-
Thrown in case stopping a component caused problems.
- StopException(String, String) - Constructor for exception org.refcodes.component.StopException
-
- StopException(String, Throwable, String) - Constructor for exception org.refcodes.component.StopException
-
- StopException(String, Throwable) - Constructor for exception org.refcodes.component.StopException
-
- StopException(String) - Constructor for exception org.refcodes.component.StopException
-
- StopException(Throwable, String) - Constructor for exception org.refcodes.component.StopException
-
- StopException(Throwable) - Constructor for exception org.refcodes.component.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
-