Lines Matching defs:echo

64         echo("\tInside handleNotification...");
69 echo("\t\t" + n.getObservedAttribute() + " is null");
70 echo("\t\tDerived Gauge = " + n.getDerivedGauge());
71 echo("\t\tTrigger = " + n.getTrigger());
74 echo("\t\tSkipping notification of type: " + type);
77 echo("\tError in handleNotification!");
95 echo(">>> CREATE a new CounterMonitor MBean");
101 echo(">>> ADD a listener to the CounterMonitor");
108 echo(">>> CREATE a new ObservedObject MBean");
115 echo(">>> SET the attributes of the CounterMonitor:");
118 echo("\tATTRIBUTE \"ObservedObject\" = " + obsObjName);
121 echo("\tATTRIBUTE \"ObservedAttribute\" = IntegerAttribute");
124 echo("\tATTRIBUTE \"NotifyFlag\" = true");
128 echo("\tATTRIBUTE \"Threshold\" = " + threshold);
132 echo("\tATTRIBUTE \"GranularityPeriod\" = " + granularityperiod);
134 echo(">>> START the CounterMonitor");
144 echo("\tOK: CounterMonitor notification received");
146 echo("\tKO: CounterMonitor notification missed or not emitted");
170 echo(">>> CREATE a new GaugeMonitor MBean");
176 echo(">>> ADD a listener to the GaugeMonitor");
183 echo(">>> CREATE a new ObservedObject MBean");
190 echo(">>> SET the attributes of the GaugeMonitor:");
193 echo("\tATTRIBUTE \"ObservedObject\" = " + obsObjName);
196 echo("\tATTRIBUTE \"ObservedAttribute\" = IntegerAttribute");
200 echo("\tATTRIBUTE \"Notify Low Flag\" = false");
201 echo("\tATTRIBUTE \"Notify High Flag\" = true");
205 echo("\tATTRIBUTE \"Low Threshold\" = " + lowThreshold);
206 echo("\tATTRIBUTE \"High Threshold\" = " + highThreshold);
210 echo("\tATTRIBUTE \"GranularityPeriod\" = " + granularityperiod);
212 echo(">>> START the GaugeMonitor");
222 echo("\tOK: GaugeMonitor notification received");
224 echo("\tKO: GaugeMonitor notification missed or not emitted");
248 echo(">>> CREATE a new StringMonitor MBean");
254 echo(">>> ADD a listener to the StringMonitor");
261 echo(">>> CREATE a new ObservedObject MBean");
268 echo(">>> SET the attributes of the StringMonitor:");
271 echo("\tATTRIBUTE \"ObservedObject\" = " + obsObjName);
274 echo("\tATTRIBUTE \"ObservedAttribute\" = StringAttribute");
277 echo("\tATTRIBUTE \"NotifyMatch\" = true");
280 echo("\tATTRIBUTE \"NotifyDiffer\" = false");
283 echo("\tATTRIBUTE \"StringToCompare\" = \"do_match_now\"");
287 echo("\tATTRIBUTE \"GranularityPeriod\" = " + granularityperiod);
289 echo(">>> START the StringMonitor");
299 echo("\tOK: StringMonitor notification received");
301 echo("\tKO: StringMonitor notification missed or not emitted");
316 echo(">>> ----------------------------------------");
319 echo(">>> ----------------------------------------");
322 echo(">>> ----------------------------------------");
325 echo(">>> ----------------------------------------");
332 private static void echo(String message) {
345 echo(">>> Unhappy Bye, Bye!");
350 echo(">>> Happy Bye, Bye!");