1 23 24 29 30 package com.sun.enterprise.admin.selfmanagement.event; 31 32 import javax.management.ObjectName ; 35 36 42 public interface StringStatisticMonitorMBean extends StatisticMonitorMBean { 43 44 47 53 @Deprecated 54 public String getDerivedGauge(); 55 56 62 @Deprecated 63 public long getDerivedGaugeTimeStamp(); 64 65 74 public String getDerivedGauge(ObjectName object); 75 76 85 public long getDerivedGaugeTimeStamp(ObjectName object); 86 87 94 public String getStringToCompare(); 95 96 105 public void setStringToCompare(String value) throws java.lang.IllegalArgumentException ; 106 107 115 public boolean getNotifyMatch(); 116 117 124 public void setNotifyMatch(boolean value); 125 126 134 public boolean getNotifyDiffer(); 135 136 143 public void setNotifyDiffer(boolean value); 144 } 145 | Popular Tags |