A C D G H I L N O P R S T U _
A
- AbstractConnectionRequestEvent<A,META extends org.refcodes.observer.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.observer.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.observer.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.observer.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.observer.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.observer.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
ConnectionStatusEventforConnectionStatus.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
ConnectionRequestEventforConnectionRequest.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
ConnectionStatusEventinstances. - ConnectionObserver.ConnectionRequestObserver - Interface in org.refcodes.component.ext.observer
-
An observer for listening to
ConnectionRequestEventinstances. - ConnectionRequestAccessor - Interface in org.refcodes.component.ext.observer
-
Provides an accessor for a
ConnectionRequestproperty. - ConnectionRequestAccessor.ConnectionRequestMutator - Interface in org.refcodes.component.ext.observer
-
Provides a mutator for a
ConnectionRequestproperty. - ConnectionRequestAccessor.ConnectionRequestProperty - Interface in org.refcodes.component.ext.observer
-
Provides a
ConnectionRequestproperty. - ConnectionRequestEvent - Interface in org.refcodes.component.ext.observer
-
The
ConnectionRequestEventrepresents aConnectionRequestand might be vetoed by (depending on the firing observable) throwing aVetoExceptionorVetoException.VetoRuntimeExceptionby the accordingObserver. - ConnectionStatusEvent - Interface in org.refcodes.component.ext.observer
-
The
ConnectionStatusEventindicates theConnectionStatusfor 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
LifeCycleStatusEventforLifeCycleStatus.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
LifeCycleRequestEventforLifeCycleRequest.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.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericClosedEventsignals aConnectionStatus.CLOSEDevent. - GenericCloseEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericCloseEventsignals aConnectionRequest.CLOSEevent. - GenericConnectionRequestEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericConnectionRequestEventrepresents aConnectionRequestand might be vetoed by (depending on the firing observable) throwing aVetoExceptionorVetoException.VetoRuntimeExceptionby the accordingObserver. - GenericConnectionStatusEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericConnectionStatusEventindicates theConnectionStatusfor a connection. - GenericDestroyedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericDestroyedEventsignals aLifeCycleStatus.DESTROYEDevent. - GenericDestroyEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericDestroyEventsignals aLifeCycleRequest.DESTROYevent. - GenericInitializedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericInitializedEventsignals aLifeCycleStatus.INITIALIZEDevent. - GenericInitializeEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericInitializeEventsignals aLifeCycleRequest.INITIALIZEevent. - GenericLifeCycleRequestEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericLifeCycleRequestEventrepresents aLifeCycleRequestand might be vetoed by (depending on the firing observable) throwing aVetoExceptionorVetoException.VetoRuntimeExceptionby 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.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericLifeCycleRequestObserveris signaled uponGenericLifeCycleRequestEventevents. - GenericLifeCycleStatusEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericLifeCycleStatusEventindicates theLifeCycleStatusfor 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.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericLifeCycleStatusObserveris signaled uponGenericLifeCycleStatusEventevents. - GenericNetworkRequestEvent<CON,A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericNetworkRequestEventrepresents aConnectionRequestfor a connection and might be vetoed by (depending on the firing observable) throwing aVetoExceptionorVetoException.VetoRuntimeExceptionby the accordingObserver. - GenericNetworkStatusEvent<CON,A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericNetworkStatusEventindicates theConnectionStatusfor a component's connection. - GenericOpenedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericOpenedEventsignals aConnectionStatus.OPENEDevent. - GenericOpenEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericOpenEventsignals aConnectionRequest.OPENevent. - GenericPausedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericPausedEventsignals aLifeCycleStatus.PAUSEDevent. - GenericPauseEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericPauseEventsignals aLifeCycleRequest.PAUSEevent. - GenericResumedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericResumedEventsignals aLifeCycleStatus.STARTEDevent. - GenericResumeEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericResumeEventsignals aLifeCycleRequest.RESUMEevent. - GenericStartedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericStartedEventsignals aLifeCycleStatus.STARTEDevent. - GenericStartEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericStartEventsignals aLifeCycleRequest.STARTevent. - GenericStopEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericStopEventsignals aLifeCycleRequest.STOPevent. - GenericStoppedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
-
The
GenericStoppedEventsignals aLifeCycleStatus.STOPPEDevent. - 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
ConnectionRequestproperty from the property. - getConnectionRequest() - Method in interface org.refcodes.component.ext.observer.ConnectionRequestAccessor
-
Retrieves the
ConnectionRequestproperty from the property. - getConnectionRequest() - Method in interface org.refcodes.component.ext.observer.GenericCloseEvent
-
Retrieves the
ConnectionRequestproperty from the property. - getConnectionRequest() - Method in interface org.refcodes.component.ext.observer.GenericOpenEvent
-
Retrieves the
ConnectionRequestproperty 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
ObservableLifeCycleStatusAutomatonproperty.
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
LifeCycleStatusEventforLifeCycleStatus.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
LifeCycleRequestEventforLifeCycleRequest.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
- LifeCycleRequestEvent - Interface in org.refcodes.component.ext.observer
-
The
LifeCycleRequestEventrepresents aLifeCycleRequestand might be vetoed by (depending on the firing observable) throwing aVetoExceptionorVetoException.VetoRuntimeExceptionby the accordingObserver. - LifeCycleRequestObserver - Interface in org.refcodes.component.ext.observer
-
An observer for listening to
LifeCycleRequestEventinstances. - LifeCycleStatusEvent - Interface in org.refcodes.component.ext.observer
-
TThe
LifeCycleStatusEventindicates theLifeCycleStatusfor a component. - LifeCycleStatusObserver - Interface in org.refcodes.component.ext.observer
-
An observer for listening to
LifeCycleStatusEventinstances.
N
- NetworkRequestEvent<CON> - Interface in org.refcodes.component.ext.observer
-
The
NetworkRequestEventrepresents aConnectionRequestfor a connection and might be vetoed by (depending on the firing observable) throwing aVetoExceptionorVetoException.VetoRuntimeExceptionby the accordingObserver. - NetworkStatusEvent<CON> - Interface in org.refcodes.component.ext.observer
-
The
NetworkStatusEventindicates theConnectionStatusfor a component's connection.
O
- ObservableLifeCycleAutomatonAccessor - Interface in org.refcodes.component.ext.observer
-
Provides an accessor for an
ObservableLifeCycleStatusAutomatonproperty. - ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonMutator - Interface in org.refcodes.component.ext.observer
-
Provides a mutator for an
ObservableLifeCycleStatusAutomatonproperty. - ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonProperty - Interface in org.refcodes.component.ext.observer
-
Provides an
ObservableLifeCycleStatusAutomatonproperty. - ObservableLifeCycleRequestAutomaton - Interface in org.refcodes.component.ext.observer
-
The
ObservableLifeCycleRequestAutomatonextends theObservableLifeCycleStatusAutomatonwith requestGenericActionEventfunctionality which can be vetoed. - ObservableLifeCycleRequestAutomatonImpl - Class in org.refcodes.component.ext.observer
-
Abstract implementation of the
ObservableLifeCycleStatusAutomatoninterface 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
ObservableLifeCycleStatusAutomatoninterface 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
CloseEventevent is fired. - onDestroy(DESTROY) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleRequestObserver
-
In case a component is to be initialized, then the
GenericDestroyEventevent is fired. - onDestroyed(DESTROYED) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleStatusObserver
-
In case a component is to be initialized, then the
GenericDestroyedEventevent is fired. - onInitialize(INIT) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleRequestObserver
-
In case a component is to be initialized, then the
GenericInitializeEventevent is fired. - onInitialized(INITED) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleStatusObserver
-
In case a component is to be initialized, then the
GenericInitializedEventevent 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
OpenEventevent is fired. - onPause(PAUSE) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleRequestObserver
-
In case a component is to be initialized, then the
GenericPauseEventevent is fired. - onPaused(PAUSED) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleStatusObserver
-
In case a component is to be initialized, then the
GenericStartedEventevent is fired. - onResume(RESUME) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleRequestObserver
-
In case a component is to be initialized, then the
GenericResumeEventevent is fired. - onResumed(RESUMED) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleStatusObserver
-
In case a component is to be initialized, then the
GenericResumedEventevent is fired. - onStart(START) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleRequestObserver
-
In case a component is to be initialized, then the
GenericStartEventevent is fired. - onStarted(STARTED) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleStatusObserver
-
In case a component is to be initialized, then the
GenericStartedEventevent is fired. - onStop(STOP) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleRequestObserver
-
In case a component is to be initialized, then the
GenericStopEventevent is fired. - onStopped(STOPPED) - Method in interface org.refcodes.component.ext.observer.GenericLifeCycleStatusObserver
-
In case a component is to be initialized, then the
GenericStoppedEventevent is fired. - OpenedEvent - Class in org.refcodes.component.ext.observer
-
Implementation of the
ConnectionStatusEventforConnectionStatus.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
ConnectionRequestEventforConnectionRequest.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 - 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
LifeCycleStatusEventforLifeCycleStatus.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
LifeCycleRequestEventforLifeCycleRequest.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
LifeCycleStatusEventforLifeCycleStatus.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
LifeCycleRequestEventforLifeCycleRequest.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
ConnectionRequestproperty for the property. - setObservableLifeCycleAutomaton(ObservableLifeCycleStatusAutomaton) - Method in interface org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonMutator
-
Sets the
ObservableLifeCycleStatusAutomatonproperty. - 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
LifeCycleStatusEventforLifeCycleStatus.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
LifeCycleRequestEventforLifeCycleRequest.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
LifeCycleRequestEventforLifeCycleRequest.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
LifeCycleStatusEventforLifeCycleStatus.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