jvn.JvnRemoteServer Interface Reference

Inheritance diagram for jvn.JvnRemoteServer:

Inheritance graph
[legend]

List of all members.

Public Member Functions

void jvnInvalidateReader (int joi) throws java.rmi.RemoteException,jvn.JvnException
Serializable jvnInvalidateWriter (int joi) throws java.rmi.RemoteException,jvn.JvnException
Serializable jvnInvalidateWriterForReader (int joi) throws java.rmi.RemoteException,jvn.JvnException


Detailed Description

Remote interface of a JVN server (used by a remote JvnCoord)

Definition at line 19 of file JvnRemoteServer.java.


Member Function Documentation

void jvn.JvnRemoteServer.jvnInvalidateReader ( int  joi  )  throws java.rmi.RemoteException,jvn.JvnException

Invalidate the Read lock of a JVN object

Parameters:
joi : the JVN object id
Exceptions:
java.rmi.RemoteException,JvnException 

Implemented in jvn.JvnServerImpl.

Referenced by jvn.JvnInvalidateReaderThread.run().

Here is the caller graph for this function:

Serializable jvn.JvnRemoteServer.jvnInvalidateWriter ( int  joi  )  throws java.rmi.RemoteException,jvn.JvnException

Invalidate the Write lock of a JVN object

Parameters:
joi : the JVN object id
Returns:
the current JVN object state
Exceptions:
java.rmi.RemoteException,JvnException 

Implemented in jvn.JvnServerImpl.

Serializable jvn.JvnRemoteServer.jvnInvalidateWriterForReader ( int  joi  )  throws java.rmi.RemoteException,jvn.JvnException

Reduce the Write lock of a JVN object

Parameters:
joi : the JVN object id
Returns:
the current JVN object state
Exceptions:
java.rmi.RemoteException,JvnException 

Implemented in jvn.JvnServerImpl.

Referenced by jvn.JvnCoordImpl.jvnLockRead().

Here is the caller graph for this function:


The documentation for this interface was generated from the following file:
Generated on Wed Jan 2 10:16:02 2008 for Javanaise by  doxygen 1.5.4