Package net.sf.tuplespace

Abstract specification of a TupleSpace.

See:
          Description

Interface Summary
Template Simple interface that TupleSpace expects to determine if a tuple matches.
Tuple Tuples are objects that hold other objects.
TupleSpace Describes a tuple space.
 

Exception Summary
InterruptedWhileWaitingException An exception thrown when a Thread waiting on TupleSpace is interrupted.
 

Package net.sf.tuplespace Description

Abstract specification of a TupleSpace.

See the net.sf.tuplespace.simple package for a simple and lightweight implementation.