api
Interface Client2Space

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Space

public interface Client2Space
extends java.rmi.Remote

Interface that represents the client's view of the Space.

Author:
Sean Ford

Field Summary
static java.lang.String SERVICE_NAME
           
 
Method Summary
 void put(Task task)
          Add a Task to the Space.
 

Field Detail

SERVICE_NAME

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

put

void put(Task task)
         throws java.rmi.RemoteException
Add a Task to the Space. We assume that this is a brand new Task (not continuations or childs). Due to this assumption, this method will clear the current shared object.

Parameters:
task -
Throws:
java.rmi.RemoteException