(no commit message)
[openafs-wiki.git] / JavaAdminAPI / VersionInfo.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc on Tue Nov 11 14:14:27 PST 2003 -->
6 <TITLE>
7 VersionInfo (Java AFS API)
8 </TITLE>
9 <META NAME="keywords" CONTENT="org.openafs.jafs.VersionInfo,VersionInfo class">
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
11 </HEAD>
12 <SCRIPT>
13 function asd()
14 {
15 parent.document.title="VersionInfo (Java AFS API)";
16 }
17 </SCRIPT>
18 <BODY BGCOLOR="white" onload="asd();">
19
20 <!-- ========== START OF NAVBAR ========== -->
21 <A NAME="navbar_top"><!-- --></A>
22 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
23 <TR>
24 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
25 <A NAME="navbar_top_firstrow"><!-- --></A>
26 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
27   <TR ALIGN="center" VALIGN="top">
28   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
29   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
30   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/VersionInfo.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
31   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
32   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
33   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
34   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
35   </TR>
36 </TABLE>
37 </TD>
38 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
39 <B>JAFS API v2.2</B></EM>
40 </TD>
41 </TR>
42
43 <TR>
44 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
45 &nbsp;<A HREF="../../../org/openafs/jafs/User.html"><B>PREV CLASS</B></A>&nbsp;
46 &nbsp;<A HREF="../../../org/openafs/jafs/Volume.html"><B>NEXT CLASS</B></A></FONT></TD>
47 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
48   <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
49 &nbsp;<A HREF="VersionInfo.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
50 &nbsp;
51 <SCRIPT>
52   <!--
53   if(window==top) {
54     document.writeln('<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
55   }
56   //-->
57 </SCRIPT>
58 <NOSCRIPT>
59 <A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
60 </NOSCRIPT>
61 </FONT></TD>
62 </TR>
63 <TR>
64 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
65   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
66 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
67 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
68 </TR>
69 </TABLE>
70 <!-- =========== END OF NAVBAR =========== -->
71
72 <HR>
73 <!-- ======== START OF CLASS DATA ======== -->
74 <H2>
75 <FONT SIZE="-1">
76 org.openafs.jafs</FONT>
77 <BR>
78 Class VersionInfo</H2>
79 <PRE>
80 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html">java.lang.Object</A>
81   |
82   +--<B>org.openafs.jafs.VersionInfo</B>
83 </PRE>
84 <HR>
85 <DL>
86 <DT>public final class <B>VersionInfo</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html">Object</A></DL>
87
88 <P>
89 Class providing static methods for retrieving version information specific to
90  the JNI library.
91  <BR><BR>
92
93  <!--Example of how to use class-->
94  The following is a simple example of how to use the
95  <code>VersionInfo</code> class.
96  <PRE>
97  import org.openafs.jafs.VersionInfo;
98  ...
99  public class ...
100  {
101    ...
102    public static void main(String[] args) throws Exception
103    {
104      System.out.println("Attributes of the jafs native library:");
105      System.out.println("\tDescription:\t" + VersionInfo.getDescription());
106      System.out.println("\tCompile Date:\t" + VersionInfo.getCompileDate());
107      System.out.println("\tVersion:\t" + VersionInfo.getFullVersion());
108    }
109    ...
110  }
111  </PRE>
112 <P>
113
114 <P>
115 <HR>
116
117 <P>
118 <!-- ======== NESTED CLASS SUMMARY ======== -->
119
120
121 <!-- =========== FIELD SUMMARY =========== -->
122
123
124 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
125
126 <A NAME="constructor_summary"><!-- --></A>
127 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
128 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
129 <TD COLSPAN=2><FONT SIZE="+2">
130 <B>Constructor Summary</B></FONT></TD>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD><CODE><B><A HREF="../../../org/openafs/jafs/VersionInfo.html#VersionInfo()">VersionInfo</A></B>()</CODE>
134
135 <BR>
136 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
137 </TR>
138 </TABLE>
139 &nbsp;
140 <!-- ========== METHOD SUMMARY =========== -->
141
142 <A NAME="method_summary"><!-- --></A>
143 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
144 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
145 <TD COLSPAN=2><FONT SIZE="+2">
146 <B>Method Summary</B></FONT></TD>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html">Date</A></CODE></FONT></TD>
151 <TD><CODE><B><A HREF="../../../org/openafs/jafs/VersionInfo.html#getBuildDate()">getBuildDate</A></B>()</CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the date, in the form of a <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html"><CODE>Date</CODE></A> object,
155  representing the compile-time of the native library.</TD>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
159 <CODE>static&nbsp;int</CODE></FONT></TD>
160 <TD><CODE><B><A HREF="../../../org/openafs/jafs/VersionInfo.html#getBuildNumber()">getBuildNumber</A></B>()</CODE>
161
162 <BR>
163 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the build number of the native library.</TD>
164 </TR>
165 <TR BGCOLOR="white" CLASS="TableRowColor">
166 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
167 <CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
168 <TD><CODE><B><A HREF="../../../org/openafs/jafs/VersionInfo.html#getBuildPlatform()">getBuildPlatform</A></B>()</CODE>
169
170 <BR>
171 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the description of the platform that built the native library.</TD>
172 </TR>
173 <TR BGCOLOR="white" CLASS="TableRowColor">
174 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
175 <CODE>protected static&nbsp;long</CODE></FONT></TD>
176 <TD><CODE><B><A HREF="../../../org/openafs/jafs/VersionInfo.html#getBuildTime()">getBuildTime</A></B>()</CODE>
177
178 <BR>
179 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the date, in the form of a long value of milliseconds since 
180  "epoch", representing the compile-time of the native library.</TD>
181 </TR>
182 <TR BGCOLOR="white" CLASS="TableRowColor">
183 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
184 <CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
185 <TD><CODE><B><A HREF="../../../org/openafs/jafs/VersionInfo.html#getDescription()">getDescription</A></B>()</CODE>
186
187 <BR>
188 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the compile-time description of the native library.</TD>
189 </TR>
190 <TR BGCOLOR="white" CLASS="TableRowColor">
191 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
192 <CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
193 <TD><CODE><B><A HREF="../../../org/openafs/jafs/VersionInfo.html#getFullVersion()">getFullVersion</A></B>()</CODE>
194
195 <BR>
196 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the version, in the form of "<version number>.</TD>
197 </TR>
198 <TR BGCOLOR="white" CLASS="TableRowColor">
199 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
200 <CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
201 <TD><CODE><B><A HREF="../../../org/openafs/jafs/VersionInfo.html#getVersion()">getVersion</A></B>()</CODE>
202
203 <BR>
204 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the version number of the native library.</TD>
205 </TR>
206 </TABLE>
207 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
208 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
209 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
210 <TD><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html">Object</A></B></TD>
211 </TR>
212 <TR BGCOLOR="white" CLASS="TableRowColor">
213 <TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#clone()">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#finalize()">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#getClass()">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notify()">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#toString()">toString</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait()">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long)">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
214 </TR>
215 </TABLE>
216 &nbsp;
217 <P>
218
219 <!-- ============ FIELD DETAIL =========== -->
220
221
222 <!-- ========= CONSTRUCTOR DETAIL ======== -->
223
224 <A NAME="constructor_detail"><!-- --></A>
225 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
226 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
227 <TD COLSPAN=1><FONT SIZE="+2">
228 <B>Constructor Detail</B></FONT></TD>
229 </TR>
230 </TABLE>
231
232 <A NAME="VersionInfo()"><!-- --></A><H3>
233 VersionInfo</H3>
234 <PRE>
235 public <B>VersionInfo</B>()</PRE>
236 <DL>
237 </DL>
238
239 <!-- ============ METHOD DETAIL ========== -->
240
241 <A NAME="method_detail"><!-- --></A>
242 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
243 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
244 <TD COLSPAN=1><FONT SIZE="+2">
245 <B>Method Detail</B></FONT></TD>
246 </TR>
247 </TABLE>
248
249 <A NAME="getBuildDate()"><!-- --></A><H3>
250 getBuildDate</H3>
251 <PRE>
252 public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html">Date</A> <B>getBuildDate</B>()
253                                throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></PRE>
254 <DL>
255 <DD>Returns the date, in the form of a <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html"><CODE>Date</CODE></A> object,
256  representing the compile-time of the native library.
257 <P>
258 <DD><DL>
259
260 <DT><B>Throws:</B>
261 <DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></CODE> - If an error occurs in the native code<DT><B>See Also:</B><DD><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html"><CODE>Date</CODE></A></DL>
262 </DD>
263 </DL>
264 <HR>
265
266 <A NAME="getFullVersion()"><!-- --></A><H3>
267 getFullVersion</H3>
268 <PRE>
269 public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html">String</A> <B>getFullVersion</B>()
270                                    throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></PRE>
271 <DL>
272 <DD>Returns the version, in the form of "<version number>.<build number>",
273  representing the full version and build revision of the native library.
274 <P>
275 <DD><DL>
276
277 <DT><B>Throws:</B>
278 <DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></CODE> - If an error occurs in the native code<DT><B>See Also:</B><DD><A HREF="../../../org/openafs/jafs/VersionInfo.html#getVersion()"><CODE>getVersion()</CODE></A>, 
279 <A HREF="../../../org/openafs/jafs/VersionInfo.html#getBuildNumber()"><CODE>getBuildNumber()</CODE></A></DL>
280 </DD>
281 </DL>
282 <HR>
283
284 <A NAME="getBuildTime()"><!-- --></A><H3>
285 getBuildTime</H3>
286 <PRE>
287 protected static final long <B>getBuildTime</B>()
288                                   throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></PRE>
289 <DL>
290 <DD>Returns the date, in the form of a long value of milliseconds since 
291  "epoch", representing the compile-time of the native library.
292 <P>
293 <DD><DL>
294
295 <DT><B>Throws:</B>
296 <DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></CODE> - If an error occurs in the native code<DT><B>See Also:</B><DD><A HREF="../../../org/openafs/jafs/VersionInfo.html#getBuildTime()"><CODE>getBuildTime()</CODE></A></DL>
297 </DD>
298 </DL>
299 <HR>
300
301 <A NAME="getDescription()"><!-- --></A><H3>
302 getDescription</H3>
303 <PRE>
304 public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html">String</A> <B>getDescription</B>()
305                                    throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></PRE>
306 <DL>
307 <DD>Returns the compile-time description of the native library.
308 <P>
309 <DD><DL>
310
311 <DT><B>Throws:</B>
312 <DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></CODE> - If an error occurs in the native code</DL>
313 </DD>
314 </DL>
315 <HR>
316
317 <A NAME="getBuildNumber()"><!-- --></A><H3>
318 getBuildNumber</H3>
319 <PRE>
320 public static final int <B>getBuildNumber</B>()
321                                 throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></PRE>
322 <DL>
323 <DD>Returns the build number of the native library.
324 <P>
325 <DD><DL>
326
327 <DT><B>Throws:</B>
328 <DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></CODE> - If an error occurs in the native code</DL>
329 </DD>
330 </DL>
331 <HR>
332
333 <A NAME="getVersion()"><!-- --></A><H3>
334 getVersion</H3>
335 <PRE>
336 public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html">String</A> <B>getVersion</B>()
337                                throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></PRE>
338 <DL>
339 <DD>Returns the version number of the native library.
340 <P>
341 <DD><DL>
342
343 <DT><B>Throws:</B>
344 <DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></CODE> - If an error occurs in the native code</DL>
345 </DD>
346 </DL>
347 <HR>
348
349 <A NAME="getBuildPlatform()"><!-- --></A><H3>
350 getBuildPlatform</H3>
351 <PRE>
352 public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html">String</A> <B>getBuildPlatform</B>()
353                                      throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></PRE>
354 <DL>
355 <DD>Returns the description of the platform that built the native library.
356 <P>
357 <DD><DL>
358
359 <DT><B>Throws:</B>
360 <DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html">Exception</A></CODE> - If an error occurs in the native code</DL>
361 </DD>
362 </DL>
363 <!-- ========= END OF CLASS DATA ========= -->
364 <HR>
365
366 <!-- ========== START OF NAVBAR ========== -->
367 <A NAME="navbar_bottom"><!-- --></A>
368 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
369 <TR>
370 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
371 <A NAME="navbar_bottom_firstrow"><!-- --></A>
372 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
373   <TR ALIGN="center" VALIGN="top">
374   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
375   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
376   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/VersionInfo.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
377   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
378   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
379   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
380   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
381   </TR>
382 </TABLE>
383 </TD>
384 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
385 <B>JAFS API v2.2</B></EM>
386 </TD>
387 </TR>
388
389 <TR>
390 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
391 &nbsp;<A HREF="../../../org/openafs/jafs/User.html"><B>PREV CLASS</B></A>&nbsp;
392 &nbsp;<A HREF="../../../org/openafs/jafs/Volume.html"><B>NEXT CLASS</B></A></FONT></TD>
393 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
394   <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
395 &nbsp;<A HREF="VersionInfo.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
396 &nbsp;
397 <SCRIPT>
398   <!--
399   if(window==top) {
400     document.writeln('<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
401   }
402   //-->
403 </SCRIPT>
404 <NOSCRIPT>
405 <A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
406 </NOSCRIPT>
407 </FONT></TD>
408 </TR>
409 <TR>
410 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
411   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
412 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
413 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
414 </TR>
415 </TABLE>
416 <!-- =========== END OF NAVBAR =========== -->
417
418 <HR>
419
420 </BODY>
421 </HTML>