Uses of Interface
org.guvnor.ala.runtime.RuntimeId
-
Packages that use RuntimeId Package Description org.guvnor.ala.registry org.guvnor.ala.registry.inmemory org.guvnor.ala.runtime org.guvnor.ala.runtime.base -
-
Uses of RuntimeId in org.guvnor.ala.registry
Methods in org.guvnor.ala.registry with parameters of type RuntimeId Modifier and Type Method Description voidRuntimeRegistry. deregisterRuntime(RuntimeId runtimeId)Deregisters a runtime.PipelineExecutorTracePipelineExecutorRegistry. getExecutorTrace(RuntimeId runtimeId)Gets the pipeline executor trace that produced a runtime. -
Uses of RuntimeId in org.guvnor.ala.registry.inmemory
Methods in org.guvnor.ala.registry.inmemory with parameters of type RuntimeId Modifier and Type Method Description voidInMemoryRuntimeRegistry. deregisterRuntime(RuntimeId runtimeId)PipelineExecutorTraceInMemoryPipelineExecutorRegistry. getExecutorTrace(RuntimeId runtimeId) -
Uses of RuntimeId in org.guvnor.ala.runtime
Subinterfaces of RuntimeId in org.guvnor.ala.runtime Modifier and Type Interface Description interfaceRuntimeImplementations of this interface represent a Runtime (Docker Image running or a WAR deployed into a server)Methods in org.guvnor.ala.runtime with parameters of type RuntimeId Modifier and Type Method Description voidRuntimeDestroyer. destroy(RuntimeId runtimeId)voidRuntimeManager. pause(RuntimeId runtimeId)voidRuntimeManager. refresh(RuntimeId runtimeId)voidRuntimeManager. restart(RuntimeId runtimeId)voidRuntimeManager. start(RuntimeId runtimeId)voidRuntimeManager. stop(RuntimeId runtimeId)booleanRuntimeDestroyer. supports(RuntimeId runtimeId)booleanRuntimeManager. supports(RuntimeId runtimeId) -
Uses of RuntimeId in org.guvnor.ala.runtime.base
Classes in org.guvnor.ala.runtime.base that implement RuntimeId Modifier and Type Class Description classBaseRuntimeBaseRuntime implementation to be extended by each Runtime Provider
-