Uses of Enum Class
de.iip_ecosphere.platform.services.environment.ServiceState
Packages that use ServiceState
Package
Description
Implementation.
Generic services.
Runtime service switching support.
-
Uses of ServiceState in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment declared as ServiceStateFields in de.iip_ecosphere.platform.services.environment with type parameters of type ServiceStateModifier and TypeFieldDescriptionprivate static Map<ServiceState, Set<ServiceState>> ServiceState.validTransitionsprivate static Map<ServiceState, Set<ServiceState>> ServiceState.validTransitionsMethods in de.iip_ecosphere.platform.services.environment that return ServiceStateModifier and TypeMethodDescriptionAbstractDelegatingService.getState()AbstractService.getState()FamilyServiceStub.getState()ServiceStub.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()protected ServiceStatePythonWsProcessService.stop()static ServiceStateReturns the enum constant of this class with the specified name.static ServiceState[]ServiceState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.services.environment with parameters of type ServiceStateModifier and TypeMethodDescriptionprivate static voidServiceState.addValidTransition(ServiceState source, ServiceState... targets) Adds a valid transition.protected voidConnectorServiceWrapper.doSetState(ServiceState state) Changes the state by callingAbstractService.setState(ServiceState).protected voidMultiConnectorServiceWrapper.doSetState(ServiceState state) Changes the state by callingAbstractService.setState(ServiceState).static booleanServiceState.enablesUpdate(ServiceState state) Returns whetherstateenablesUPDATING.booleanServiceState.isValidTransition(ServiceState target) Returns whether a transition from this state totargetis valid.static voidAbstractService.reconfigure(Map<String, String> values, ParameterConfigurerProvider provider, boolean rollback, ServiceState state) Generic service reconfiguration via values that may be passed in throughAbstractService.reconfigure(Map).voidAbstractDelegatingService.setState(ServiceState state) voidAbstractService.setState(ServiceState state) Changes the state.voidConnectorServiceWrapper.setState(ServiceState state) voidFamilyServiceStub.setState(ServiceState state) voidMockingConnectorServiceWrapper.setState(ServiceState state) voidMockingMultiConnectorServiceWrapper.setState(ServiceState state) voidMultiConnectorServiceWrapper.setState(ServiceState state) voidPythonAsyncProcessService.setState(ServiceState state) voidServiceStub.setState(ServiceState state) private static voidStarter.setState(Service service, ServiceState state, ServiceState expected) Changes the state ofservice.private static voidStarter.setStateQuietly(Service service, ServiceState state, ServiceState expected) Changes the state ofservicewithout throwing exceptions.static StringServiceState.toString(ServiceState state) Turns the givenstateto a String.static StringServiceState.toString(ServiceState state, ServiceState dflt) Turns the givenstateto a String.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 ServiceStateModifier and TypeMethodDescriptionprotected 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 ServiceStateModifier and TypeMethodDescriptionServiceBase.getState()Returns the state the service is currently in.Methods in de.iip_ecosphere.platform.services.environment.switching with parameters of type ServiceStateModifier and TypeMethodDescriptionvoidServiceBase.setState(ServiceState state) Changes the state.