Searched defs:lvm (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DJConsole.java476 void addVmid(LocalVirtualMachine lvm) { argument
477 addVmid(lvm, false);
481 void addVmid(final LocalVirtualMachine lvm, final boolean tile) { argument
485 addProxyClient(ProxyClient.getProxyClient(lvm), tile);
921 LocalVirtualMachine lvm =
923 if (lvm == null) {
927 vms.add(lvm);
H A DProxyClient.java73 private LocalVirtualMachine lvm; field in class:ProxyClient
139 private ProxyClient(LocalVirtualMachine lvm) throws IOException { argument
140 this.lvm = lvm;
141 this.connectionName = getConnectionName(lvm);
142 this.displayName = "pid: " + lvm.vmid() + " " + lvm.displayName();
331 if (lvm != null) {
332 if (!lvm.isManageable()) {
333 lvm
424 getProxyClient(LocalVirtualMachine lvm) argument
435 getConnectionName(LocalVirtualMachine lvm) argument
439 getCacheKey(LocalVirtualMachine lvm) argument
[all...]

Completed in 34 milliseconds