Uses of Class
de.gebit.integrity.remoting.transport.enums.ExecutionStates
-
-
Uses of ExecutionStates in de.gebit.integrity.remoting.client
Methods in de.gebit.integrity.remoting.client that return ExecutionStates Modifier and Type Method Description ExecutionStatesIntegrityRemotingClient. getExecutionState()Methods in de.gebit.integrity.remoting.client with parameters of type ExecutionStates Modifier and Type Method Description voidIntegrityRemotingClientListener. onExecutionStateUpdate(ExecutionStates aState, Endpoint anEndpoint)Called when the execution state has changed. -
Uses of ExecutionStates in de.gebit.integrity.remoting.server
Methods in de.gebit.integrity.remoting.server with parameters of type ExecutionStates Modifier and Type Method Description voidIntegrityRemotingServer. updateExecutionState(ExecutionStates aNewState)Updates the execution state, broadcasting a message to all clients to notify them about that change. -
Uses of ExecutionStates in de.gebit.integrity.remoting.transport.enums
Methods in de.gebit.integrity.remoting.transport.enums that return ExecutionStates Modifier and Type Method Description static ExecutionStatesExecutionStates. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionStates[]ExecutionStates. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExecutionStates in de.gebit.integrity.remoting.transport.messages
Methods in de.gebit.integrity.remoting.transport.messages that return ExecutionStates Modifier and Type Method Description ExecutionStatesExecutionStateMessage. getState()Constructors in de.gebit.integrity.remoting.transport.messages with parameters of type ExecutionStates Constructor Description ExecutionStateMessage(ExecutionStates aState)Creates a new message. -
Uses of ExecutionStates in de.gebit.integrity.runner.forking
Methods in de.gebit.integrity.runner.forking that return ExecutionStates Modifier and Type Method Description ExecutionStatesFork. getExecutionState()
-