Index

A C D G H I L N O P R S T U _ 
All Classes and Interfaces|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 for ConnectionStatus.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 for ConnectionRequest.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 a ConnectionRequest and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
ConnectionStatusEvent - Interface in org.refcodes.component.ext.observer
The ConnectionStatusEvent indicates the ConnectionStatus 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 for LifecycleStatus.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 for LifecycleRequest.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 a ConnectionStatus.CLOSED event.
GenericCloseEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericCloseEvent signals a ConnectionRequest.CLOSE event.
GenericConnectionRequestEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericConnectionRequestEvent represents a ConnectionRequest and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
GenericConnectionStatusEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericConnectionStatusEvent indicates the ConnectionStatus for a connection.
GenericDestroyedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericDestroyedEvent signals a LifecycleStatus.DESTROYED event.
GenericDestroyEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericDestroyEvent signals a LifecycleRequest.DESTROY event.
GenericInitializedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericInitializedEvent signals a LifecycleStatus.INITIALIZED event.
GenericInitializeEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericInitializeEvent signals a LifecycleRequest.INITIALIZE event.
GenericLifecycleRequestEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericLifecycleRequestEvent represents a LifecycleRequest and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
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
GenericLifecycleStatusEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericLifecycleStatusEvent indicates the LifecycleStatus 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
GenericNetworkRequestEvent<CON,A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericNetworkRequestEvent represents a ConnectionRequest for a connection and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
GenericNetworkStatusEvent<CON,A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericNetworkStatusEvent indicates the ConnectionStatus for a component's connection.
GenericOpenedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericOpenedEvent signals a ConnectionStatus.OPENED event.
GenericOpenEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericOpenEvent signals a ConnectionRequest.OPEN event.
GenericPausedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericPausedEvent signals a LifecycleStatus.PAUSED event.
GenericPauseEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericPauseEvent signals a LifecycleRequest.PAUSE event.
GenericResumedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericResumedEvent signals a LifecycleStatus.STARTED event.
GenericResumeEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericResumeEvent signals a LifecycleRequest.RESUME event.
GenericStartedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericStartedEvent signals a LifecycleStatus.STARTED event.
GenericStartEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericStartEvent signals a LifecycleRequest.START event.
GenericStopEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericStopEvent signals a LifecycleRequest.STOP event.
GenericStoppedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The GenericStoppedEvent signals a LifecycleStatus.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 for LifecycleStatus.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 for LifecycleRequest.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 of ConnectionRequestAccessor.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 of ObservableLifecycleAutomatonAccessor.ObservableLifecycleAutomatonMutator.setObservableLifecycleAutomaton(ObservableLifecycleStatusAutomaton) and returns the very same value (getter).
LifecycleRequestEvent - Interface in org.refcodes.component.ext.observer
The LifecycleRequestEvent represents a LifecycleRequest and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
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 the LifecycleStatus 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 a ConnectionRequest for a connection and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
NetworkStatusEvent<CON> - Interface in org.refcodes.component.ext.observer
The NetworkStatusEvent indicates the ConnectionStatus 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
ObservableLifecycleRequestAutomaton - Interface in org.refcodes.component.ext.observer
The ObservableLifecycleRequestAutomaton extends the ObservableLifecycleStatusAutomaton with request GenericActionEvent 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 driven ObservableLifecycleStatusAutomaton.
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 driven ObservableLifecycleStatusAutomaton.
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 for ConnectionStatus.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 for ConnectionRequest.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 for LifecycleStatus.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 for LifecycleRequest.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 for LifecycleStatus.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 for LifecycleRequest.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
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 for LifecycleStatus.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 for LifecycleRequest.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 for LifecycleRequest.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 for LifecycleStatus.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
 
A C D G H I L N O P R S T U _ 
All Classes and Interfaces|All Packages