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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/
H A DTimeStatistic.java33 public interface TimeStatistic extends Statistic { interface in inherits:Statistic
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DTimeStatisticImpl.java30 import com.sun.org.glassfish.external.statistics.TimeStatistic;
38 implements TimeStatistic, InvocationHandler {
49 private final TimeStatistic ts =
50 (TimeStatistic) Proxy.newProxyInstance(
51 TimeStatistic.class.getClassLoader(),
52 new Class[] { TimeStatistic.class },
77 public synchronized TimeStatistic getStatistic() {

Completed in 32 milliseconds