@Service public interface VmInfoDAO extends Countable
Modifier and Type | Field and Description |
---|---|
static Key<String> |
commandLineKey |
static Key<Map<String,String>> |
environmentKey |
static Key<String> |
javaHomeKey |
static Key<List<String>> |
librariesKey |
static Key<String> |
mainClassKey |
static Key<Map<String,String>> |
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 |
Copyright © 2013. All rights reserved.