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 |
Definition at line 19 of file JvnRemoteServer.java.
void jvn.JvnRemoteServer.jvnInvalidateReader | ( | int | joi | ) | throws java.rmi.RemoteException,jvn.JvnException |
Invalidate the Read lock of a JVN object
joi | : the JVN object id |
java.rmi.RemoteException,JvnException |
Implemented in jvn.JvnServerImpl.
Referenced by jvn.JvnInvalidateReaderThread.run().
Serializable jvn.JvnRemoteServer.jvnInvalidateWriter | ( | int | joi | ) | throws java.rmi.RemoteException,jvn.JvnException |
Invalidate the Write lock of a JVN object
joi | : the JVN object id |
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
joi | : the JVN object id |
java.rmi.RemoteException,JvnException |
Implemented in jvn.JvnServerImpl.
Referenced by jvn.JvnCoordImpl.jvnLockRead().