Searched refs:activeVms (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/jstatd/
H A DRemoteHostImpl.java52 private Set<Integer> activeVms; field in class:RemoteHostImpl
59 activeVms = monitoredHost.activeVms();
93 public int[] activeVms() throws MonitorException { method in class:RemoteHostImpl
97 vms = monitoredHost.activeVms().toArray();
107 synchronized(this.activeVms) {
108 activeVms.retainAll(ev.getActive());
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/
H A DMonitoredHostProvider.java46 private HashSet<Integer> activeVms; field in class:MonitoredHostProvider
58 this.activeVms = new HashSet<Integer>();
149 public Set<Integer> activeVms() { method in class:MonitoredHostProvider
150 return vmManager.activeVms();
189 Set lastActiveVms = activeVms;
192 activeVms = (HashSet<Integer>)vmManager.activeVms();
194 if (activeVms.isEmpty()) {
200 for (Iterator i = activeVms.iterator(); i.hasNext(); /* empty */) {
211 if (!activeVms
[all...]
H A DLocalVmManager.java128 public synchronized Set<Integer> activeVms() { method in class:LocalVmManager
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/
H A DRemoteVmManager.java95 public Set<Integer> activeVms() throws MonitorException { method in class:RemoteVmManager
99 active = remoteHost.activeVms();
H A DMonitoredHostProvider.java51 private HashSet<Integer> activeVms; field in class:MonitoredHostProvider
68 this.activeVms = new HashSet<Integer>();
233 public Set<Integer> activeVms() throws MonitorException { method in class:MonitoredHostProvider
234 return vmManager.activeVms();
295 Set lastActiveVms = activeVms;
299 activeVms = (HashSet<Integer>)vmManager.activeVms();
312 if (activeVms.isEmpty()) {
319 for (Iterator i = activeVms.iterator(); i.hasNext(); /* empty */ ) {
330 if (!activeVms
[all...]
/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/remote/
H A DRemoteHost.java84 int[] activeVms() throws RemoteException, MonitorException; method in interface:RemoteHost
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/file/
H A DMonitoredHostProvider.java113 public Set<Integer> activeVms() { method in class:MonitoredHostProvider
/openjdk7/jdk/test/sun/jvmstat/monitor/MonitoredVm/
H A DCR6672135.java48 Set vms = localHost.activeVms();
/openjdk7/jdk/src/share/classes/sun/tools/attach/
H A DHotSpotAttachProvider.java81 vms = host.activeVms();
/openjdk7/jdk/src/share/classes/sun/tools/jps/
H A DJps.java62 Set jvms = monitoredHost.activeVms();
/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/
H A DMonitoredHost.java421 public abstract Set<Integer> activeVms() throws MonitorException; method in class:MonitoredHost
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DLocalVirtualMachine.java136 vms = host.activeVms();

Completed in 63 milliseconds