1 23 24 28 29 34 35 36 package com.sun.enterprise.admin.monitor.stats; 37 import javax.management.j2ee.statistics.Statistic ; 38 import java.io.Serializable ; 39 40 54 55 public interface MutableStatistic extends Serializable { 56 57 63 public Statistic unmodifiableView(); 64 65 75 public Statistic modifiableView(); 76 77 83 public void reset(); 84 } 85 | Popular Tags |