Package javax.realtime.util

Interface Summary
Executor This abstract class defines the basic protocol supported by executors.
 

Class Summary
CountableEventVariable  
EventVariable This class represent an Event Variable that can be used to synchronize concurrent thread on the happening of a given event.
PooledExecutor This class represent an abstraction for an Executor that is actually a pool of Executors.
ThreadBoundExecutor This class implements an Executor that has permanently a thread bound.
ThreadedExecutor This class provides a concrete implementation of Executor that spawn a thread each time it has to execute.
 

Exception Summary
ShutdownExecutorException This exception is thrown by an Executor when its execute() method is invoked after it has been shut down.
 



jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2005 Angelo Corsaro and Morgan Deters.