Lines Matching refs:echo

66         echo("\tInside handleNotification...");
71 echo("\t\t" + n.getObservedAttribute() + " is null");
72 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
73 echo("\t\tTrigger = " + n.getTrigger());
76 echo("\t\tSkipping notification of type: " + type);
79 echo("\tError in handleNotification!");
96 echo(">>> CREATE a new CounterMonitor MBean");
102 echo(">>> ADD a listener to the CounterMonitor");
109 echo(">>> CREATE a new ObservedObject MBean");
116 echo(">>> SET the attributes of the CounterMonitor:");
119 echo("\tATTRIBUTE \"ObservedObject\" = " + obsObjName);
122 echo("\tATTRIBUTE \"ObservedAttribute\" = IntegerAttribute");
125 echo("\tATTRIBUTE \"NotifyFlag\" = true");
129 echo("\tATTRIBUTE \"Threshold\" = " + threshold);
133 echo("\tATTRIBUTE \"GranularityPeriod\" = " + granularityperiod);
135 echo(">>> START the CounterMonitor");
157 echo(">>> CREATE a new GaugeMonitor MBean");
163 echo(">>> ADD a listener to the GaugeMonitor");
170 echo(">>> CREATE a new ObservedObject MBean");
177 echo(">>> SET the attributes of the GaugeMonitor:");
180 echo("\tATTRIBUTE \"ObservedObject\" = " + obsObjName);
183 echo("\tATTRIBUTE \"ObservedAttribute\" = IntegerAttribute");
187 echo("\tATTRIBUTE \"Notify Low Flag\" = false");
188 echo("\tATTRIBUTE \"Notify High Flag\" = true");
192 echo("\tATTRIBUTE \"Low Threshold\" = " + lowThreshold);
193 echo("\tATTRIBUTE \"High Threshold\" = " + highThreshold);
197 echo("\tATTRIBUTE \"GranularityPeriod\" = " + granularityperiod);
199 echo(">>> START the GaugeMonitor");
221 echo(">>> CREATE a new StringMonitor MBean");
227 echo(">>> ADD a listener to the StringMonitor");
234 echo(">>> CREATE a new ObservedObject MBean");
241 echo(">>> SET the attributes of the StringMonitor:");
244 echo("\tATTRIBUTE \"ObservedObject\" = " + obsObjName);
247 echo("\tATTRIBUTE \"ObservedAttribute\" = StringAttribute");
250 echo("\tATTRIBUTE \"NotifyMatch\" = true");
253 echo("\tATTRIBUTE \"NotifyDiffer\" = false");
256 echo("\tATTRIBUTE \"StringToCompare\" = \"do_match_now\"");
260 echo("\tATTRIBUTE \"GranularityPeriod\" = " + granularityperiod);
262 echo(">>> START the StringMonitor");
276 echo(">>> ----------------------------------------");
279 echo(">>> ----------------------------------------");
282 echo(">>> ----------------------------------------");
285 echo(">>> ----------------------------------------");
296 echo("\tOK: " + caller + " notification received");
298 echo("\tKO: " + caller + " notification missed or not emitted");
307 private static void echo(String message) {
320 echo(">>> Unhappy Bye, Bye!");
325 echo(">>> Happy Bye, Bye!");