|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 Executor s. |
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. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |