public abstract class BaseRuntime extends Object implements Runtime, RegistrableOutput
| Constructor and Description |
|---|
BaseRuntime()
No-args constructor for enabling marshalling to work, please do not remove.
|
BaseRuntime(String id,
String name,
RuntimeConfig config,
ProviderId providerId,
RuntimeEndpoint endpoint,
RuntimeInfo info,
RuntimeState state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
RuntimeConfig |
getConfig() |
RuntimeEndpoint |
getEndpoint() |
String |
getId() |
RuntimeInfo |
getInfo() |
String |
getName()
Gets the human readable name for the runtime.
|
ProviderId |
getProviderId() |
RuntimeState |
getState() |
int |
hashCode() |
String |
toString() |
public BaseRuntime()
public BaseRuntime(String id, String name, RuntimeConfig config, ProviderId providerId, RuntimeEndpoint endpoint, RuntimeInfo info, RuntimeState state)
public String getName()
RuntimeIdRuntimeConfig, the runtime name is getId().public RuntimeConfig getConfig()
public RuntimeInfo getInfo()
public RuntimeState getState()
public RuntimeEndpoint getEndpoint()
getEndpoint in interface Runtimepublic ProviderId getProviderId()
getProviderId in interface RuntimeIdCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.