|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Executor | |
org.jdiagnose.concurrent | |
org.jdiagnose.remote |
Uses of Executor in org.jdiagnose.concurrent |
Classes in org.jdiagnose.concurrent that implement Executor | |
class |
QueuedExecutor
An implementation of Executor that queues incoming requests until they can be processed by a single background thread. |
class |
SynchronizedBoolean
A class useful for offloading synch for boolean instance variables. |
class |
SynchronizedInt
A class useful for offloading synch for int instance variables. |
class |
SynchronizedLong
A class useful for offloading synch for long instance variables. |
class |
SynchronizedRef
A simple class maintaining a single reference variable that is always accessed and updated under synchronization. |
class |
SynchronizedVariable
Base class for simple, small classes maintaining single values that are always accessed and updated under synchronization. |
Uses of Executor in org.jdiagnose.remote |
Methods in org.jdiagnose.remote with parameters of type Executor | |
void |
AsyncRemoteResultSender.setExecutor(Executor executor)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |