TupleSpaceProxy allows a remote Tuplespace to appear as local.
| Public Methods | |
|---|---|
| new | Creates a new TupleSpaceProxy to wrap ts. |
| notify | Registers for notifications of event ev on the proxied TupleSpace. See TupleSpace#notify |
| read | Reads tuple from the proxied TupleSpace. See TupleSpace#read. |
| read_ |
Reads all tuples matching tuple from the proxied TupleSpace. See TupleSpace#read_all. |
| take | Takes tuple from the proxied TupleSpace. See TupleSpace#take. |
| write | Adds tuple to the proxied TupleSpace. See TupleSpace#write. |
<code/>and<pre/>for code samples.