Skip to content

Commit

Permalink
Update javadocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
broneill committed Oct 28, 2024
1 parent 23930be commit e7f48da
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 18 deletions.
4 changes: 4 additions & 0 deletions docs/javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ <h2 class="title" id="I:C">C</h2>
<dd>
<div class="block">Returns a new <code>Environment</code> instance which uses the given <a href="https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/util/concurrent/Executor.html" title="class or interface in java.util.concurrent" class="external-link"><code>Executor</code></a>.</div>
</dd>
<dt><a href="org.cojen.dirmi/org/cojen/dirmi/Environment.html#create(java.util.concurrent.Executor,boolean)" class="member-name-link">create(Executor, boolean)</a> - Static method in interface org.cojen.dirmi.<a href="org.cojen.dirmi/org/cojen/dirmi/Environment.html" title="interface in org.cojen.dirmi">Environment</a></dt>
<dd>
<div class="block">Returns a new <code>Environment</code> instance which uses the given <a href="https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/util/concurrent/Executor.html" title="class or interface in java.util.concurrent" class="external-link"><code>Executor</code></a>.</div>
</dd>
<dt><a href="org.cojen.dirmi/org/cojen/dirmi/Session.html#current()" class="member-name-link">current()</a> - Static method in interface org.cojen.dirmi.<a href="org.cojen.dirmi/org/cojen/dirmi/Session.html" title="interface in org.cojen.dirmi">Session</a></dt>
<dd>
<div class="block">Returns the current thread-local session, which is available to a remote method
Expand Down
Loading

0 comments on commit e7f48da

Please sign in to comment.