Interface | Description |
---|---|
Closable |
This mixin might be implemented by a component in order to provide closing
connection(s) facilities.
|
Closable.CloseAutomaton |
The
Closable.CloseAutomaton interface defines those methods related to the
closing of connection(s) life-cycle. |
ClosableHandle<H> |
The
ClosableHandle interface defines those methods related to the
handle based close life-cycle. |
ClosableHandle.CloseAutomatonHandle<H> |
The
ClosableHandle.CloseAutomatonHandle interface defines those methods related
to the handle based close life-cycle. |
ClosedAccessor |
Provides an accessor for a closed property.
|
ClosedAccessor.ClosedMutator |
Provides a mutator for a closed property.
|
ClosedAccessor.ClosedProperty |
Provides a closed property.
|
Configurable<CTX> |
This mixin might be implemented by a component in order to provide initialize
facilities wit a configuration provided via
Configurable.initialize(Object) . |
Configurable.ConfigureAutomaton<CTX> |
The
Configurable.ConfigureAutomaton interface defines those methods related to
the initialize life-cycle with a provided context. |
ConfigurableHandle<H,CTX> |
The
ConfigurableHandle interface defines those methods related to the
handle based initialize/configure life-cycle. |
ConfigurableHandle.ConfigureAutomatonHandle<H,CTX> |
The
ConfigurableHandle.ConfigureAutomatonHandle interface defines those methods
related to the handle based initialize/configure life-cycle. |
ConnectionAccessor<CON> |
Provides an accessor for a connection property for e.g. an
InputStream or an OutputStream . |
ConnectionAccessor.ConnectionMutator<CON> |
Provides a mutator for a connection property for e.g. an
InputStream or an OutputStream . |
ConnectionAccessor.ConnectionProperty<CON> |
Provides a connection property for e.g. an
InputStream or an
OutputStream . |
ConnectionOpenable<CON> |
This mixin might be implemented by a component in order to provide opening
connection(s) facilities.
|
ConnectionOpenable.ConnectionOpenAutomaton<CON> |
The
ConnectionOpenable.ConnectionOpenAutomaton interface defines those methods
related to the opening of connection(s) life-cycle. |
ConnectionOpenableHandle<H,CON> |
The
ConnectionOpenableHandle interface defines those methods related
to the handle based open/connect life-cycle. |
ConnectionOpenableHandle.ConnectionOpenAutomatonHandle<H,CON> |
The
ConnectionOpenableHandle.ConnectionOpenAutomatonHandle interface defines those methods
related to the handle based open/connect life-cycle. |
ConnectionStatusAccessor |
Provides an accessor for a
ConnectionStatus property. |
ConnectionStatusAccessor.ConnectionStatusMutator |
Provides a mutator for a
ConnectionStatus property. |
ConnectionStatusAccessor.ConnectionStatusProperty |
Provides a
ConnectionStatus property. |
ConnectionStatusHandle<H> | |
ContextAccessor<CTX> |
Provides an accessor for a context property for e.g. a service or a
component.
|
ContextAccessor.ContextMutator<CTX> |
Provides a mutator for a context property for e.g. a service or a
component.
|
ContextAccessor.ContextProperty<CTX> |
Provides a context property for e.g. a service or a component.
|
Decomposeable |
This mixin might be implemented by a component in order to provide
decomposition facilities.
|
Decomposeable.DecomposeAutomaton |
The
Decomposeable.DecomposeAutomaton interface defines those methods related to
the decompose life-cycle. |
DecomposeableHandle<H> |
The
DecomposeableHandle interface defines those methods related to
the handle based decompose life-cycle. |
DecomposeableHandle.DecomposeAutomatonHandle<H> |
The
DecomposeableHandle.DecomposeAutomatonHandle interface defines those methods
related to the handle based decompose life-cycle. |
Destroyable |
This mixin might be implemented by a
Component in order to provide
destroy facilities. |
Destroyable.DestroyAutomaton |
The
Destroyable.DestroyAutomaton interface defines those methods related to
the destroy life-cycle. |
DestroyableHandle<H> |
The
DestroyableHandle interface defines those methods related to the
handle based destroy life-cycle. |
DestroyableHandle.DestroyAutomatonHandle<H> |
The
DestroyableHandle.DestroyAutomatonHandle interface defines those methods
related to the handle based destroy life-cycle. |
Digester<J> |
A
Digester provides the functionality to consume a job (which is
pushed from the outside) for further processing. |
DisposableHandle<H> |
The
DisposableHandle interface defines those methods related to the
handle based dispose life-cycle. |
DisposableHandle.DisposeAutomatonHandle<H> |
The
DisposableHandle.DisposeAutomatonHandle interface defines those methods
related to the handle based dispose life-cycle. |
DisposeAutomaton |
The
DisposeAutomaton interface defines those methods related to the
dispose life-cycle. |
Flushable |
This mixin might be implemented by a component in order to provide flush
facilities.
|
FlushHandle<H> |
The
FlushHandle interface defines those methods related to the handle
based flush operation. |
HandleAccessor<H> |
Provides an accessor for a handle property for e.g. key / handle pair.
|
HandleAccessor.HandleMutator<H> |
Provides a mutator for a handle property for e.g. key / handle pair.
|
HandleAccessor.HandleProperty<H> |
Provides a handle property for e.g. key / handle pair.
|
Initializeable |
This mixin might be implemented by a component in order to provide
initializing facilities.
|
Initializeable.InitializeAutomaton |
The
Initializeable.InitializeAutomaton interface defines those methods related
to the initialize life-cycle. |
InitializeableHandle<H> |
The
InitializeableHandle interface defines those methods related to
the handle based initialize life-cycle. |
InitializeableHandle.InitializeAutomatonHandle<H> |
The
InitializeableHandle.InitializeAutomatonHandle interface defines those methods
related to the handle based initialize life-cycle. |
InitializedAccessor |
Provides an accessor for a initialized property.
|
InitializedAccessor.InitializedMutator |
Provides a mutator for a initialized property.
|
InitializedAccessor.InitializedProperty |
Provides a initialized property.
|
InitializedHandle<H> |
Provides access to the initialized handle reference.
|
InputOutputConnectionAccessor<INPUT,OUTPUT> |
Provides an accessor for a connection property for e.g. an
InputStream or an OutputStream . |
InputOutputConnectionAccessor.InputOutputConnectionMutator<INPUT,OUTPUT> |
Provides a mutator for a connection property for e.g. an
InputStream or an OutputStream . |
InputOutputConnectionAccessor.InputOutputConnectionProperty<INPUT,OUTPUT> |
Provides a connection property for e.g. an
InputStream or an
OutputStream . |
InputOutputOpenable<INPUT,OUTPUT> |
This mixin might be implemented by a component in order to provide opening
connection(s) facilities.
|
InputOutputOpenable.InputOutputOpenAutomaton<INPUT,OUTPUT> |
The
InputOutputOpenable.InputOutputOpenAutomaton interface defines those methods
related to the opening of connection(s) life-cycle. |
InputOutputOpenableHandle<H,INPUT,OUTPUT> |
The
InputOutputOpenableHandle interface defines those methods related
to the handle based open/connect life-cycle. |
InputOutputOpenableHandle.InputOutputOpenAutomatonHandle<H,INPUT,OUTPUT> |
The
InputOutputOpenableHandle.InputOutputOpenAutomatonHandle interface defines those
methods related to the handle based open/connect life-cycle. |
LifeCycleStatusAccessor |
Provides an accessor for a
LifeCycleStatus property. |
LifeCycleStatusAccessor.LifeCycleStatusMutator |
Provides a mutator for a
LifeCycleStatus property. |
LifeCycleStatusAccessor.LifeCycleStatusProperty |
Provides a
LifeCycleStatus property. |
LifeCycleStatusHandle<H> | |
Openable |
This mixin might be implemented by a component in order to provide opening
connection(s) facilities.
|
Openable.OpenAutomaton |
The
Openable.OpenAutomaton interface defines those methods related to the
opening of connection(s) life-cycle. |
OpenableHandle<H> |
The
OpenableHandle interface defines those methods related to the
handle based open/connect life-cycle. |
OpenableHandle.OpenAutomatonHandle<H> |
The
OpenableHandle.OpenAutomatonHandle interface defines those methods related
to the handle based open/connect life-cycle. |
OpenedAccessor |
Provides an accessor for a opened property.
|
OpenedAccessor.OpenedMutator |
Provides a mutator for a opened property.
|
OpenedAccessor.OpenedProperty |
Provides a opened property.
|
OpenedHandle<H> |
Provides access to the opened (connected) handle reference.
|
Pausable |
This mixin might be implemented by a component in order to provide pause
facilities.
|
Pausable.PauseAutomaton |
The
Pausable.PauseAutomaton interface defines those methods related to the
pause life-cycle. |
PausableHandle<H> |
The
PausableHandle interface defines those methods related to the
handle based pause life-cycle. |
PausableHandle.PauseAutomatonHandle<H> |
The
PausableHandle.PauseAutomatonHandle interface defines those methods related
to the handle based pause life-cycle. |
ProgressAccessor |
Provides an accessor for a progress property.
|
ProgressAccessor.ProgressMutator |
Provides a mutator for a progress property.
|
ProgressAccessor.ProgressProperty |
Provides a progress property.
|
ProgressHandle<H> |
Whenever a handle is associated with a progress, then a component providing
such handles should implement this interface.
|
Resetable |
This mixin might be implemented by a component in order to provide reset
facilities.
|
ResetHandle<H> |
The
ResetHandle interface defines those methods related to the handle
based reset operation. |
Resumable |
This mixin might be implemented by a component in order to provide resume
facilities.
|
Resumable.ResumeAutomaton |
The
Resumable.ResumeAutomaton interface defines those methods related to
the resume life-cycle. |
ResumableHandle<H> |
The
ResumableHandle interface defines those methods related to the
handle based resume life-cycle. |
ResumableHandle.ResumeAutomatonHandle<H> |
The
ResumableHandle.ResumeAutomatonHandle interface defines those methods related
to the handle based resume life-cycle. |
RunningAccessor |
Provides an accessor for a running property.
|
RunningAccessor.RunningMutator |
Provides a mutator for a running property.
|
RunningAccessor.RunningProperty |
Provides a running property.
|
RunningHandle<H> |
Provides access to the running handle reference.
|
Startable |
This mixin might be implemented by a component in order to provide start
facilities.
|
Startable.StartAutomaton |
The
Startable.StartAutomaton interface defines those methods related to the
start life-cycle. |
StartableHandle<H> |
The
StartableHandle interface defines those methods related to the
handle based start life-cycle. |
StartableHandle.StartAutomatonHandle<H> |
The
StartableHandle.StartAutomatonHandle interface defines those methods related
to the handle based start life-cycle. |
Stoppable |
This mixin might be implemented by a component in order to provide stop
facilities.
|
Stoppable.StopAutomaton |
The
Stoppable.StopAutomaton interface defines those methods related to the
stop life-cycle. |
StoppableHandle<H> |
The
StoppableHandle interface defines those methods related to the
handle based stop life-cycle. |
StoppableHandle.StopAutomatonHandle<H> |
The
StoppableHandle.StopAutomatonHandle interface defines those methods related
to the handle based stop life-cycle. |
Copyright © 2015. All rights reserved.