Classes | |
class | JvnInvalidateReaderThread |
class | JvnServers |
class | JvnCoordImpl |
class | JvnException |
interface | JvnLocalServer |
interface | JvnObject |
class | JvnObjectImpl |
interface | JvnRead |
interface | JvnRemoteCoord |
interface | JvnRemoteServer |
class | JvnServerImpl |
class | JvnWrapperCreator |
interface | JvnWrite |
interface | NotNull |
class | Signature |
Enumerations | |
enum | JvnObjectState |
One implementation of Javanaise Objects.
One implementation of Javanaise Server.
Wrapper (stub) generator for Javanaise methods / objects, using Velocity.
enum jvn::JvnObjectState |
Enumeration describing Javanaise Objects' lock states. Names are self-explanatory, "C" means "cached" and "T" means "taken".
Definition at line 10 of file JvnObjectState.java.
00010 { 00011 STATE_NOLOCK, 00012 STATE_RLOCKC, 00013 STATE_WLOCKC, 00014 STATE_RLOCKT, 00015 STATE_WLOCKT 00016 }