comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:3dc0c5604566
1 <body>
2
3 <P> This package implements the remote layer. As well as the more obvious
4 space-related methods, these classes must handle the dispatching of lease
5 renewal, admin requests and transaction management.
6 </P>
7
8 <p> This package is also responsible for handling shutdown and the various
9 security aspects </p>
10
11 <p> Note that all stubs are wrapped in proxies to prevent direct access to
12 the stub which, of course, implements all interfaces. Someone that requires
13 the TransactionParticipant remote reference shouldn't be able to "see"
14 JoinAdmin, for example. </p>
15
16 <p> This package is intended to be used via the JINI ServiceStarter package but can be run via a test skeleton</p>
17
18 @see org.dancres.blitz.remote.BlitzServiceImpl
19
20 </body>