source: branches/objectmq-1.0/lib/rabbitmq-java-client-javadoc-3.0.1/com/rabbitmq/tools/Tracer.html

Last change on this file was 33, checked in by amoreno, 11 years ago

new release version

File size: 17.3 KB
Line 
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_18) on Tue Dec 11 11:47:09 GMT 2012 -->
6<TITLE>
7Tracer
8</TITLE>
9
10<META NAME="date" CONTENT="2012-12-11">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17    if (location.href.indexOf('is-external=true') == -1) {
18        parent.document.title="Tracer";
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="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
45  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
47  </TR>
48</TABLE>
49</TD>
50<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
51</EM>
52</TD>
53</TR>
54
55<TR>
56<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57&nbsp;PREV CLASS&nbsp;
58&nbsp;<A HREF="../../../com/rabbitmq/tools/Tracer.AsyncLogger.html" title="class in com.rabbitmq.tools"><B>NEXT CLASS</B></A></FONT></TD>
59<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
60  <A HREF="../../../index.html?com/rabbitmq/tools/Tracer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
61&nbsp;<A HREF="Tracer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
62&nbsp;<SCRIPT type="text/javascript">
63  <!--
64  if(window==top) {
65    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
66  }
67  //-->
68</SCRIPT>
69<NOSCRIPT>
70  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
71</NOSCRIPT>
72
73
74</FONT></TD>
75</TR>
76<TR>
77<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
78  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
79<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
80DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
81</TR>
82</TABLE>
83<A NAME="skip-navbar_top"></A>
84<!-- ========= END OF TOP NAVBAR ========= -->
85
86<HR>
87<!-- ======== START OF CLASS DATA ======== -->
88<H2>
89<FONT SIZE="-1">
90com.rabbitmq.tools</FONT>
91<BR>
92Class Tracer</H2>
93<PRE>
94java.lang.Object
95  <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>com.rabbitmq.tools.Tracer</B>
96</PRE>
97<DL>
98<DT><B>All Implemented Interfaces:</B> <DD>java.lang.Runnable</DD>
99</DL>
100<HR>
101<DL>
102<DT><PRE>public class <B>Tracer</B><DT>extends java.lang.Object<DT>implements java.lang.Runnable</DL>
103</PRE>
104
105<P>
106AMQP Protocol Analyzer program. Listens on a port (in-port) and when a
107 connection arrives, makes an outbound connection to a host and
108 port (out-port). Relays frames from the in-port to the out-port.
109 Commands are decoded and printed to a supplied <A HREF="../../../com/rabbitmq/tools/Tracer.Logger.html" title="interface in com.rabbitmq.tools"><CODE>Tracer.Logger</CODE></A>.
110 <p/>
111 The stand-alone program (<A HREF="../../../com/rabbitmq/tools/Tracer.html#main(java.lang.String[])"><CODE>main(String[])</CODE></A>) prints to <code>System.out</code>,
112 using a private <A HREF="../../../com/rabbitmq/tools/Tracer.AsyncLogger.html" title="class in com.rabbitmq.tools"><CODE>Tracer.AsyncLogger</CODE></A> instance.  When the connection closes
113 the program listens for a subsequent connection and traces that to the same <A HREF="../../../com/rabbitmq/tools/Tracer.Logger.html" title="interface in com.rabbitmq.tools"><CODE>Tracer.Logger</CODE></A>.
114 This continues until the program is interrupted.
115 <p/>
116 Options for controlling, for example, whether command bodies are decoded,
117 are obtained from <code>System.properties</code>, and are reported to the console
118 before starting the trace.
119 <p/>
120 A <A HREF="../../../com/rabbitmq/tools/Tracer.html" title="class in com.rabbitmq.tools"><CODE>Tracer</CODE></A> object may be instantiated, using one of the constructors
121 <ul>
122 <li><code>Tracer(int listenPort, String id, String host, int port, Logger logger, Properties props)</code></li>
123 <li><code>Tracer(String id)</code></li>
124 <li><code>Tracer(String id, Properties props)</code>
125 <p/>where the missing parameters default as follows:
126 <ul>
127 <li><code>listenPort</code> defaults to <code>5673</code></li>
128 <li><code>host</code> defaults to <q><code>localhost</code></q></li>
129 <li><code>port</code> defaults to <code>5672</code></li>
130 <li><code>logger</code> defaults to <code>new AsyncLogger(System.out)</code></li> and
131 <li><code>props</code> defaults to <code>System.getProperties()</code></li>
132 </ul>
133 </li>
134 </ul>
135 <p/>
136 These constructors block waiting for a connection to arrive on the listenPort.
137 Tracing does not begin until the tracer is <A HREF="../../../com/rabbitmq/tools/Tracer.html#start()"><CODE>start()</CODE></A>ed which <A HREF="../../../com/rabbitmq/tools/Tracer.Logger.html#start()"><CODE>Tracer.Logger.start()</CODE></A>s
138 the supplied logger and creates and starts a <CODE>Thread</CODE> for relaying and deconstructing the frames.
139 <p/>
140 The properties specified in <code>props</code> are used at <A HREF="../../../com/rabbitmq/tools/Tracer.html#start()"><CODE>start()</CODE></A> time and may be modified
141 before this call.
142<P>
143
144<P>
145<DL>
146<DT><B>See Also:</B><DD><A HREF="../../../com/rabbitmq/tools/Tracer.Logger.html" title="interface in com.rabbitmq.tools"><CODE>Tracer.Logger</CODE></A>,
147<A HREF="../../../com/rabbitmq/tools/Tracer.AsyncLogger.html" title="class in com.rabbitmq.tools"><CODE>Tracer.AsyncLogger</CODE></A></DL>
148<HR>
149
150<P>
151<!-- ======== NESTED CLASS SUMMARY ======== -->
152
153<A NAME="nested_class_summary"><!-- --></A>
154<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
155<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
156<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
157<B>Nested Class Summary</B></FONT></TH>
158</TR>
159<TR BGCOLOR="white" CLASS="TableRowColor">
160<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
161<CODE>static&nbsp;class</CODE></FONT></TD>
162<TD><CODE><B><A HREF="../../../com/rabbitmq/tools/Tracer.AsyncLogger.html" title="class in com.rabbitmq.tools">Tracer.AsyncLogger</A></B></CODE>
163
164<BR>
165&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A <A HREF="../../../com/rabbitmq/tools/Tracer.Logger.html" title="interface in com.rabbitmq.tools"><CODE>Tracer.Logger</CODE></A> designed to print <CODE>String</CODE>s to a designated <CODE>OutputStream</CODE>
166 on a private thread.</TD>
167</TR>
168<TR BGCOLOR="white" CLASS="TableRowColor">
169<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170<CODE>static&nbsp;interface</CODE></FONT></TD>
171<TD><CODE><B><A HREF="../../../com/rabbitmq/tools/Tracer.Logger.html" title="interface in com.rabbitmq.tools">Tracer.Logger</A></B></CODE>
172
173<BR>
174&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Logging strings to an outputStream.</TD>
175</TR>
176</TABLE>
177&nbsp;
178<!-- ======== CONSTRUCTOR SUMMARY ======== -->
179
180<A NAME="constructor_summary"><!-- --></A>
181<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
182<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
183<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
184<B>Constructor Summary</B></FONT></TH>
185</TR>
186<TR BGCOLOR="white" CLASS="TableRowColor">
187<TD><CODE><B><A HREF="../../../com/rabbitmq/tools/Tracer.html#Tracer(int, java.lang.String, java.lang.String, int, com.rabbitmq.tools.Tracer.Logger, java.util.Properties)">Tracer</A></B>(int&nbsp;listenPort,
188       java.lang.String&nbsp;id,
189       java.lang.String&nbsp;host,
190       int&nbsp;port,
191       <A HREF="../../../com/rabbitmq/tools/Tracer.Logger.html" title="interface in com.rabbitmq.tools">Tracer.Logger</A>&nbsp;logger,
192       java.util.Properties&nbsp;props)</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><CODE><B><A HREF="../../../com/rabbitmq/tools/Tracer.html#Tracer(java.lang.String)">Tracer</A></B>(java.lang.String&nbsp;id)</CODE>
199
200<BR>
201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202</TR>
203<TR BGCOLOR="white" CLASS="TableRowColor">
204<TD><CODE><B><A HREF="../../../com/rabbitmq/tools/Tracer.html#Tracer(java.lang.String, java.util.Properties)">Tracer</A></B>(java.lang.String&nbsp;id,
205       java.util.Properties&nbsp;props)</CODE>
206
207<BR>
208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
209</TR>
210</TABLE>
211&nbsp;
212<!-- ========== METHOD SUMMARY =========== -->
213
214<A NAME="method_summary"><!-- --></A>
215<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
216<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
217<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
218<B>Method Summary</B></FONT></TH>
219</TR>
220<TR BGCOLOR="white" CLASS="TableRowColor">
221<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
222<CODE>&nbsp;void</CODE></FONT></TD>
223<TD><CODE><B><A HREF="../../../com/rabbitmq/tools/Tracer.html#log(java.lang.String)">log</A></B>(java.lang.String&nbsp;message)</CODE>
224
225<BR>
226&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
227</TR>
228<TR BGCOLOR="white" CLASS="TableRowColor">
229<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
230<CODE>&nbsp;void</CODE></FONT></TD>
231<TD><CODE><B><A HREF="../../../com/rabbitmq/tools/Tracer.html#logException(java.lang.Exception)">logException</A></B>(java.lang.Exception&nbsp;e)</CODE>
232
233<BR>
234&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
235</TR>
236<TR BGCOLOR="white" CLASS="TableRowColor">
237<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
238<CODE>static&nbsp;void</CODE></FONT></TD>
239<TD><CODE><B><A HREF="../../../com/rabbitmq/tools/Tracer.html#main(java.lang.String[])">main</A></B>(java.lang.String[]&nbsp;args)</CODE>
240
241<BR>
242&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
243</TR>
244<TR BGCOLOR="white" CLASS="TableRowColor">
245<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
246<CODE>&nbsp;void</CODE></FONT></TD>
247<TD><CODE><B><A HREF="../../../com/rabbitmq/tools/Tracer.html#run()">run</A></B>()</CODE>
248
249<BR>
250&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
251</TR>
252<TR BGCOLOR="white" CLASS="TableRowColor">
253<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
254<CODE>&nbsp;void</CODE></FONT></TD>
255<TD><CODE><B><A HREF="../../../com/rabbitmq/tools/Tracer.html#start()">start</A></B>()</CODE>
256
257<BR>
258&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
259</TR>
260</TABLE>
261&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
262<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
263<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
264<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
265</TR>
266<TR BGCOLOR="white" CLASS="TableRowColor">
267<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
268</TR>
269</TABLE>
270&nbsp;
271<P>
272
273<!-- ========= CONSTRUCTOR DETAIL ======== -->
274
275<A NAME="constructor_detail"><!-- --></A>
276<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
277<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
278<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
279<B>Constructor Detail</B></FONT></TH>
280</TR>
281</TABLE>
282
283<A NAME="Tracer(int, java.lang.String, java.lang.String, int, com.rabbitmq.tools.Tracer.Logger, java.util.Properties)"><!-- --></A><H3>
284Tracer</H3>
285<PRE>
286public <B>Tracer</B>(int&nbsp;listenPort,
287              java.lang.String&nbsp;id,
288              java.lang.String&nbsp;host,
289              int&nbsp;port,
290              <A HREF="../../../com/rabbitmq/tools/Tracer.Logger.html" title="interface in com.rabbitmq.tools">Tracer.Logger</A>&nbsp;logger,
291              java.util.Properties&nbsp;props)
292       throws java.io.IOException</PRE>
293<DL>
294<DL>
295
296<DT><B>Throws:</B>
297<DD><CODE>java.io.IOException</CODE></DL>
298</DL>
299<HR>
300
301<A NAME="Tracer(java.lang.String)"><!-- --></A><H3>
302Tracer</H3>
303<PRE>
304public <B>Tracer</B>(java.lang.String&nbsp;id)
305       throws java.io.IOException</PRE>
306<DL>
307<DL>
308
309<DT><B>Throws:</B>
310<DD><CODE>java.io.IOException</CODE></DL>
311</DL>
312<HR>
313
314<A NAME="Tracer(java.lang.String, java.util.Properties)"><!-- --></A><H3>
315Tracer</H3>
316<PRE>
317public <B>Tracer</B>(java.lang.String&nbsp;id,
318              java.util.Properties&nbsp;props)
319       throws java.io.IOException</PRE>
320<DL>
321<DL>
322
323<DT><B>Throws:</B>
324<DD><CODE>java.io.IOException</CODE></DL>
325</DL>
326
327<!-- ============ METHOD DETAIL ========== -->
328
329<A NAME="method_detail"><!-- --></A>
330<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
331<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
332<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
333<B>Method Detail</B></FONT></TH>
334</TR>
335</TABLE>
336
337<A NAME="main(java.lang.String[])"><!-- --></A><H3>
338main</H3>
339<PRE>
340public static void <B>main</B>(java.lang.String[]&nbsp;args)</PRE>
341<DL>
342<DD><DL>
343</DL>
344</DD>
345<DD><DL>
346</DL>
347</DD>
348</DL>
349<HR>
350
351<A NAME="start()"><!-- --></A><H3>
352start</H3>
353<PRE>
354public void <B>start</B>()</PRE>
355<DL>
356<DD><DL>
357</DL>
358</DD>
359<DD><DL>
360</DL>
361</DD>
362</DL>
363<HR>
364
365<A NAME="run()"><!-- --></A><H3>
366run</H3>
367<PRE>
368public void <B>run</B>()</PRE>
369<DL>
370<DD><DL>
371<DT><B>Specified by:</B><DD><CODE>run</CODE> in interface <CODE>java.lang.Runnable</CODE></DL>
372</DD>
373<DD><DL>
374</DL>
375</DD>
376</DL>
377<HR>
378
379<A NAME="log(java.lang.String)"><!-- --></A><H3>
380log</H3>
381<PRE>
382public void <B>log</B>(java.lang.String&nbsp;message)</PRE>
383<DL>
384<DD><DL>
385</DL>
386</DD>
387<DD><DL>
388</DL>
389</DD>
390</DL>
391<HR>
392
393<A NAME="logException(java.lang.Exception)"><!-- --></A><H3>
394logException</H3>
395<PRE>
396public void <B>logException</B>(java.lang.Exception&nbsp;e)</PRE>
397<DL>
398<DD><DL>
399</DL>
400</DD>
401<DD><DL>
402</DL>
403</DD>
404</DL>
405<!-- ========= END OF CLASS DATA ========= -->
406<HR>
407
408
409<!-- ======= START OF BOTTOM NAVBAR ====== -->
410<A NAME="navbar_bottom"><!-- --></A>
411<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
412<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
413<TR>
414<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
415<A NAME="navbar_bottom_firstrow"><!-- --></A>
416<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
417  <TR ALIGN="center" VALIGN="top">
418  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
419  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
420  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
421  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
422  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
423  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
424  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
425  </TR>
426</TABLE>
427</TD>
428<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
429</EM>
430</TD>
431</TR>
432
433<TR>
434<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
435&nbsp;PREV CLASS&nbsp;
436&nbsp;<A HREF="../../../com/rabbitmq/tools/Tracer.AsyncLogger.html" title="class in com.rabbitmq.tools"><B>NEXT CLASS</B></A></FONT></TD>
437<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
438  <A HREF="../../../index.html?com/rabbitmq/tools/Tracer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
439&nbsp;<A HREF="Tracer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
440&nbsp;<SCRIPT type="text/javascript">
441  <!--
442  if(window==top) {
443    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
444  }
445  //-->
446</SCRIPT>
447<NOSCRIPT>
448  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
449</NOSCRIPT>
450
451
452</FONT></TD>
453</TR>
454<TR>
455<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
456  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
457<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
458DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
459</TR>
460</TABLE>
461<A NAME="skip-navbar_bottom"></A>
462<!-- ======== END OF BOTTOM NAVBAR ======= -->
463
464<HR>
465
466</BODY>
467</HTML>
Note: See TracBrowser for help on using the repository browser.