| Package | Description |
|---|---|
| org.guvnor.ala.registry | |
| org.guvnor.ala.runtime | |
| org.guvnor.ala.runtime.base |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeRegistry.unregisterRuntime(RuntimeId runtime) |
| 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 |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.