|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.ibm.tspaces.examples.simple.Example6
This class will show the use of a number of unrelated TSpaces commands. Use the "status" method to check the TSpaces server status Create a TupleSpace object for a TupleSpace named "Example6" at the Host specified as the 1st operand. (default localhost) - If this space does not already exist, it will be created. Use the "status" method to check the TSpaces server status Use the MultiWrite method to efficiently write 20 Tuples to the database. Write a Tuple and then use Update to update it. Write a Tuple, use the uniqueId returned from write() with DeleteByTupleId to delete it.
TupleSpace| Constructor Summary | |
Example6()
|
|
| Method Summary | |
static void |
main(java.lang.String[] argv)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Example6()
| Method Detail |
public static void main(java.lang.String[] argv)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||