Package edu.jas.util

Concurrent programming utility classes.

See:
          Description

Interface Summary
RemoteExecutable Interface RemoteExecutable.
 

Class Summary
ChannelFactory ChannelFactory implements a symmetric and non blocking way of setting up sockets on the client and server side.
DHTTransport Transport container for a distributed version of a HashTable.
DistHashTable Distributed version of a HashTable.
DistHashTableServer Server for the distributed version of a list.
DistHashTableTest DistHashTable test with JUnit.
DistributedList Distributed version of a List.
DistributedListServer Server for the distributed version of a list.
DistributedListTest DistributedList tests with JUnit.
DistThreadPool Distributed thread pool.
DistThreadPoolTest DistThreadPool tests with JUnit.
ExecutableChannels ExecutableChannels used to receive and execute classes.
ExecutableChannelsTest ExecutableChannels tests with JUnit.
ExecutableServer ExecutableServer is used to receive and execute classes.
ExecutableServerTest ExecutableServer tests with JUnit.
SocketChannel SocketChannel provides a communication channel for Java objects using TCP/IP sockets.
SocketChannelTest SocketChannel tests with JUnit.
StrategyEnumeration StrategyEnumeration.
StringUtil Static String and Reader methods.
Terminator Terminating helper class.
ThreadPool Thread pool using stack / list workpile.
ThreadPoolTest ThreadPool tests with JUnit.
 

Package edu.jas.util Description

Concurrent programming utility classes.

This package contains further utilities for parallel and distributed computations like ThreadPool, DistThreadPool or DistHashTable.


Heinz Kredel

Last modified: Mon Jul 9 22:45:40 CEST 2007

$Id: package.html 1263 2007-07-29 10:21:40Z kredel $