Searched refs:getStart (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java49 public Date getStart(); method in interface:Statistic
173 public Date getStart() method in class:AbstractStatistic
272 getStart(), getEnd()));
282 getStart(), getEnd()));
295 if (s.getStart().compareTo(start) < 0)
299 first = s.getStart();
360 getStart(), getEnd()));
370 getStart(), getEnd()));
382 if (s.getStart().compareTo(start) < 0)
386 first = s.getStart();
[all...]
H A DResourceMonitor.java245 2)).getStart(), ((AggregateStatistic)first.

Completed in 42 milliseconds