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