|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
delete(Id id,
Continuation command)
Deprecated. Reclaims the storage used by the object with the given ID. |
void |
exists(Id id,
Continuation command)
Deprecated. Determines whether an object is currently stored at the given ID. |
void |
insert(Id id,
java.io.Serializable obj,
Continuation command)
Deprecated. Inserts an object with the given ID into distributed storage. |
void |
lookup(Id id,
Continuation command)
Deprecated. Retrieves the object and all associated updates with the given ID. |
| Method Detail |
public void insert(Id id,
java.io.Serializable obj,
Continuation command)
id - Pastry key identifying the object to be storedobj - Persistable object to be storedcommand - Command to be performed when the result is received
public void lookup(Id id,
Continuation command)
id - Pastry key of original objectcommand - Command to be performed when the result is received
public void exists(Id id,
Continuation command)
id - Pastry key of original objectcommand - Command to be performed when the result is received
public void delete(Id id,
Continuation command)
id - Pastry key of original objectcommand - Command to be performed when the result is received
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||