|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Notifier
which asynchronously notifies listeners to avoid large
amounts of deep recursion in complex state models and activities.Callable
objectsState
Callable
ParallelActivity
which invokes a
number of methods on a POJO in parallel and then joins on them all
completing
ParallelActivity
which invokes a
number of methods on a POJO in parallel and then performs a custom join
Callable
methods.Parallel
annotations to specify the
methods to be executed concurrently.Parallel
annotations for running
concurrent threads in a test case along with the methods ParallelTestCase.sync()
or
the ParallelTestCase.sync(long)
which provide a simple cross-thread synchronisation
mechanismAtomicReference
but which
also supports the use of listeners to be notified when the state changes.Stopped
Notifier
which just performs the notifications
synchronously as the state changes.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |