Package | Description |
---|---|
votorola.g.hold |
Holding and releasing programmatic resources.
|
votorola.g.lang |
Relating to the core of Java.
|
votorola.g.util.concurrent |
Controlling parallel processes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Spool0.unwind(Catcher<Hold> catcher)
Does nothing and returns false.
|
boolean |
SpoolT.unwind(Catcher<Hold> catcher) |
boolean |
Spool.unwind(Catcher<Hold> catcher)
Commences to unwind this spool, removing and releasing each of its holds.
|
boolean |
Spool1.unwind(Catcher<Hold> catcher) |
Modifier and Type | Class and Description |
---|---|
class |
Catcher00<S>
The null implementation of a catcher.
|
class |
Catcher0R<S>
A null implementation of a catcher that re-throws all errors and exceptions.
|
class |
CatcherL<S>
A catcher that logs exceptions, but rethrows errors.
|
class |
CatcherP<S>
A catcher that prints exceptions to the standard error stream,
but rethrows errors.
|
Modifier and Type | Method and Description |
---|---|
Catcher<Runnable> |
ScheduledThreadPoolExecutorX.catcher()
The catcher for all execution exceptions.
|
Constructor and Description |
---|
ScheduledThreadPoolExecutorX(int _corePoolSize,
ThreadFactory _threadFactory,
Catcher<Runnable> _catcher)
Constructs a ScheduledThreadPoolExecutorX.
|