Package javax.realtime.util

The javax.realtime.util package contains some helper classes for jRate internals.

See:
          Description

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 Executor.execute(Runnable) method is invoked after it has been shut down.
 

Package javax.realtime.util Description

The javax.realtime.util package contains some helper classes for jRate internals. This package is not standard and will probably be moved to a jRate-specific namespace in the future.



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