diff src/org/dancres/blitz/remote/package.html @ 0:3dc0c5604566

Initial checkin of blitz 2.0 fcs - no installer yet.
author Dan Creswell <dan.creswell@gmail.com>
date Sat, 21 Mar 2009 11:00:06 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/org/dancres/blitz/remote/package.html	Sat Mar 21 11:00:06 2009 +0000
@@ -0,0 +1,20 @@
+<body>
+
+<P> This package implements the remote layer.  As well as the more obvious
+space-related methods, these classes must handle the dispatching of lease
+renewal, admin requests and transaction management.
+</P>
+
+<p> This package is also responsible for handling shutdown and the various
+security aspects </p>
+
+<p> Note that all stubs are wrapped in proxies to prevent direct access to
+the stub which, of course, implements all interfaces.  Someone that requires
+the TransactionParticipant remote reference shouldn't be able to "see"
+JoinAdmin, for example. </p>
+
+<p> This package is intended to be used via the JINI ServiceStarter package but can be run via a test skeleton</p>
+
+@see org.dancres.blitz.remote.BlitzServiceImpl
+
+</body>
\ No newline at end of file