| |
 |
Members |
Description |
|
| |
|
tuplespaces |
the set of tuplespaces on this server
|
|
| |
|
XMLServer |
a new Server is created
|
|
| |
|
toString |
String representation of the TupleBucket(s)
|
|
| |
|
createTSpace |
tries to create a tuplespace. if name already exists the creation fails and method will return null
|
|
| |
|
connectTSpace |
tries to connect to tuplespace. if no tuplespace with that name exists, method will return null
|
|
| |
|
exists |
checks if a tuplespace with name tsName already exists
|
|
| |
|
destroyTupleSpace |
tries to destroy tuplespace with given name
|
|
| |
|
addToTs |
tries to add a tuple to named tuplespace
|
|
| |
|
addToTs |
tries to add a tuple to named tuplespace
|
|
| |
|
syncRemove |
tries to read and remove a tuple from tuplespace
|
|
| |
|
syncReadFromTS |
reads a tuple from the tuplespace without removing it
|
|
| |
|
syncReadFromTS |
read a tuple that matches to the template from the tuplespace
|
|
| |
|
syncRemove |
reads and removes a tuple matching the template
|
|