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
Method Summary |
void |
put(Task task)
Add a Task to the Space. |
SERVICE_NAME
static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
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