JvnRemoteServer.java

Go to the documentation of this file.
00001 /***
00002  * JAVANAISE API
00003  *
00004  * @author Fabienne BOYER
00005  * @author Lionel DEBROUX, http://lionel.debroux.free.fr
00006  * @author Savas Ali TOKMEN, http://ali.tokmen.com
00007  */
00008 
00009 package jvn;
00010 
00011 import java.rmi.*;
00012 import java.io.*;
00013 
00014 
00019 public interface JvnRemoteServer extends Remote {
00020 
00026         public void jvnInvalidateReader(int joi)
00027         throws java.rmi.RemoteException,jvn.JvnException;
00028 
00035         public Serializable jvnInvalidateWriter(int joi)
00036         throws java.rmi.RemoteException,jvn.JvnException;
00037 
00044         public Serializable jvnInvalidateWriterForReader(int joi)
00045         throws java.rmi.RemoteException,jvn.JvnException;
00046 
00047 }
00048 
00049 

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