Index
All Classes|All Packages
A
- AbstractConnectionRequestEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Class in org.refcodes.component.ext.observer
-
Abstract implementation of the base
GenericConnectionRequestEvent
. - AbstractConnectionRequestEvent(ConnectionRequest, META, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractConnectionRequestEvent
-
Instantiates a new abstract connection request event.
- AbstractConnectionRequestEvent(ConnectionRequest, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractConnectionRequestEvent
-
Instantiates a new abstract connection request event.
- AbstractConnectionStatusEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Class in org.refcodes.component.ext.observer
-
Abstract implementation of the base
GenericConnectionStatusEvent
. - AbstractConnectionStatusEvent(ConnectionStatus, META, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractConnectionStatusEvent
-
Instantiates a new abstract connection status event.
- AbstractConnectionStatusEvent(ConnectionStatus, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractConnectionStatusEvent
-
Instantiates a new abstract connection status event.
- AbstractLifeCycleRequestEvent<META extends org.refcodes.mixin.EventMetaData,SRC> - Class in org.refcodes.component.ext.observer
-
Abstract implementation of the base
GenericLifeCycleRequestEvent
. - AbstractLifeCycleRequestEvent(LifeCycleRequest, META, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifeCycleRequestEvent
-
Instantiates a new abstract life cycle request event.
- AbstractLifeCycleRequestEvent(LifeCycleRequest, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifeCycleRequestEvent
-
Instantiates a new abstract life cycle request event.
- AbstractLifeCycleStatusEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Class in org.refcodes.component.ext.observer
-
Abstract implementation of the base
GenericLifeCycleStatusEvent
. - AbstractLifeCycleStatusEvent(A, LifeCycleStatus, META, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifeCycleStatusEvent
-
Instantiates a new abstract life cycle status event.
- AbstractLifeCycleStatusEvent(A, LifeCycleStatus, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifeCycleStatusEvent
-
Instantiates a new abstract life cycle status event.
- AbstractLifeCycleStatusEvent(LifeCycleStatus, META, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifeCycleStatusEvent
-
Instantiates a new abstract life cycle status event.
- AbstractLifeCycleStatusEvent(LifeCycleStatus, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifeCycleStatusEvent
-
Instantiates a new abstract life cycle status event.
- AbstractNetworkRequestEvent<CON,A,META extends org.refcodes.mixin.EventMetaData,SRC> - Class in org.refcodes.component.ext.observer
-
Abstract implementation of the base
GenericNetworkRequestEvent
. - AbstractNetworkRequestEvent(CON, ConnectionRequest, META, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractNetworkRequestEvent
-
Instantiates a new abstract network request event.
- AbstractNetworkRequestEvent(CON, ConnectionRequest, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractNetworkRequestEvent
-
Instantiates a new abstract network request event.
- AbstractNetworkStatusEvent<CON,A,META extends org.refcodes.mixin.EventMetaData,SRC> - Class in org.refcodes.component.ext.observer
-
Abstract implementation of the base
GenericNetworkStatusEvent
. - AbstractNetworkStatusEvent(CON, ConnectionStatus, META, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractNetworkStatusEvent
-
Instantiates a new abstract network status event.
- AbstractNetworkStatusEvent(CON, ConnectionStatus, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractNetworkStatusEvent
-
Instantiates a new abstract network status event.
C
- ClosedEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
ConnectionStatusEvent
forConnectionStatus.CLOSED
. - ClosedEvent(Object) - Constructor for class org.refcodes.component.ext.observer.ClosedEvent
-
Instantiates a new closed event.
- ClosedEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.ClosedEvent
-
Instantiates a new closed event.
- ClosedEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ClosedEvent
-
Instantiates a new closed event.
- CloseEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
ConnectionRequestEvent
forConnectionRequest.CLOSE
. - CloseEvent(Object) - Constructor for class org.refcodes.component.ext.observer.CloseEvent
-
Instantiates a new close event.
- CloseEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.CloseEvent
-
Instantiates a new close event.
- CloseEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.CloseEvent
-
Instantiates a new close event.
- ConnectionObserver - Interface in org.refcodes.component.ext.observer
-
An observer for listening to
ConnectionStatusEvent
instances. - ConnectionObserver.ConnectionRequestObserver - Interface in org.refcodes.component.ext.observer
-
An observer for listening to
ConnectionRequestEvent
instances. - ConnectionRequestAccessor - Interface in org.refcodes.component.ext.observer
-
Provides an accessor for a
ConnectionRequest
property. - ConnectionRequestAccessor.ConnectionRequestMutator - Interface in org.refcodes.component.ext.observer
-
Provides a mutator for a
ConnectionRequest
property. - ConnectionRequestAccessor.ConnectionRequestProperty - Interface in org.refcodes.component.ext.observer
-
Provides a
ConnectionRequest
property. - ConnectionRequestEvent - Interface in org.refcodes.component.ext.observer
-
The
ConnectionRequestEvent
represents aConnectionRequest
and might be vetoed by (depending on the firing observable) throwing aVetoException
orVetoException.VetoRuntimeException
by the accordingObserver
. - ConnectionStatusEvent - Interface in org.refcodes.component.ext.observer
-
The
ConnectionStatusEvent
indicates theConnectionStatus
for a component.
D
- destroy() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- destroy() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- DestroyedEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
LifeCycleStatusEvent
forLifeCycleStatus.DESTROYED
. - DestroyedEvent(Object) - Constructor for class org.refcodes.component.ext.observer.DestroyedEvent
-
Instantiates a new destroyed event.
- DestroyedEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.DestroyedEvent
-
Instantiates a new destroyed event.
- DestroyedEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.DestroyedEvent
-
Instantiates a new destroyed event.
- DestroyEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
LifeCycleRequestEvent
forLifeCycleRequest.DESTROY
. - DestroyEvent(Object) - Constructor for class org.refcodes.component.ext.observer.DestroyEvent
-
Instantiates a new destroy event.
- DestroyEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.DestroyEvent
-
Instantiates a new destroy event.
G
- GenericClosedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericClosedEvent
signals aConnectionStatus.CLOSED
event. - GenericCloseEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericCloseEvent
signals aConnectionRequest.CLOSE
event. - GenericConnectionRequestEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericConnectionRequestEvent
represents aConnectionRequest
and might be vetoed by (depending on the firing observable) throwing aVetoException
orVetoException.VetoRuntimeException
by the accordingObserver
. - GenericConnectionStatusEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericConnectionStatusEvent
indicates theConnectionStatus
for a connection. - GenericDestroyedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericDestroyedEvent
signals aLifeCycleStatus.DESTROYED
event. - GenericDestroyEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericDestroyEvent
signals aLifeCycleRequest.DESTROY
event. - GenericInitializedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericInitializedEvent
signals aLifeCycleStatus.INITIALIZED
event. - GenericInitializeEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericInitializeEvent
signals aLifeCycleRequest.INITIALIZE
event. - GenericLifeCycleRequestEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericLifeCycleRequestEvent
represents aLifeCycleRequest
and might be vetoed by (depending on the firing observable) throwing aVetoException
orVetoException.VetoRuntimeException
by the accordingObserver
. - GenericLifeCycleRequestObserver<A,INIT extends GenericInitializeEvent<A,META,SRC>,START extends GenericStartEvent<A,META,SRC>,RESUME extends GenericResumeEvent<A,META,SRC>,PAUSE extends GenericPauseEvent<A,META,SRC>,STOP extends GenericStopEvent<A,META,SRC>,DESTROY extends GenericDestroyEvent<A,META,SRC>,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericLifeCycleRequestObserver
is signaled uponGenericLifeCycleRequestEvent
events. - GenericLifeCycleStatusEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericLifeCycleStatusEvent
indicates theLifeCycleStatus
for a component. - GenericLifeCycleStatusObserver<A,INITED extends GenericInitializedEvent<A,META,SRC>,STARTED extends GenericStartedEvent<A,META,SRC>,RESUMED extends GenericResumedEvent<A,META,SRC>,PAUSED extends GenericPausedEvent<A,META,SRC>,STOPPED extends GenericStoppedEvent<A,META,SRC>,DESTROYED extends GenericDestroyedEvent<A,META,SRC>,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericLifeCycleStatusObserver
is signaled uponGenericLifeCycleStatusEvent
events. - GenericNetworkRequestEvent<CON,A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericNetworkRequestEvent
represents aConnectionRequest
for a connection and might be vetoed by (depending on the firing observable) throwing aVetoException
orVetoException.VetoRuntimeException
by the accordingObserver
. - GenericNetworkStatusEvent<CON,A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericNetworkStatusEvent
indicates theConnectionStatus
for a component's connection. - GenericOpenedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericOpenedEvent
signals aConnectionStatus.OPENED
event. - GenericOpenEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericOpenEvent
signals aConnectionRequest.OPEN
event. - GenericPausedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericPausedEvent
signals aLifeCycleStatus.PAUSED
event. - GenericPauseEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericPauseEvent
signals aLifeCycleRequest.PAUSE
event. - GenericResumedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericResumedEvent
signals aLifeCycleStatus.STARTED
event. - GenericResumeEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericResumeEvent
signals aLifeCycleRequest.RESUME
event. - GenericStartedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericStartedEvent
signals aLifeCycleStatus.STARTED
event. - GenericStartEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericStartEvent
signals aLifeCycleRequest.START
event. - GenericStopEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericStopEvent
signals aLifeCycleRequest.STOP
event. - GenericStoppedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericStoppedEvent
signals aLifeCycleStatus.STOPPED
event. - getConnection() - Method in class org.refcodes.component.ext.observer.AbstractNetworkRequestEvent
- getConnection() - Method in class org.refcodes.component.ext.observer.AbstractNetworkStatusEvent
- getConnectionRequest() - Method in class org.refcodes.component.ext.observer.AbstractConnectionRequestEvent
-
Retrieves the
ConnectionRequest
property from the property. - getConnectionRequest() - Method in interface org.refcodes.component.ext.observer.ConnectionRequestAccessor
-
Retrieves the
ConnectionRequest
property from the property. - getConnectionRequest() - Method in interface org.refcodes.component.ext.observer.GenericCloseEvent
-
Retrieves the
ConnectionRequest
property from the property. - getConnectionRequest() - Method in interface org.refcodes.component.ext.observer.GenericOpenEvent
-
Retrieves the
ConnectionRequest
property from the property. - getConnectionStatus() - Method in class org.refcodes.component.ext.observer.AbstractConnectionStatusEvent
- getConnectionStatus() - Method in interface org.refcodes.component.ext.observer.GenericClosedEvent
- getConnectionStatus() - Method in interface org.refcodes.component.ext.observer.GenericOpenedEvent
- getLifeCycleRequest() - Method in class org.refcodes.component.ext.observer.AbstractLifeCycleRequestEvent
- getLifeCycleRequest() - Method in interface org.refcodes.component.ext.observer.GenericDestroyEvent
- getLifeCycleRequest() - Method in interface org.refcodes.component.ext.observer.GenericInitializeEvent
- getLifeCycleRequest() - Method in interface org.refcodes.component.ext.observer.GenericPauseEvent
- getLifeCycleRequest() - Method in interface org.refcodes.component.ext.observer.GenericResumeEvent
- getLifeCycleRequest() - Method in interface org.refcodes.component.ext.observer.GenericStartEvent
- getLifeCycleRequest() - Method in interface org.refcodes.component.ext.observer.GenericStopEvent
- getLifeCycleStatus() - Method in class org.refcodes.component.ext.observer.AbstractLifeCycleStatusEvent
- getLifeCycleStatus() - Method in interface org.refcodes.component.ext.observer.GenericDestroyedEvent
- getLifeCycleStatus() - Method in interface org.refcodes.component.ext.observer.GenericInitializedEvent
- getLifeCycleStatus() - Method in interface org.refcodes.component.ext.observer.GenericPausedEvent
- getLifeCycleStatus() - Method in interface org.refcodes.component.ext.observer.GenericResumedEvent
- getLifeCycleStatus() - Method in interface org.refcodes.component.ext.observer.GenericStartedEvent
- getLifeCycleStatus() - Method in interface org.refcodes.component.ext.observer.GenericStoppedEvent
- getObservableLifeCycleAutomaton() - Method in interface org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonAccessor
-
Provides access to the
ObservableLifeCycleStatusAutomaton
property.
H
- hasObserverSubscription(LifeCycleRequestObserver) - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- hasObserverSubscription(LifeCycleStatusObserver) - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
I
- initialize() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- initialize() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- InitializedEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
LifeCycleStatusEvent
forLifeCycleStatus.INITIALIZED
. - InitializedEvent(Object) - Constructor for class org.refcodes.component.ext.observer.InitializedEvent
-
Instantiates a new initialized event.
- InitializedEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.InitializedEvent
-
Instantiates a new initialized event.
- InitializedEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.InitializedEvent
-
Instantiates a new initialized event.
- InitializeEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
LifeCycleRequestEvent
forLifeCycleRequest.INITIALIZE
. - InitializeEvent(Object) - Constructor for class org.refcodes.component.ext.observer.InitializeEvent
-
Instantiates a new initialize event.
- InitializeEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.InitializeEvent
-
/** Instantiates a new initialize event.
- InitializeEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.InitializeEvent
-
Instantiates a new initialize event.
L
- letConnectionRequest(ConnectionRequest) - Method in interface org.refcodes.component.ext.observer.ConnectionRequestAccessor.ConnectionRequestProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
ConnectionRequest
(setter) as ofConnectionRequestAccessor.ConnectionRequestMutator.setConnectionRequest(ConnectionRequest)
and returns the very same value (getter). - letObservableLifeCycleAutomaton(ObservableLifeCycleStatusAutomaton) - Method in interface org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
ObservableLifeCycleStatusAutomaton
(setter) as ofsetObservableLifeCycleAutomaton(ObservableLifeCycleStatusAutomaton)
and returns the very same value (getter). - LifeCycleRequestEvent - Interface in org.refcodes.component.ext.observer
-
The
LifeCycleRequestEvent
represents aLifeCycleRequest
and might be vetoed by (depending on the firing observable) throwing aVetoException
orVetoException.VetoRuntimeException
by the accordingObserver
. - LifeCycleRequestObserver - Interface in org.refcodes.component.ext.observer
-
An observer for listening to
LifeCycleRequestEvent
instances. - LifeCycleStatusEvent - Interface in org.refcodes.component.ext.observer
-
TThe
LifeCycleStatusEvent
indicates theLifeCycleStatus
for a component. - LifeCycleStatusObserver - Interface in org.refcodes.component.ext.observer
-
An observer for listening to
LifeCycleStatusEvent
instances.
N
- NetworkRequestEvent<CON> - Interface in org.refcodes.component.ext.observer
-
The
NetworkRequestEvent
represents aConnectionRequest
for a connection and might be vetoed by (depending on the firing observable) throwing aVetoException
orVetoException.VetoRuntimeException
by the accordingObserver
. - NetworkStatusEvent<CON> - Interface in org.refcodes.component.ext.observer
-
The
NetworkStatusEvent
indicates theConnectionStatus
for a component's connection.
O
- ObservableLifeCycleAutomatonAccessor - Interface in org.refcodes.component.ext.observer
-
Provides an accessor for an
ObservableLifeCycleStatusAutomaton
property. - ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonMutator - Interface in org.refcodes.component.ext.observer
-
Provides a mutator for an
ObservableLifeCycleStatusAutomaton
property. - ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonProperty - Interface in org.refcodes.component.ext.observer
-
Provides an
ObservableLifeCycleStatusAutomaton
property. - ObservableLifeCycleRequestAutomaton - Interface in org.refcodes.component.ext.observer
-
The
ObservableLifeCycleRequestAutomaton
extends theObservableLifeCycleStatusAutomaton
with requestGenericActionEvent
functionality which can be vetoed. - ObservableLifeCycleRequestAutomatonImpl - Class in org.refcodes.component.ext.observer
-
Abstract implementation of the
ObservableLifeCycleStatusAutomaton
interface with the according hook methods for you to create your domain drivenObservableLifeCycleStatusAutomaton
. - ObservableLifeCycleRequestAutomatonImpl() - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
-
Instantiates a new observable life cycle request automaton impl.
- ObservableLifeCycleRequestAutomatonImpl(Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(LifeCycleComponent) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(LifeCycleComponent, Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(LifeCycleComponent, Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(LifeCycleComponent, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(LifeCycleComponent, EventMetaData) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(LifeCycleComponent, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(LifeCycleComponent, EventMetaData, Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(LifeCycleComponent, EventMetaData, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(EventMetaData) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(EventMetaData, Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleRequestAutomatonImpl(EventMetaData, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- ObservableLifeCycleStatusAutomaton - Interface in org.refcodes.component.ext.observer
-
A system implementing this interface supports a component life-cycle.
- ObservableLifeCycleStatusAutomatonImpl - Class in org.refcodes.component.ext.observer
-
Abstract implementation of the
ObservableLifeCycleStatusAutomaton
interface with the according hook methods for you to create your domain drivenObservableLifeCycleStatusAutomaton
. - ObservableLifeCycleStatusAutomatonImpl() - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
-
Instantiates a new observable life cycle automaton impl.
- ObservableLifeCycleStatusAutomatonImpl(Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(LifeCycleComponent) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(LifeCycleComponent, Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(LifeCycleComponent, Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(LifeCycleComponent, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(LifeCycleComponent, EventMetaData) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(LifeCycleComponent, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(LifeCycleComponent, EventMetaData, Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(LifeCycleComponent, EventMetaData, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(EventMetaData) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(EventMetaData, Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ObservableLifeCycleStatusAutomatonImpl(EventMetaData, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- onClosedEvent(ClosedEvent) - Method in interface org.refcodes.component.ext.observer.ConnectionObserver
-
Signaled in case a device is being closed.
- onCloseEvent(CloseEvent) - Method in interface org.refcodes.component.ext.observer.ConnectionObserver.ConnectionRequestObserver
-
In case a device is to be closed, then the
CloseEvent
event is fired. - onDestroy(DESTROY) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleRequestObserver
-
In case a component is to be initialized, then the
GenericDestroyEvent
event is fired. - onDestroyed(DESTROYED) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleStatusObserver
-
In case a component is to be initialized, then the
GenericDestroyedEvent
event is fired. - onInitialize(INIT) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleRequestObserver
-
In case a component is to be initialized, then the
GenericInitializeEvent
event is fired. - onInitialized(INITED) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleStatusObserver
-
In case a component is to be initialized, then the
GenericInitializedEvent
event is fired. - onOpendEvent(OpenedEvent) - Method in interface org.refcodes.component.ext.observer.ConnectionObserver
-
Signaled in case a device is being opened.
- onOpenEvent(OpenEvent) - Method in interface org.refcodes.component.ext.observer.ConnectionObserver.ConnectionRequestObserver
-
In case a device is to be opened, then the
OpenEvent
event is fired. - onPause(PAUSE) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleRequestObserver
-
In case a component is to be initialized, then the
GenericPauseEvent
event is fired. - onPaused(PAUSED) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleStatusObserver
-
In case a component is to be initialized, then the
GenericStartedEvent
event is fired. - onResume(RESUME) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleRequestObserver
-
In case a component is to be initialized, then the
GenericResumeEvent
event is fired. - onResumed(RESUMED) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleStatusObserver
-
In case a component is to be initialized, then the
GenericResumedEvent
event is fired. - onStart(START) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleRequestObserver
-
In case a component is to be initialized, then the
GenericStartEvent
event is fired. - onStarted(STARTED) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleStatusObserver
-
In case a component is to be initialized, then the
GenericStartedEvent
event is fired. - onStop(STOP) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleRequestObserver
-
In case a component is to be initialized, then the
GenericStopEvent
event is fired. - onStopped(STOPPED) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleStatusObserver
-
In case a component is to be initialized, then the
GenericStoppedEvent
event is fired. - OpenedEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
ConnectionStatusEvent
forConnectionStatus.OPENED
. - OpenedEvent(Object) - Constructor for class org.refcodes.component.ext.observer.OpenedEvent
-
Instantiates a new opened event.
- OpenedEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.OpenedEvent
-
Instantiates a new opened event.
- OpenedEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.OpenedEvent
-
Instantiates a new opened event.
- OpenEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
ConnectionRequestEvent
forConnectionRequest.OPEN
. - OpenEvent(Object) - Constructor for class org.refcodes.component.ext.observer.OpenEvent
-
Instantiates a new open event.
- OpenEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.OpenEvent
-
Instantiates a new open event.
- OpenEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.OpenEvent
-
Instantiates a new open event.
- org.refcodes.component.ext.observer - module org.refcodes.component.ext.observer
- org.refcodes.component.ext.observer - package org.refcodes.component.ext.observer
P
- pause() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- pause() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- PausedEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
LifeCycleStatusEvent
forLifeCycleStatus.PAUSED
. - PausedEvent(Object) - Constructor for class org.refcodes.component.ext.observer.PausedEvent
-
Instantiates a new paused event.
- PausedEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.PausedEvent
-
Instantiates a new paused event.
- PausedEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.PausedEvent
-
Instantiates a new paused event.
- PauseEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
LifeCycleRequestEvent
forLifeCycleRequest.PAUSE
. - PauseEvent(Object) - Constructor for class org.refcodes.component.ext.observer.PauseEvent
-
Instantiates a new pause event.
- PauseEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.PauseEvent
-
Instantiates a new pause event.
- PauseEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.PauseEvent
-
Instantiates a new pause event.
R
- resume() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- resume() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- ResumedEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
LifeCycleStatusEvent
forLifeCycleStatus.STARTED
. - ResumedEvent(Object) - Constructor for class org.refcodes.component.ext.observer.ResumedEvent
-
Instantiates a new resumed event.
- ResumedEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.ResumedEvent
-
Instantiates a new resumed event.
- ResumedEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ResumedEvent
-
Instantiates a new resumed event.
- ResumeEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
LifeCycleRequestEvent
forLifeCycleRequest.RESUME
. - ResumeEvent(Object) - Constructor for class org.refcodes.component.ext.observer.ResumeEvent
-
Instantiates a new resume event.
- ResumeEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.ResumeEvent
-
Instantiates a new resume event.
- ResumeEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ResumeEvent
-
Instantiates a new resume event.
S
- setConnectionRequest(ConnectionRequest) - Method in interface org.refcodes.component.ext.observer.ConnectionRequestAccessor.ConnectionRequestMutator
-
Sets the
ConnectionRequest
property for the property. - setObservableLifeCycleAutomaton(ObservableLifeCycleStatusAutomaton) - Method in interface org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonMutator
-
Sets the
ObservableLifeCycleStatusAutomaton
property. - start() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- start() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- StartedEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
LifeCycleStatusEvent
forLifeCycleStatus.STARTED
. - StartedEvent(Object) - Constructor for class org.refcodes.component.ext.observer.StartedEvent
-
Instantiates a new started event.
- StartedEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.StartedEvent
-
Instantiates a new started event.
- StartedEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.StartedEvent
-
Instantiates a new started event.
- StartEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
LifeCycleRequestEvent
forLifeCycleRequest.START
. - StartEvent(Object) - Constructor for class org.refcodes.component.ext.observer.StartEvent
-
Instantiates a new start event.
- StartEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.StartEvent
-
Instantiates a new start event.
- StartEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.StartEvent
-
Instantiates a new start event.
- stop() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- stop() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
- StopEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
LifeCycleRequestEvent
forLifeCycleRequest.STOP
. - StopEvent(Object) - Constructor for class org.refcodes.component.ext.observer.StopEvent
-
Instantiates a new stop event.
- StopEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.StopEvent
-
Instantiates a new stop event.
- StopEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.StopEvent
-
Instantiates a new stop event.
- StoppedEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
LifeCycleStatusEvent
forLifeCycleStatus.STOPPED
. - StoppedEvent(Object) - Constructor for class org.refcodes.component.ext.observer.StoppedEvent
-
Instantiates a new stopped event.
- StoppedEvent(String, Object) - Constructor for class org.refcodes.component.ext.observer.StoppedEvent
-
Instantiates a new stopped event.
- StoppedEvent(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.StoppedEvent
-
Instantiates a new stopped event.
- subscribeObserver(LifeCycleRequestObserver) - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- subscribeObserver(LifeCycleStatusObserver) - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
T
- toString() - Method in class org.refcodes.component.ext.observer.AbstractLifeCycleRequestEvent
- toString() - Method in class org.refcodes.component.ext.observer.AbstractLifeCycleStatusEvent
U
- unsubscribeObserver(LifeCycleRequestObserver) - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
- unsubscribeObserver(LifeCycleStatusObserver) - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomatonImpl
_
- _lifecycleRequest - Variable in class org.refcodes.component.ext.observer.AbstractLifeCycleRequestEvent
- _lifecycleStatus - Variable in class org.refcodes.component.ext.observer.AbstractLifeCycleStatusEvent
All Classes|All Packages