Modifier and Type | Field and Description |
---|---|
static Key<String> |
commandLineKey |
static Key<VmInfo.KeyValuePair[]> |
environmentKey |
static Key<String> |
javaHomeKey |
static Key<String[]> |
librariesKey |
static Key<String> |
mainClassKey |
static Key<VmInfo.KeyValuePair[]> |
propertiesKey |
static Key<String> |
runtimeVersionKey |
static Key<Long> |
startTimeKey |
static Key<Long> |
stopTimeKey |
static Key<Long> |
uidKey |
static Key<String> |
usernameKey |
static Key<String> |
vmArgumentsKey |
static Category<VmInfo> |
vmInfoCategory |
static Key<String> |
vmInfoKey |
static Key<String> |
vmNameKey |
static Key<Integer> |
vmPidKey |
static Key<String> |
vmVersionKey |
Modifier and Type | Method and Description |
---|---|
List<VmInfo> |
getAllVmInfos() |
VmInfo |
getVmInfo(VmId id) |
VmInfo |
getVmInfo(VmRef ref) |
List<VmInfo> |
getVmInfosForHost(HostRef host) |
Collection<VmRef> |
getVMs(HostRef host) |
void |
putVmInfo(VmInfo info) |
void |
putVmStoppedTime(String vmId,
long since) |
static final Key<VmInfo.KeyValuePair[]> propertiesKey
static final Key<VmInfo.KeyValuePair[]> environmentKey
Collection<VmRef> getVMs(HostRef host)
void putVmInfo(VmInfo info)
void putVmStoppedTime(String vmId, long since)
Copyright © 2016. All Rights Reserved.