Lines Matching refs:echo

191         echo("\tInside handleNotification...");
196 echo("\t\t" + n.getObservedAttribute() +
198 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
199 echo("\t\tTrigger = " + n.getTrigger());
207 echo("\t\t" + n.getObservedAttribute() +
209 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
210 echo("\t\tTrigger = " + n.getTrigger());
218 echo("\t\t" + n.getObservedAttribute() +
220 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
221 echo("\t\tTrigger = " + n.getTrigger());
228 echo("\t\tSkipping notification of type: " + type);
231 echo("\tError in handleNotification!");
251 echo(">>> CREATE a new CounterMonitor MBean");
257 echo(">>> ADD a listener to the CounterMonitor");
264 echo(">>> CREATE a new ObservedObject MBean");
285 echo(">>> SET the attributes of the CounterMonitor:");
288 echo("\tATTRIBUTE \"ObservedObject\" = " + obsObjName);
294 echo("\tATTRIBUTE \"ObservedAttribute\" = " +
300 echo("\tATTRIBUTE \"ObservedAttribute\" = " +
306 echo("\tATTRIBUTE \"ObservedAttribute\" = " +
312 echo("\tATTRIBUTE \"NotifyFlag\" = true");
316 echo("\tATTRIBUTE \"Threshold\" = " + threshold);
320 echo("\tATTRIBUTE \"GranularityPeriod\" = " + granularityperiod);
322 echo(">>> START the CounterMonitor");
387 echo("\tOK: CounterMonitor notification received");
389 echo("\tKO: CounterMonitor notification missed or not emitted");
415 echo(">>> CREATE a new GaugeMonitor MBean");
421 echo(">>> ADD a listener to the GaugeMonitor");
428 echo(">>> CREATE a new ObservedObject MBean");
449 echo(">>> SET the attributes of the GaugeMonitor:");
452 echo("\tATTRIBUTE \"ObservedObject\" = " + obsObjName);
458 echo("\tATTRIBUTE \"ObservedAttribute\" = " +
464 echo("\tATTRIBUTE \"ObservedAttribute\" = " +
470 echo("\tATTRIBUTE \"ObservedAttribute\" = " +
477 echo("\tATTRIBUTE \"Notify Low Flag\" = false");
478 echo("\tATTRIBUTE \"Notify High Flag\" = true");
485 echo("\tATTRIBUTE \"Low Threshold\" = " + lowThresholdD);
486 echo("\tATTRIBUTE \"High Threshold\" = " + highThresholdD);
491 echo("\tATTRIBUTE \"Low Threshold\" = " + lowThreshold);
492 echo("\tATTRIBUTE \"High Threshold\" = " + highThreshold);
498 echo("\tATTRIBUTE \"GranularityPeriod\" = " + granularityperiod);
500 echo(">>> START the GaugeMonitor");
565 echo("\tOK: GaugeMonitor notification received");
567 echo("\tKO: GaugeMonitor notification missed or not emitted");
593 echo(">>> CREATE a new StringMonitor MBean");
599 echo(">>> ADD a listener to the StringMonitor");
606 echo(">>> CREATE a new ObservedObject MBean");
627 echo(">>> SET the attributes of the StringMonitor:");
630 echo("\tATTRIBUTE \"ObservedObject\" = " + obsObjName);
636 echo("\tATTRIBUTE \"ObservedAttribute\" = " +
642 echo("\tATTRIBUTE \"ObservedAttribute\" = " +
648 echo("\tATTRIBUTE \"ObservedAttribute\" = " +
654 echo("\tATTRIBUTE \"NotifyMatch\" = true");
657 echo("\tATTRIBUTE \"NotifyDiffer\" = false");
660 echo("\tATTRIBUTE \"StringToCompare\" = \"do_match_now\"");
664 echo("\tATTRIBUTE \"GranularityPeriod\" = " + granularityperiod);
666 echo(">>> START the StringMonitor");
731 echo("\tOK: StringMonitor notification received");
733 echo("\tKO: StringMonitor notification missed or not emitted");
748 echo(">>> ----------------------------------------");
750 echo(">>> ----------------------------------------");
752 echo(">>> ----------------------------------------");
754 echo(">>> ----------------------------------------");
756 echo(">>> ----------------------------------------");
758 echo(">>> ----------------------------------------");
760 echo(">>> ----------------------------------------");
762 echo(">>> ----------------------------------------");
764 echo(">>> ----------------------------------------");
766 echo(">>> ----------------------------------------");
773 private static void echo(String message) {
824 echo(">>> Unhappy Bye, Bye!");
829 echo(">>> Happy Bye, Bye!");