| Package | Description |
|---|---|
| org.guvnor.ala.config | |
| org.guvnor.ala.registry | |
| org.guvnor.ala.runtime | |
| org.guvnor.ala.runtime.base | |
| org.guvnor.ala.runtime.providers | |
| org.guvnor.ala.runtime.providers.base |
| Modifier and Type | Method and Description |
|---|---|
ProviderId |
RuntimeConfig.getProviderId() |
ProviderId |
ProvisioningConfig.getProviderId() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Provider> |
RuntimeRegistry.getProvider(ProviderId providerId,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
ProviderId |
RuntimeId.getProviderId() |
| Modifier and Type | Method and Description |
|---|---|
ProviderId |
BaseRuntime.getProviderId() |
| Constructor and Description |
|---|
BaseRuntime(String id,
RuntimeConfig config,
ProviderId providerId,
RuntimeEndpoint endpoint,
RuntimeInfo info,
RuntimeState state) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Provider
A provider represent a running entity that allows us to provision new
runtimes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderDestroyer.destroy(ProviderId providerId) |
boolean |
ProviderDestroyer.supports(ProviderId providerId) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseProvider |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.