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

Field Summary
static java.lang.String SERVICE_NAME
           
 
Method Summary
 FFServerHandle getRouter()
           
 java.lang.Long register(Computer computer, java.net.InetSocketAddress address)
          Register a Computer to the Space.
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
See Also:
Constant Field Values
Method Detail

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