blob: 30d4abbe6c68d6a0d05592d728686f5d8ecd5758 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.3"/>
<title>Lucene.Net: Lucene.Net.Store.Lock Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="lucene-net-icon-128x128.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Lucene.Net
&#160;<span id="projectnumber">3.0.3</span>
</div>
<div id="projectbrief">Lucene.Net is a .NET port of the Java Lucene Indexing Library</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="Index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Properties</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespace_lucene.html">Lucene</a></li><li class="navelem"><a class="el" href="namespace_lucene_1_1_net.html">Net</a></li><li class="navelem"><a class="el" href="namespace_lucene_1_1_net_1_1_store.html">Store</a></li><li class="navelem"><a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html">Lock</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="#pub-static-attribs">Static Public Attributes</a> &#124;
<a href="class_lucene_1_1_net_1_1_store_1_1_lock-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Lucene.Net.Store.Lock Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div>
</div><!--header-->
<div class="contents">
<p>An interprocess mutex lock. Typical use might look like:
<a href="class_lucene_1_1_net_1_1_store_1_1_lock.html#details">More...</a></p>
<p>Inherited by <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_native_f_s_lock.html">Lucene.Net.Store.NativeFSLock</a>, <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_no_lock.html">Lucene.Net.Store.NoLock</a>, <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_simple_f_s_lock.html">Lucene.Net.Store.SimpleFSLock</a>, <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_single_instance_lock.html">Lucene.Net.Store.SingleInstanceLock</a>, and Lucene.Net.Store.VerifyingLockFactory.CheckedLock.</p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock_1_1_with.html">With</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Utility class for executing code with exclusive access. <a href="class_lucene_1_1_net_1_1_store_1_1_lock_1_1_with.html#details">More...</a><br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a0b895959e967f632a7b7e87b3b3427d7"><td class="memItemLeft" align="right" valign="top">abstract bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a0b895959e967f632a7b7e87b3b3427d7">Obtain</a> ()</td></tr>
<tr class="memdesc:a0b895959e967f632a7b7e87b3b3427d7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Attempts to obtain exclusive access and immediately return upon success or failure. <a href="#a0b895959e967f632a7b7e87b3b3427d7"></a><br/></td></tr>
<tr class="separator:a0b895959e967f632a7b7e87b3b3427d7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a133e487543668f0b1fd3286558a7ce87"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a133e487543668f0b1fd3286558a7ce87">Obtain</a> (long lockWaitTimeout)</td></tr>
<tr class="memdesc:a133e487543668f0b1fd3286558a7ce87"><td class="mdescLeft">&#160;</td><td class="mdescRight">Attempts to obtain an exclusive lock within amount of time given. Polls once per <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a3e4d434af902a339175f3b8fc284d0d6" title="How long Obtain(long) waits, in milliseconds, in between attempts to acquire the lock. ">LOCK_POLL_INTERVAL</a> (currently 1000) milliseconds until lockWaitTimeout is passed. <a href="#a133e487543668f0b1fd3286558a7ce87"></a><br/></td></tr>
<tr class="separator:a133e487543668f0b1fd3286558a7ce87"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a78a4491bfe115f88938284904b6c9c17"><td class="memItemLeft" align="right" valign="top">abstract void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a78a4491bfe115f88938284904b6c9c17">Release</a> ()</td></tr>
<tr class="memdesc:a78a4491bfe115f88938284904b6c9c17"><td class="mdescLeft">&#160;</td><td class="mdescRight">Releases exclusive access. <a href="#a78a4491bfe115f88938284904b6c9c17"></a><br/></td></tr>
<tr class="separator:a78a4491bfe115f88938284904b6c9c17"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2daac6fde839e5b7434217fd65ff4163"><td class="memItemLeft" align="right" valign="top">abstract bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a2daac6fde839e5b7434217fd65ff4163">IsLocked</a> ()</td></tr>
<tr class="memdesc:a2daac6fde839e5b7434217fd65ff4163"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if the resource is currently locked. Note that one must still call <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a0b895959e967f632a7b7e87b3b3427d7" title="Attempts to obtain exclusive access and immediately return upon success or failure. ">Obtain()</a> before using the resource. <a href="#a2daac6fde839e5b7434217fd65ff4163"></a><br/></td></tr>
<tr class="separator:a2daac6fde839e5b7434217fd65ff4163"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:ad2debe29cb2bcf3302089d5348b4b1bb"><td class="memItemLeft" align="right" valign="top">const long&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#ad2debe29cb2bcf3302089d5348b4b1bb">LOCK_OBTAIN_WAIT_FOREVER</a> = - 1</td></tr>
<tr class="memdesc:ad2debe29cb2bcf3302089d5348b4b1bb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Pass this value to <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a133e487543668f0b1fd3286558a7ce87" title="Attempts to obtain an exclusive lock within amount of time given. Polls once per LOCK_POLL_INTERVAL (...">Obtain(long)</a> to try forever to obtain the lock. <a href="#ad2debe29cb2bcf3302089d5348b4b1bb"></a><br/></td></tr>
<tr class="separator:ad2debe29cb2bcf3302089d5348b4b1bb"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-attribs"></a>
Static Public Attributes</h2></td></tr>
<tr class="memitem:a3e4d434af902a339175f3b8fc284d0d6"><td class="memItemLeft" align="right" valign="top">static long&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a3e4d434af902a339175f3b8fc284d0d6">LOCK_POLL_INTERVAL</a> = 1000</td></tr>
<tr class="memdesc:a3e4d434af902a339175f3b8fc284d0d6"><td class="mdescLeft">&#160;</td><td class="mdescRight">How long <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a133e487543668f0b1fd3286558a7ce87" title="Attempts to obtain an exclusive lock within amount of time given. Polls once per LOCK_POLL_INTERVAL (...">Obtain(long)</a> waits, in milliseconds, in between attempts to acquire the lock. <a href="#a3e4d434af902a339175f3b8fc284d0d6"></a><br/></td></tr>
<tr class="separator:a3e4d434af902a339175f3b8fc284d0d6"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An interprocess mutex lock. </p>
<p>Typical use might look like: </p>
<p><code> new <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock_1_1_with.html" title="Utility class for executing code with exclusive access. ">Lock.With</a>(directory.makeLock("my.lock")) { public Object doBody() { <em>... code to execute while locked ...</em> } }.run(); </code> </p>
<dl class="section see"><dt>See Also</dt><dd>Directory.MakeLock(String)</dd></dl>
<p>Definition at line <a class="el" href="_lock_8cs_source.html#l00034">34</a> of file <a class="el" href="_lock_8cs_source.html">Lock.cs</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a2daac6fde839e5b7434217fd65ff4163"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">abstract bool Lucene.Net.Store.Lock.IsLocked </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns true if the resource is currently locked. Note that one must still call <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a0b895959e967f632a7b7e87b3b3427d7" title="Attempts to obtain exclusive access and immediately return upon success or failure. ">Obtain()</a> before using the resource. </p>
<p>Implemented in <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_native_f_s_lock.html#a1ab39e9e62aa78143eaa220d7ee0add8">Lucene.Net.Store.NativeFSLock</a>, <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_simple_f_s_lock.html#ab43d00aa45304d9eca6bcded7b5bf13c">Lucene.Net.Store.SimpleFSLock</a>, <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_single_instance_lock.html#ad8861344675a094d09e1fda0f515b8c0">Lucene.Net.Store.SingleInstanceLock</a>, and <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_no_lock.html#a85d805256a1ca9330485ec89dafbf3bd">Lucene.Net.Store.NoLock</a>.</p>
</div>
</div>
<a class="anchor" id="a0b895959e967f632a7b7e87b3b3427d7"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">abstract bool Lucene.Net.Store.Lock.Obtain </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Attempts to obtain exclusive access and immediately return upon success or failure. </p>
<dl class="section return"><dt>Returns</dt><dd>true iff exclusive access is obtained </dd></dl>
<p>Implemented in <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_native_f_s_lock.html#a87096d169bf683fe0c5f05461dcfca98">Lucene.Net.Store.NativeFSLock</a>, <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_simple_f_s_lock.html#acb9a7819b45768fc6a5d35c603e0a18d">Lucene.Net.Store.SimpleFSLock</a>, <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_single_instance_lock.html#a46c424778506ce0341ba59d45c663633">Lucene.Net.Store.SingleInstanceLock</a>, and <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_no_lock.html#a5b5b7b00c582707e0a49b0da78d24eb4">Lucene.Net.Store.NoLock</a>.</p>
</div>
</div>
<a class="anchor" id="a133e487543668f0b1fd3286558a7ce87"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual bool Lucene.Net.Store.Lock.Obtain </td>
<td>(</td>
<td class="paramtype">long&#160;</td>
<td class="paramname"><em>lockWaitTimeout</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Attempts to obtain an exclusive lock within amount of time given. Polls once per <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a3e4d434af902a339175f3b8fc284d0d6" title="How long Obtain(long) waits, in milliseconds, in between attempts to acquire the lock. ">LOCK_POLL_INTERVAL</a> (currently 1000) milliseconds until lockWaitTimeout is passed. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">lockWaitTimeout</td><td>length of time to wait in milliseconds or <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#ad2debe29cb2bcf3302089d5348b4b1bb" title="Pass this value to Obtain(long) to try forever to obtain the lock. ">LOCK_OBTAIN_WAIT_FOREVER</a> to retry forever </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>true if lock was obtained </dd></dl>
<p>&lt;throws&gt; <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock_obtain_failed_exception.html" title="This exception is thrown when the write.lock could not be acquired. This happens when a writer tries ...">LockObtainFailedException</a> if lock wait times out &lt;/throws&gt; &lt;throws&gt; IllegalArgumentException if lockWaitTimeout is &lt;/throws&gt; </p>
<p>out of bounds </p>
<p>&lt;throws&gt; IOException if obtain() throws IOException &lt;/throws&gt; </p>
<p>Definition at line <a class="el" href="_lock_8cs_source.html#l00076">76</a> of file <a class="el" href="_lock_8cs_source.html">Lock.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a78a4491bfe115f88938284904b6c9c17"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">abstract void Lucene.Net.Store.Lock.Release </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Releases exclusive access. </p>
<p>Implemented in <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_native_f_s_lock.html#a88f778b807a2f62048114c05d73622e1">Lucene.Net.Store.NativeFSLock</a>, <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_simple_f_s_lock.html#a293cc28ef797e26b6587a360309639ce">Lucene.Net.Store.SimpleFSLock</a>, <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_single_instance_lock.html#a420cba9a78e76445326265963e2662a4">Lucene.Net.Store.SingleInstanceLock</a>, and <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_no_lock.html#a96f86cea807bf8918e907b6c65eceb49">Lucene.Net.Store.NoLock</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a class="anchor" id="ad2debe29cb2bcf3302089d5348b4b1bb"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const long Lucene.Net.Store.Lock.LOCK_OBTAIN_WAIT_FOREVER = - 1</td>
</tr>
</table>
</div><div class="memdoc">
<p>Pass this value to <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a133e487543668f0b1fd3286558a7ce87" title="Attempts to obtain an exclusive lock within amount of time given. Polls once per LOCK_POLL_INTERVAL (...">Obtain(long)</a> to try forever to obtain the lock. </p>
<p>Definition at line <a class="el" href="_lock_8cs_source.html#l00045">45</a> of file <a class="el" href="_lock_8cs_source.html">Lock.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a3e4d434af902a339175f3b8fc284d0d6"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">long Lucene.Net.Store.Lock.LOCK_POLL_INTERVAL = 1000</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>How long <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_lock.html#a133e487543668f0b1fd3286558a7ce87" title="Attempts to obtain an exclusive lock within amount of time given. Polls once per LOCK_POLL_INTERVAL (...">Obtain(long)</a> waits, in milliseconds, in between attempts to acquire the lock. </p>
<p>Definition at line <a class="el" href="_lock_8cs_source.html#l00040">40</a> of file <a class="el" href="_lock_8cs_source.html">Lock.cs</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>core/Store/<a class="el" href="_lock_8cs_source.html">Lock.cs</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jan 3 2013 02:12:59 for Lucene.Net by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3
</small></address>
</body>
</html>