Uses of Class
de.iip_ecosphere.platform.services.environment.ServiceState
-
Packages that use ServiceState Package Description de.iip_ecosphere.platform.services.environment Implementation.de.iip_ecosphere.platform.services.environment.services Generic services.de.iip_ecosphere.platform.services.environment.switching Runtime service switching support. -
-
Uses of ServiceState in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment declared as ServiceState Modifier and Type Field Description private ServiceStateAbstractService. stateFields in de.iip_ecosphere.platform.services.environment with type parameters of type ServiceState Modifier and Type Field Description private static java.util.Map<ServiceState,java.util.Set<ServiceState>>ServiceState. validTransitionsprivate static java.util.Map<ServiceState,java.util.Set<ServiceState>>ServiceState. validTransitionsMethods in de.iip_ecosphere.platform.services.environment that return ServiceState Modifier and Type Method Description ServiceStateAbstractService. getState()ServiceStateFamilyServiceStub. getState()ServiceStateServiceStub. getState()protected ServiceStateAbstractPythonProcessService. start()protected ServiceStateAbstractService. start()Starts the service and the background process.protected ServiceStatePythonAsyncProcessService. start()protected ServiceStateAbstractProcessService. stop()Preliminary: Stops the service and the background process.protected ServiceStateAbstractPythonProcessService. stop()protected ServiceStateAbstractRestProcessService. stop()protected ServiceStateAbstractRunnablesService. stop()protected ServiceStateAbstractService. stop()Stops the service and the background process.protected ServiceStatePythonAsyncProcessService. stop()static ServiceStateServiceState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceState[]ServiceState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.iip_ecosphere.platform.services.environment with parameters of type ServiceState Modifier and Type Method Description private static voidServiceState. addValidTransition(ServiceState source, ServiceState... targets)Adds a valid transition.protected voidConnectorServiceWrapper. doSetState(ServiceState state)Changes the state by callingAbstractService.setState(ServiceState).booleanServiceState. isValidTransition(ServiceState target)Returns whether a transition from this state totargetis valid.static voidAbstractService. reconfigure(java.util.Map<java.lang.String,java.lang.String> values, ParameterConfigurerProvider provider, boolean rollback, ServiceState state)Generic service reconfiguration via values that may be passed in throughAbstractService.reconfigure(Map).voidAbstractService. setState(ServiceState state)Changes the state.voidConnectorServiceWrapper. setState(ServiceState state)voidFamilyServiceStub. setState(ServiceState state)voidMockingConnectorServiceWrapper. setState(ServiceState state)voidPythonAsyncProcessService. setState(ServiceState state)voidServiceStub. setState(ServiceState state)static voidServiceState. validateTransition(ServiceState source, ServiceState target)Validates a service state transition and throws an exception if the transition is invalid. -
Uses of ServiceState in de.iip_ecosphere.platform.services.environment.services
Methods in de.iip_ecosphere.platform.services.environment.services that return ServiceState Modifier and Type Method Description protected ServiceStateTraceToAasService. start()protected ServiceStateTraceToAasService. stop() -
Uses of ServiceState in de.iip_ecosphere.platform.services.environment.switching
Methods in de.iip_ecosphere.platform.services.environment.switching that return ServiceState Modifier and Type Method Description ServiceStateServiceBase. getState()Returns the state the service is currently in.Methods in de.iip_ecosphere.platform.services.environment.switching with parameters of type ServiceState Modifier and Type Method Description voidServiceBase. setState(ServiceState state)Changes the state.
-