All Packages Class Hierarchy This Package Previous Next Index
Class vnet.remote.RemoteClass
java.lang.Object
|
+----java.rmi.server.RemoteObject
|
+----java.rmi.server.RemoteServer
|
+----java.rmi.server.UnicastRemoteObject
|
+----vnet.remote.RemoteClass
- public class RemoteClass
- extends UnicastRemoteObject
Class that represents a server in the remote Virtual Net.
Every vnet stub remote server has to extend this class.
This is done automatically by the vnc compiler
This stub gives a function to the server: checkWay, that will
check if there is a way to the host node, and that the server
is still alive.
If the server is not really hosted in that node (it is only binded
to it), it also checks that the connection to the real host node is
still there.
- Version:
- 0.1, august-1997
- Author:
- LuisM Pena
-
Path
-
-
RemoteClass()
-
-
checkWay()
-
-
setVirtualPath(VirtualPath)
-
Path
public VirtualPath Path
RemoteClass
public RemoteClass() throws RemoteException
setVirtualPath
public void setVirtualPath(VirtualPath path)
checkWay
public final void checkWay() throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index