Package | Description |
---|---|
org.guvnor.ala.registry | |
org.guvnor.ala.registry.inmemory | |
org.guvnor.ala.runtime | |
org.guvnor.ala.runtime.base |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeRegistry.deregisterRuntime(RuntimeId runtimeId)
Deregisters a runtime.
|
PipelineExecutorTrace |
PipelineExecutorRegistry.getExecutorTrace(RuntimeId runtimeId)
Gets the pipeline executor trace that produced a runtime.
|
Modifier and Type | Method and Description |
---|---|
void |
InMemoryRuntimeRegistry.deregisterRuntime(RuntimeId runtimeId) |
PipelineExecutorTrace |
InMemoryPipelineExecutorRegistry.getExecutorTrace(RuntimeId runtimeId) |
Modifier and Type | Interface and Description |
---|---|
interface |
Runtime
Implementations of this interface represent a Runtime (Docker Image running
or a WAR deployed into a
server)
|
Modifier and Type | Method and Description |
---|---|
void |
RuntimeDestroyer.destroy(RuntimeId runtimeId) |
void |
RuntimeManager.pause(RuntimeId runtimeId) |
void |
RuntimeManager.refresh(RuntimeId runtimeId) |
void |
RuntimeManager.restart(RuntimeId runtimeId) |
void |
RuntimeManager.start(RuntimeId runtimeId) |
void |
RuntimeManager.stop(RuntimeId runtimeId) |
boolean |
RuntimeManager.supports(RuntimeId runtimeId) |
boolean |
RuntimeDestroyer.supports(RuntimeId runtimeId) |
Modifier and Type | Class and Description |
---|---|
class |
BaseRuntime
BaseRuntime implementation to be extended by each Runtime Provider
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.