Uses of Package
aa.tool

Packages that use aa.tool
aa.app.dm Provides the classes for the Directory Manager actor. 
aa.core Provides the classes necessary to use this actor platform. 
aa.tool Provides the classes that are very useful for this application, but might be used for other applications. 
aa.transport Provides the classes necessary for message passing on distributed platforms. 
 

Classes in aa.tool used by aa.app.dm
ActorTuple
          This class describes an actor tuple.
PublicTupleSpace
          This class provides a tuple space that supports the direct reference to actor tuples in this tuple space.
 

Classes in aa.tool used by aa.core
SystemThread
          This class includes fundamental behavior of System Actors
 

Classes in aa.tool used by aa.tool
ActorTuple
          This class describes an actor tuple.
MessageClassLoader
          This class loader handles actor classes created on different systems
TupleSpace
          This class implements a tuple space that maintains actor tuples.
TupleSpaceException
          A TupleSpaceException is thrown to indicate that a tuple operation cannot be performed correctly.
 

Classes in aa.tool used by aa.transport
SystemThread
          This class includes fundamental behavior of System Actors