summaryrefslogtreecommitdiff
path: root/java/JACE/netsvcs/Token/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'java/JACE/netsvcs/Token/package.html')
-rw-r--r--java/JACE/netsvcs/Token/package.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/java/JACE/netsvcs/Token/package.html b/java/JACE/netsvcs/Token/package.html
new file mode 100644
index 00000000000..80777aecc0a
--- /dev/null
+++ b/java/JACE/netsvcs/Token/package.html
@@ -0,0 +1,16 @@
+<!-- $Id$ -->
+<HTML>
+<BODY>
+Token Service for remote mutexes and reader/writer locks.
+<P>
+New types of lock can be easily added on the command line to the service
+without changing existing code by implementing a LockHandler for the new
+type.
+<P>
+A simple test client is available in the tests directory under
+netsvcs\Token.
+
+@see JACE.netsvcs.Token.LockHandler
+@see <a href="http://www.cs.wustl.edu/~schmidt/ACE-netsvcs.html">ACE Network Services</a>
+</BODY>
+</HTML>