|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--candy.util.ClearSpace
This program is a util program which will get access to our candySpace and clear any candyObjects from it
| Field Summary | |
(package private) net.jini.space.JavaSpace |
theSpace
A Reference to the space (candySpace) |
| Constructor Summary | |
ClearSpace()
CONSTRUCTOR |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
The main routine for the clientApp |
candyObject |
take(candyObject tmpl)
takes a packet of the given template from the JavaSpace |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
net.jini.space.JavaSpace theSpace
| Constructor Detail |
public ClearSpace()
| Method Detail |
public candyObject take(candyObject tmpl)
tmpl - The template packetpublic static void main(java.lang.String[] args)
args - Arguments from the command-line
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||