Package jvn


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


Detailed Description

One implementation of the Javanaise Coordinator.

Author:
Fabienne BOYER

Lionel DEBROUX, http://lionel.debroux.free.fr

Savas Ali TOKMEN, http://ali.tokmen.com

One implementation of Javanaise Objects.

Author:
Fabienne BOYER

Lionel DEBROUX, http://lionel.debroux.free.fr

Savas Ali TOKMEN, http://ali.tokmen.com

One implementation of Javanaise Server.

Author:
Fabienne BOYER

Lionel DEBROUX, http://lionel.debroux.free.fr

Savas Ali TOKMEN, http://ali.tokmen.com

Wrapper (stub) generator for Javanaise methods / objects, using Velocity.

Author:
Fabienne BOYER

Lionel DEBROUX, http://lionel.debroux.free.fr

Savas Ali TOKMEN, http://ali.tokmen.com


Enumeration Type Documentation

enum jvn::JvnObjectState

Enumeration describing Javanaise Objects' lock states. Names are self-explanatory, "C" means "cached" and "T" means "taken".

Author:
Lionel DEBROUX, http://lionel.debroux.free.fr

Savas Ali TOKMEN, http://ali.tokmen.com

Enumerator:
STATE_NOLOCK 
STATE_RLOCKC 
STATE_WLOCKC 
STATE_RLOCKT 
STATE_WLOCKT 

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 }


Generated on Wed Jan 2 10:15:58 2008 for Javanaise by  doxygen 1.5.4