api
Interface Computer2Space
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Space
public interface Computer2Space
- extends java.rmi.Remote
Interface that represents the Computer's view of the
Space.
- Author:
- Sean Ford
SERVICE_NAME
static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
register
java.lang.Long register(Computer computer,
java.net.InetSocketAddress address)
throws java.rmi.RemoteException
- Register a Computer to the Space.
- Parameters:
computer
-
- Throws:
java.rmi.RemoteException
getRouter
FFServerHandle getRouter()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException