Skip navigation links
A C D G H I L N O P R S U V 

A

AbstractConnectionRequestEvent - Class in org.refcodes.component.ext.observer
Abstract implementation of the base ConnectionEvent.DeviceRequestEvent.
AbstractConnectionRequestEvent(ConnectionRequest, ConnectionStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.AbstractConnectionRequestEvent
Instantiates a new abstract connection request event.
AbstractConnectionRequestEvent(ConnectionRequest, ConnectionStatus, Object) - Constructor for class org.refcodes.component.ext.observer.AbstractConnectionRequestEvent
Instantiates a new abstract connection request event.
AbstractConnectionStatusEvent - Class in org.refcodes.component.ext.observer
Abstract implementation of the base ConnectionEvent.
AbstractConnectionStatusEvent(ConnectionStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.AbstractConnectionStatusEvent
Instantiates a new abstract connection status event.
AbstractConnectionStatusEvent(ConnectionStatus, Object) - Constructor for class org.refcodes.component.ext.observer.AbstractConnectionStatusEvent
Instantiates a new abstract connection status event.
AbstractLifeCycleRequestEvent - Class in org.refcodes.component.ext.observer
Abstract implementation of the base LifeCycleEvent.LifeCycleRequestEvent.
AbstractLifeCycleRequestEvent(LifeCycleRequest, LifeCycleStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.AbstractLifeCycleRequestEvent
Instantiates a new abstract life cycle request event.
AbstractLifeCycleRequestEvent(LifeCycleRequest, LifeCycleStatus, Object) - Constructor for class org.refcodes.component.ext.observer.AbstractLifeCycleRequestEvent
Instantiates a new abstract life cycle request event.
AbstractLifeCycleStatusEvent - Class in org.refcodes.component.ext.observer
Abstract implementation of the base LifeCycleEvent.
AbstractLifeCycleStatusEvent(LifeCycleStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.AbstractLifeCycleStatusEvent
Instantiates a new abstract life cycle status event.
AbstractLifeCycleStatusEvent(LifeCycleStatus, Object) - Constructor for class org.refcodes.component.ext.observer.AbstractLifeCycleStatusEvent
Instantiates a new abstract life cycle status event.
AbstractNetworkRequestEvent<CON> - Class in org.refcodes.component.ext.observer
Abstract implementation of the base NetworkEvent.NetworkRequestEvent.
AbstractNetworkRequestEvent(CON, ConnectionRequest, ConnectionStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.AbstractNetworkRequestEvent
Instantiates a new abstract network request event.
AbstractNetworkRequestEvent(CON, ConnectionRequest, ConnectionStatus, Object) - Constructor for class org.refcodes.component.ext.observer.AbstractNetworkRequestEvent
Instantiates a new abstract network request event.
AbstractNetworkStatusEvent<CON> - Class in org.refcodes.component.ext.observer
Abstract implementation of the base NetworkEvent.
AbstractNetworkStatusEvent(CON, ConnectionStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.AbstractNetworkStatusEvent
Instantiates a new abstract network status event.
AbstractNetworkStatusEvent(CON, ConnectionStatus, Object) - Constructor for class org.refcodes.component.ext.observer.AbstractNetworkStatusEvent
Instantiates a new abstract network status event.

C

ClosedEvent - Interface in org.refcodes.component.ext.observer
The ConnectionStatus.CLOSED status ActionEvent.
ClosedEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the ClosedEvent.
ClosedEventImpl(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ClosedEventImpl
Instantiates a new closed event impl.
ClosedEventImpl(Object) - Constructor for class org.refcodes.component.ext.observer.ClosedEventImpl
Instantiates a new closed event impl.
CloseEvent - Interface in org.refcodes.component.ext.observer
ConnectionRequest.CLOSE request ActionEvent.
CloseEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the CloseEvent.
CloseEventImpl(ConnectionStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.CloseEventImpl
Instantiates a new close event impl.
CloseEventImpl(ConnectionStatus, Object) - Constructor for class org.refcodes.component.ext.observer.CloseEventImpl
Instantiates a new close event impl.
ConnectionEvent - Interface in org.refcodes.component.ext.observer
The base ActionEvent for ConnectionStatus related ActionEvent instances.
ConnectionEvent.DeviceRequestEvent - Interface in org.refcodes.component.ext.observer
The base ActionEvent for ConnectionRequest related ActionEvent instances.
ConnectionObserver - Interface in org.refcodes.component.ext.observer
A listener for listening to ConnectionEvent instances.
ConnectionObserver.ConnectionRequestObserver - Interface in org.refcodes.component.ext.observer
A listener for listening to ConnectionEvent.DeviceRequestEvent instances.
ConnectionRequest - Enum in org.refcodes.component.ext.observer
The Enum ConnectionRequest.
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.

D

destroy() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
destroy() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
DestroyedEvent - Interface in org.refcodes.component.ext.observer
The LifeCycleStatus.DESTROYED status ActionEvent.
DestroyedEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the DestroyedEvent.
DestroyedEventImpl(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.DestroyedEventImpl
Instantiates a new destroyed event impl.
DestroyedEventImpl(Object) - Constructor for class org.refcodes.component.ext.observer.DestroyedEventImpl
Instantiates a new destroyed event impl.

G

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 class org.refcodes.component.ext.observer.AbstractNetworkRequestEvent
Retrieves the ConnectionRequest property from the property.
getConnectionRequest() - Method in interface org.refcodes.component.ext.observer.ConnectionRequestAccessor
Retrieves the ConnectionRequest property from the property.
getConnectionStatus() - Method in class org.refcodes.component.ext.observer.AbstractConnectionStatusEvent
getLifeCycleRequest() - Method in class org.refcodes.component.ext.observer.AbstractLifeCycleRequestEvent
Retrieves the LifeCycleRequest property from the property.
getLifeCycleRequest() - Method in interface org.refcodes.component.ext.observer.LifeCycleRequestAccessor
Retrieves the LifeCycleRequest property from the property.
getLifeCycleStatus() - Method in class org.refcodes.component.ext.observer.AbstractLifeCycleStatusEvent
getObservableLifeCycleAutomaton() - Method in interface org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonAccessor
Provides access to the ObservableLifeCycleAutomaton property.

H

hasObserverSubscription(LifeCycleObserver) - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
hasObserverSubscription(LifeCycleObserver.LifeCycleRequestObserver) - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl

I

initialize() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
initialize() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
InitializedEvent - Interface in org.refcodes.component.ext.observer
The LifeCycleStatus.INITIALIZED status ActionEvent.
InitializedEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the InitializedEvent.
InitializedEventImpl(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.InitializedEventImpl
Instantiates a new initialized event impl.
InitializedEventImpl(Object) - Constructor for class org.refcodes.component.ext.observer.InitializedEventImpl
Instantiates a new initialized event impl.
InitializeEvent - Interface in org.refcodes.component.ext.observer
The LifeCycleRequest.INITIALIZE request ActionEvent.
InitializeEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the InitializeEvent.
InitializeEventImpl(LifeCycleStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.InitializeEventImpl
Instantiates a new initialize event impl.
InitializeEventImpl(LifeCycleStatus, Object) - Constructor for class org.refcodes.component.ext.observer.InitializeEventImpl
Instantiates a new initialize event impl.

L

LifeCycleEvent - Interface in org.refcodes.component.ext.observer
The base ActionEvent for LifeCycleStatus related ActionEvent instances.
LifeCycleEvent.LifeCycleRequestEvent - Interface in org.refcodes.component.ext.observer
The base ActionEvent for LifeCycleStatus changes providing a LifeCycleRequest.
LifeCycleObserver - Interface in org.refcodes.component.ext.observer
A listener for listening to LifeCycleEvent instances.
LifeCycleObserver.LifeCycleRequestObserver - Interface in org.refcodes.component.ext.observer
A listener for listening to LifeCycleEvent.LifeCycleRequestEvent instances.
LifeCycleRequest - Enum in org.refcodes.component.ext.observer
The Enum LifeCycleRequest.
LifeCycleRequestAccessor - Interface in org.refcodes.component.ext.observer
Provides an accessor for a LifeCycleRequest property.
LifeCycleRequestAccessor.LifeCycleRequestMutator - Interface in org.refcodes.component.ext.observer
Provides a mutator for a LifeCycleRequest property.
LifeCycleRequestAccessor.LifeCycleRequestProperty - Interface in org.refcodes.component.ext.observer
Provides a LifeCycleRequest property.
LOGGER - Static variable in class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
 
LOGGER - Static variable in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
 

N

NetworkEvent<CON> - Interface in org.refcodes.component.ext.observer
The base ActionEvent for ConnectionStatus related ActionEvent instances with a ConnectionAccessor.
NetworkEvent.NetworkRequestEvent<CON> - Interface in org.refcodes.component.ext.observer
The base ActionEvent for ConnectionRequest related ActionEvent instances with a ConnectionAccessor.

O

ObservableLifeCycleAutomaton - Interface in org.refcodes.component.ext.observer
A system implementing this interface supports a component life-cycle.
ObservableLifeCycleAutomaton.ObservableLifeCycleRequestAutomaton - Interface in org.refcodes.component.ext.observer
The ObservableLifeCycleAutomaton.ObservableLifeCycleRequestAutomaton extends the ObservableLifeCycleAutomaton with request ActionEvent functionality which can be vetoed.
ObservableLifeCycleAutomatonAccessor - Interface in org.refcodes.component.ext.observer
Provides an accessor for an ObservableLifeCycleAutomaton property.
ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonMutator - Interface in org.refcodes.component.ext.observer
Provides a mutator for an ObservableLifeCycleAutomaton property.
ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonProperty - Interface in org.refcodes.component.ext.observer
Provides an ObservableLifeCycleAutomaton property.
ObservableLifeCycleAutomatonImpl - Class in org.refcodes.component.ext.observer
Abstract implementation of the ObservableLifeCycleAutomaton interface with the according hook methods for you to create your domain driven ObservableLifeCycleAutomaton.
ObservableLifeCycleAutomatonImpl() - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
Instantiates a new observable life cycle automaton impl.
ObservableLifeCycleAutomatonImpl(Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(EventMetaData) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(LifeCycleComponent) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(LifeCycleComponent, Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(LifeCycleComponent, EventMetaData) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(LifeCycleComponent, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(EventMetaData, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(EventMetaData, Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(LifeCycleComponent, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(LifeCycleComponent, Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(LifeCycleComponent, EventMetaData, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleAutomatonImpl(LifeCycleComponent, EventMetaData, Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
ObservableLifeCycleRequestAutomatonImpl - Class in org.refcodes.component.ext.observer
Abstract implementation of the ObservableLifeCycleAutomaton interface with the according hook methods for you to create your domain driven ObservableLifeCycleAutomaton.
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(EventMetaData) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
ObservableLifeCycleRequestAutomatonImpl(EventMetaData, Object) - 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, EventMetaData) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
ObservableLifeCycleRequestAutomatonImpl(LifeCycleComponent, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
ObservableLifeCycleRequestAutomatonImpl(ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
ObservableLifeCycleRequestAutomatonImpl(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
ObservableLifeCycleRequestAutomatonImpl(EventMetaData, 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, 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(LifeCycleComponent, EventMetaData, Object, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
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.
onDestroyed(DestroyedEvent) - Method in interface org.refcodes.component.ext.observer.LifeCycleObserver
In case a component is to be initialized, then the DestroyedEvent event is fired.
onInitialize(InitializeEvent) - Method in interface org.refcodes.component.ext.observer.LifeCycleObserver.LifeCycleRequestObserver
In case a component is to be initialized, then the InitializedEvent event is fired.
onInitialized(InitializedEvent) - Method in interface org.refcodes.component.ext.observer.LifeCycleObserver
In case a component is to be initialized, then the InitializedEvent 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(PauseEvent) - Method in interface org.refcodes.component.ext.observer.LifeCycleObserver.LifeCycleRequestObserver
In case a component is to be initialized, then the PauseEvent event is fired.
onPaused(PausedEvent) - Method in interface org.refcodes.component.ext.observer.LifeCycleObserver
In case a component is to be initialized, then the StartedEvent event is fired.
onResume(ResumeEvent) - Method in interface org.refcodes.component.ext.observer.LifeCycleObserver.LifeCycleRequestObserver
In case a component is to be initialized, then the ResumeEvent event is fired.
onResumed(ResumedEvent) - Method in interface org.refcodes.component.ext.observer.LifeCycleObserver
In case a component is to be initialized, then the ResumedEvent event is fired.
onStart(StartEvent) - Method in interface org.refcodes.component.ext.observer.LifeCycleObserver.LifeCycleRequestObserver
In case a component is to be initialized, then the StartEvent event is fired.
onStarted(StartedEvent) - Method in interface org.refcodes.component.ext.observer.LifeCycleObserver
In case a component is to be initialized, then the StartedEvent event is fired.
onStop(StopEvent) - Method in interface org.refcodes.component.ext.observer.LifeCycleObserver.LifeCycleRequestObserver
In case a component is to be initialized, then the StopEvent event is fired.
onStopped(StoppedEvent) - Method in interface org.refcodes.component.ext.observer.LifeCycleObserver
In case a component is to be initialized, then the StoppedEvent event is fired.
OpenedEvent - Interface in org.refcodes.component.ext.observer
The ConnectionStatus.OPENED status ActionEvent.
OpenedEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the OpenedEvent.
OpenedEventImpl(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.OpenedEventImpl
Instantiates a new opened event impl.
OpenedEventImpl(Object) - Constructor for class org.refcodes.component.ext.observer.OpenedEventImpl
Instantiates a new opened event impl.
OpenEvent - Interface in org.refcodes.component.ext.observer
The ConnectionRequest.OPEN request ActionEvent.
OpenEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the OpenEvent.
OpenEventImpl(ConnectionStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.OpenEventImpl
Instantiates a new open event impl.
OpenEventImpl(ConnectionStatus, Object) - Constructor for class org.refcodes.component.ext.observer.OpenEventImpl
Instantiates a new open event impl.
org.refcodes.component.ext.observer - package org.refcodes.component.ext.observer
 

P

pause() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
pause() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
PausedEvent - Interface in org.refcodes.component.ext.observer
The LifeCycleStatus.PAUSED status ActionEvent.
PausedEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the PausedEvent.
PausedEventImpl(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.PausedEventImpl
Instantiates a new paused event impl.
PausedEventImpl(Object) - Constructor for class org.refcodes.component.ext.observer.PausedEventImpl
Instantiates a new paused event impl.
PauseEvent - Interface in org.refcodes.component.ext.observer
The LifeCycleRequest.PAUSE request ActionEvent.
PauseEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the PauseEvent.
PauseEventImpl(LifeCycleStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.PauseEventImpl
Instantiates a new pause event impl.
PauseEventImpl(LifeCycleStatus, Object) - Constructor for class org.refcodes.component.ext.observer.PauseEventImpl
Instantiates a new pause event impl.

R

resume() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
resume() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
ResumedEvent - Interface in org.refcodes.component.ext.observer
The LifeCycleStatus.STARTED status ActionEvent.
ResumedEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the ResumedEvent.
ResumedEventImpl(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ResumedEventImpl
Instantiates a new resumed event impl.
ResumedEventImpl(Object) - Constructor for class org.refcodes.component.ext.observer.ResumedEventImpl
Instantiates a new resumed event impl.
ResumeEvent - Interface in org.refcodes.component.ext.observer
The LifeCycleRequest.PAUSE request ActionEvent.
ResumeEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the ResumeEvent.
ResumeEventImpl(LifeCycleStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.ResumeEventImpl
Instantiates a new resume event impl.
ResumeEventImpl(LifeCycleStatus, Object) - Constructor for class org.refcodes.component.ext.observer.ResumeEventImpl
Instantiates a new resume event impl.

S

setConnectionRequest(ConnectionRequest) - Method in interface org.refcodes.component.ext.observer.ConnectionRequestAccessor.ConnectionRequestMutator
Sets the ConnectionRequest property for the property.
setLifeCycleRequest(LifeCycleRequest) - Method in interface org.refcodes.component.ext.observer.LifeCycleRequestAccessor.LifeCycleRequestMutator
Sets the LifeCycleRequest property for the property.
setObservableLifeCycleAutomaton(ObservableLifeCycleAutomaton) - Method in interface org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonMutator
Sets the ObservableLifeCycleAutomaton property.
start() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
start() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
StartedEvent - Interface in org.refcodes.component.ext.observer
The LifeCycleStatus.STARTED status ActionEvent.
StartedEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the StartedEvent.
StartedEventImpl(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.StartedEventImpl
Instantiates a new started event impl.
StartedEventImpl(Object) - Constructor for class org.refcodes.component.ext.observer.StartedEventImpl
Instantiates a new started event impl.
StartEvent - Interface in org.refcodes.component.ext.observer
The LifeCycleRequest.START request ActionEvent.
StartEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the StartEvent.
StartEventImpl(LifeCycleStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.StartEventImpl
Instantiates a new start event impl.
StartEventImpl(LifeCycleStatus, Object) - Constructor for class org.refcodes.component.ext.observer.StartEventImpl
Instantiates a new start event impl.
stop() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
stop() - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl
StopEvent - Interface in org.refcodes.component.ext.observer
The LifeCycleRequest.STOP request ActionEvent.
StopEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the StopEvent.
StopEventImpl(LifeCycleStatus, EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.StopEventImpl
Instantiates a new stop event impl.
StopEventImpl(LifeCycleStatus, Object) - Constructor for class org.refcodes.component.ext.observer.StopEventImpl
Instantiates a new stop event impl.
StoppedEvent - Interface in org.refcodes.component.ext.observer
The LifeCycleStatus.STOPPED status ActionEvent.
StoppedEventImpl - Class in org.refcodes.component.ext.observer
Implementation of the StoppedEvent.
StoppedEventImpl(EventMetaData, Object) - Constructor for class org.refcodes.component.ext.observer.StoppedEventImpl
Instantiates a new stopped event impl.
StoppedEventImpl(Object) - Constructor for class org.refcodes.component.ext.observer.StoppedEventImpl
Instantiates a new stopped event impl.
subscribeObserver(LifeCycleObserver) - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
subscribeObserver(LifeCycleObserver.LifeCycleRequestObserver) - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl

U

unsubscribeObserver(LifeCycleObserver) - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleAutomatonImpl
unsubscribeObserver(LifeCycleObserver.LifeCycleRequestObserver) - Method in class org.refcodes.component.ext.observer.ObservableLifeCycleRequestAutomatonImpl

V

valueOf(String) - Static method in enum org.refcodes.component.ext.observer.ConnectionRequest
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.component.ext.observer.LifeCycleRequest
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.component.ext.observer.ConnectionRequest
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.component.ext.observer.LifeCycleRequest
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G H I L N O P R S U V 
Skip navigation links

Copyright © 2018. All rights reserved.