Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5827 amar.kumar 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.6.0_26) on Fri Aug 17 13:40:05 IST 2012 -->
6
<TITLE>
7
Alert (stat4j API)
8
</TITLE>
9
 
10
<META NAME="date" CONTENT="2012-08-17">
11
 
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
13
 
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    if (location.href.indexOf('is-external=true') == -1) {
18
        parent.document.title="Alert (stat4j API)";
19
    }
20
}
21
</SCRIPT>
22
<NOSCRIPT>
23
</NOSCRIPT>
24
 
25
</HEAD>
26
 
27
<BODY BGCOLOR="white" onload="windowTitle();">
28
<HR>
29
 
30
 
31
<!-- ========= START OF TOP NAVBAR ======= -->
32
<A NAME="navbar_top"><!-- --></A>
33
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35
<TR>
36
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37
<A NAME="navbar_top_firstrow"><!-- --></A>
38
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39
  <TR ALIGN="center" VALIGN="top">
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Alert.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
44
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
45
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
46
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
47
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
48
  </TR>
49
</TABLE>
50
</TD>
51
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
52
</EM>
53
</TD>
54
</TR>
55
 
56
<TR>
57
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
58
&nbsp;PREV CLASS&nbsp;
59
&nbsp;<A HREF="../../../net/sourceforge/stat4j/AlertTest.html" title="class in net.sourceforge.stat4j"><B>NEXT CLASS</B></A></FONT></TD>
60
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
61
  <A HREF="../../../index.html?net/sourceforge/stat4j/Alert.html" target="_top"><B>FRAMES</B></A>  &nbsp;
62
&nbsp;<A HREF="Alert.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
63
&nbsp;<SCRIPT type="text/javascript">
64
  <!--
65
  if(window==top) {
66
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
67
  }
68
  //-->
69
</SCRIPT>
70
<NOSCRIPT>
71
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
72
</NOSCRIPT>
73
 
74
 
75
</FONT></TD>
76
</TR>
77
<TR>
78
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
79
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
80
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
81
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
82
</TR>
83
</TABLE>
84
<A NAME="skip-navbar_top"></A>
85
<!-- ========= END OF TOP NAVBAR ========= -->
86
 
87
<HR>
88
<!-- ======== START OF CLASS DATA ======== -->
89
<H2>
90
<FONT SIZE="-1">
91
net.sourceforge.stat4j</FONT>
92
<BR>
93
Class Alert</H2>
94
<PRE>
95
java.lang.Object
96
  <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>net.sourceforge.stat4j.Alert</B>
97
</PRE>
98
<HR>
99
<DL>
100
<DT><PRE>public final class <B>Alert</B><DT>extends java.lang.Object</DL>
101
</PRE>
102
 
103
<P>
104
Name: Alert.java Date: Sep 6, 2004 Description:
105
 
106
 Simple threshold based alert.
107
 
108
 This class represents a pre-configured alert for a statistic.
109
 
110
 The alert will be evaluated every time the statistic is updated. (alert
111
 suppresion is not supported in this version)
112
 
113
 If the alert fires (either WARN or CRITICAL) then an alert message will be
114
 sent to the nominated log4j category (console,email,NT event log etc)
115
<P>
116
 
117
<P>
118
<DL>
119
<DT><B>Author:</B></DT>
120
  <DD>Lara D'Abreo, Jakub Holy</DD>
121
<DT><B>See Also:</B><DD><CODE>Threashold</CODE></DL>
122
<HR>
123
 
124
<P>
125
<!-- =========== FIELD SUMMARY =========== -->
126
 
127
<A NAME="field_summary"><!-- --></A>
128
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
129
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
130
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
131
<B>Field Summary</B></FONT></TH>
132
</TR>
133
<TR BGCOLOR="white" CLASS="TableRowColor">
134
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
135
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
136
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#category">category</A></B></CODE>
137
 
138
<BR>
139
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
140
</TR>
141
<TR BGCOLOR="white" CLASS="TableRowColor">
142
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143
<CODE>protected &nbsp;<A HREF="../../../net/sourceforge/stat4j/Threshold.html" title="class in net.sourceforge.stat4j">Threshold</A></CODE></FONT></TD>
144
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#critical">critical</A></B></CODE>
145
 
146
<BR>
147
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148
</TR>
149
<TR BGCOLOR="white" CLASS="TableRowColor">
150
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
151
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
152
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#description">description</A></B></CODE>
153
 
154
<BR>
155
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
156
</TR>
157
<TR BGCOLOR="white" CLASS="TableRowColor">
158
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
159
<CODE>private &nbsp;boolean</CODE></FONT></TD>
160
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#lastAlertCritical">lastAlertCritical</A></B></CODE>
161
 
162
<BR>
163
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
164
</TR>
165
<TR BGCOLOR="white" CLASS="TableRowColor">
166
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
167
<CODE>protected &nbsp;long</CODE></FONT></TD>
168
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#lastAlertedMs">lastAlertedMs</A></B></CODE>
169
 
170
<BR>
171
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
172
</TR>
173
<TR BGCOLOR="white" CLASS="TableRowColor">
174
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
175
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
176
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#name">name</A></B></CODE>
177
 
178
<BR>
179
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
180
</TR>
181
<TR BGCOLOR="white" CLASS="TableRowColor">
182
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
183
<CODE>private &nbsp;long</CODE></FONT></TD>
184
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#quietPeriodMs">quietPeriodMs</A></B></CODE>
185
 
186
<BR>
187
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
188
</TR>
189
<TR BGCOLOR="white" CLASS="TableRowColor">
190
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
191
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
192
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#statisticName">statisticName</A></B></CODE>
193
 
194
<BR>
195
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
196
</TR>
197
<TR BGCOLOR="white" CLASS="TableRowColor">
198
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
199
<CODE>protected &nbsp;<A HREF="../../../net/sourceforge/stat4j/Threshold.html" title="class in net.sourceforge.stat4j">Threshold</A></CODE></FONT></TD>
200
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#warn">warn</A></B></CODE>
201
 
202
<BR>
203
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
204
</TR>
205
</TABLE>
206
&nbsp;
207
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
208
 
209
<A NAME="constructor_summary"><!-- --></A>
210
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
211
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
212
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
213
<B>Constructor Summary</B></FONT></TH>
214
</TR>
215
<TR BGCOLOR="white" CLASS="TableRowColor">
216
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#Alert()">Alert</A></B>()</CODE>
217
 
218
<BR>
219
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
220
</TR>
221
</TABLE>
222
&nbsp;
223
<!-- ========== METHOD SUMMARY =========== -->
224
 
225
<A NAME="method_summary"><!-- --></A>
226
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
227
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
228
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
229
<B>Method Summary</B></FONT></TH>
230
</TR>
231
<TR BGCOLOR="white" CLASS="TableRowColor">
232
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
233
<CODE>&nbsp;boolean</CODE></FONT></TD>
234
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#evaluateAlert(double)">evaluateAlert</A></B>(double&nbsp;value)</CODE>
235
 
236
<BR>
237
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
238
</TR>
239
<TR BGCOLOR="white" CLASS="TableRowColor">
240
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
241
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
242
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#getName()">getName</A></B>()</CODE>
243
 
244
<BR>
245
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
246
</TR>
247
<TR BGCOLOR="white" CLASS="TableRowColor">
248
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
249
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
250
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#getStatisticName()">getStatisticName</A></B>()</CODE>
251
 
252
<BR>
253
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
254
</TR>
255
<TR BGCOLOR="white" CLASS="TableRowColor">
256
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
257
<CODE>&nbsp;void</CODE></FONT></TD>
258
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#init(java.lang.String, java.util.Properties)">init</A></B>(java.lang.String&nbsp;name,
259
     java.util.Properties&nbsp;properties)</CODE>
260
 
261
<BR>
262
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
263
</TR>
264
<TR BGCOLOR="white" CLASS="TableRowColor">
265
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
266
<CODE>(package private) &nbsp;boolean</CODE></FONT></TD>
267
<TD><CODE><B><A HREF="../../../net/sourceforge/stat4j/Alert.html#isTriggered(net.sourceforge.stat4j.Threshold, double, boolean)">isTriggered</A></B>(<A HREF="../../../net/sourceforge/stat4j/Threshold.html" title="class in net.sourceforge.stat4j">Threshold</A>&nbsp;t,
268
            double&nbsp;value,
269
            boolean&nbsp;critical)</CODE>
270
 
271
<BR>
272
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
273
</TR>
274
</TABLE>
275
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
276
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
277
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
278
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
279
</TR>
280
<TR BGCOLOR="white" CLASS="TableRowColor">
281
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
282
</TR>
283
</TABLE>
284
&nbsp;
285
<P>
286
 
287
<!-- ============ FIELD DETAIL =========== -->
288
 
289
<A NAME="field_detail"><!-- --></A>
290
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
291
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
292
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
293
<B>Field Detail</B></FONT></TH>
294
</TR>
295
</TABLE>
296
 
297
<A NAME="name"><!-- --></A><H3>
298
name</H3>
299
<PRE>
300
protected java.lang.String <B>name</B></PRE>
301
<DL>
302
<DL>
303
</DL>
304
</DL>
305
<HR>
306
 
307
<A NAME="statisticName"><!-- --></A><H3>
308
statisticName</H3>
309
<PRE>
310
protected java.lang.String <B>statisticName</B></PRE>
311
<DL>
312
<DL>
313
</DL>
314
</DL>
315
<HR>
316
 
317
<A NAME="category"><!-- --></A><H3>
318
category</H3>
319
<PRE>
320
protected java.lang.String <B>category</B></PRE>
321
<DL>
322
<DL>
323
</DL>
324
</DL>
325
<HR>
326
 
327
<A NAME="description"><!-- --></A><H3>
328
description</H3>
329
<PRE>
330
protected java.lang.String <B>description</B></PRE>
331
<DL>
332
<DL>
333
</DL>
334
</DL>
335
<HR>
336
 
337
<A NAME="warn"><!-- --></A><H3>
338
warn</H3>
339
<PRE>
340
protected <A HREF="../../../net/sourceforge/stat4j/Threshold.html" title="class in net.sourceforge.stat4j">Threshold</A> <B>warn</B></PRE>
341
<DL>
342
<DL>
343
</DL>
344
</DL>
345
<HR>
346
 
347
<A NAME="critical"><!-- --></A><H3>
348
critical</H3>
349
<PRE>
350
protected <A HREF="../../../net/sourceforge/stat4j/Threshold.html" title="class in net.sourceforge.stat4j">Threshold</A> <B>critical</B></PRE>
351
<DL>
352
<DL>
353
</DL>
354
</DL>
355
<HR>
356
 
357
<A NAME="lastAlertedMs"><!-- --></A><H3>
358
lastAlertedMs</H3>
359
<PRE>
360
protected long <B>lastAlertedMs</B></PRE>
361
<DL>
362
<DL>
363
</DL>
364
</DL>
365
<HR>
366
 
367
<A NAME="quietPeriodMs"><!-- --></A><H3>
368
quietPeriodMs</H3>
369
<PRE>
370
private long <B>quietPeriodMs</B></PRE>
371
<DL>
372
<DL>
373
</DL>
374
</DL>
375
<HR>
376
 
377
<A NAME="lastAlertCritical"><!-- --></A><H3>
378
lastAlertCritical</H3>
379
<PRE>
380
private boolean <B>lastAlertCritical</B></PRE>
381
<DL>
382
<DL>
383
</DL>
384
</DL>
385
 
386
<!-- ========= CONSTRUCTOR DETAIL ======== -->
387
 
388
<A NAME="constructor_detail"><!-- --></A>
389
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
390
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
391
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
392
<B>Constructor Detail</B></FONT></TH>
393
</TR>
394
</TABLE>
395
 
396
<A NAME="Alert()"><!-- --></A><H3>
397
Alert</H3>
398
<PRE>
399
public <B>Alert</B>()</PRE>
400
<DL>
401
</DL>
402
 
403
<!-- ============ METHOD DETAIL ========== -->
404
 
405
<A NAME="method_detail"><!-- --></A>
406
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
407
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
408
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
409
<B>Method Detail</B></FONT></TH>
410
</TR>
411
</TABLE>
412
 
413
<A NAME="init(java.lang.String, java.util.Properties)"><!-- --></A><H3>
414
init</H3>
415
<PRE>
416
public void <B>init</B>(java.lang.String&nbsp;name,
417
                 java.util.Properties&nbsp;properties)</PRE>
418
<DL>
419
<DD><DL>
420
</DL>
421
</DD>
422
</DL>
423
<HR>
424
 
425
<A NAME="evaluateAlert(double)"><!-- --></A><H3>
426
evaluateAlert</H3>
427
<PRE>
428
public boolean <B>evaluateAlert</B>(double&nbsp;value)</PRE>
429
<DL>
430
<DD><DL>
431
</DL>
432
</DD>
433
</DL>
434
<HR>
435
 
436
<A NAME="isTriggered(net.sourceforge.stat4j.Threshold, double, boolean)"><!-- --></A><H3>
437
isTriggered</H3>
438
<PRE>
439
boolean <B>isTriggered</B>(<A HREF="../../../net/sourceforge/stat4j/Threshold.html" title="class in net.sourceforge.stat4j">Threshold</A>&nbsp;t,
440
                    double&nbsp;value,
441
                    boolean&nbsp;critical)</PRE>
442
<DL>
443
<DD><DL>
444
</DL>
445
</DD>
446
</DL>
447
<HR>
448
 
449
<A NAME="getName()"><!-- --></A><H3>
450
getName</H3>
451
<PRE>
452
public java.lang.String <B>getName</B>()</PRE>
453
<DL>
454
<DD><DL>
455
 
456
<DT><B>Returns:</B><DD></DL>
457
</DD>
458
</DL>
459
<HR>
460
 
461
<A NAME="getStatisticName()"><!-- --></A><H3>
462
getStatisticName</H3>
463
<PRE>
464
public java.lang.String <B>getStatisticName</B>()</PRE>
465
<DL>
466
<DD><DL>
467
 
468
<DT><B>Returns:</B><DD></DL>
469
</DD>
470
</DL>
471
<!-- ========= END OF CLASS DATA ========= -->
472
<HR>
473
 
474
 
475
<!-- ======= START OF BOTTOM NAVBAR ====== -->
476
<A NAME="navbar_bottom"><!-- --></A>
477
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
478
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
479
<TR>
480
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
481
<A NAME="navbar_bottom_firstrow"><!-- --></A>
482
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
483
  <TR ALIGN="center" VALIGN="top">
484
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
485
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
486
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
487
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Alert.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
488
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
489
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
490
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
491
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
492
  </TR>
493
</TABLE>
494
</TD>
495
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
496
</EM>
497
</TD>
498
</TR>
499
 
500
<TR>
501
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
502
&nbsp;PREV CLASS&nbsp;
503
&nbsp;<A HREF="../../../net/sourceforge/stat4j/AlertTest.html" title="class in net.sourceforge.stat4j"><B>NEXT CLASS</B></A></FONT></TD>
504
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
505
  <A HREF="../../../index.html?net/sourceforge/stat4j/Alert.html" target="_top"><B>FRAMES</B></A>  &nbsp;
506
&nbsp;<A HREF="Alert.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
507
&nbsp;<SCRIPT type="text/javascript">
508
  <!--
509
  if(window==top) {
510
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
511
  }
512
  //-->
513
</SCRIPT>
514
<NOSCRIPT>
515
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
516
</NOSCRIPT>
517
 
518
 
519
</FONT></TD>
520
</TR>
521
<TR>
522
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
523
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
524
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
525
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
526
</TR>
527
</TABLE>
528
<A NAME="skip-navbar_bottom"></A>
529
<!-- ======== END OF BOTTOM NAVBAR ======= -->
530
 
531
<HR>
532
 
533
</BODY>
534
</HTML>