JvnLocalServer.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 import java.io.Serializable;
00011 
00018 public interface JvnLocalServer {
00019 
00026         public  JvnObject jvnCreateObject(Serializable jos)
00027         throws jvn.JvnException;
00028 
00035         public  void jvnRegisterObject(String jon, JvnObject jo)
00036         throws jvn.JvnException;
00037 
00044         public  JvnObject jvnLookupObject(String jon, Class<? extends JvnObject> type)
00045         throws jvn.JvnException;
00046 
00047 
00054         public Serializable jvnLockRead(int joi)
00055         throws JvnException;
00056 
00063         public Serializable jvnLockWrite(int joi)
00064         throws JvnException;
00065 
00070         public  void jvnTerminate()
00071         throws jvn.JvnException;
00072 }
00073 
00074 

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