|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionSink | |
biz.hammurapi.sql | |
biz.hammurapi.util |
Uses of ExceptionSink in biz.hammurapi.sql |
Methods in biz.hammurapi.sql with parameters of type ExceptionSink | |
void |
SQLProcessor.executeScript(java.io.Reader reader,
char statementSeparator,
ExceptionSink exceptionSink)
|
Uses of ExceptionSink in biz.hammurapi.util |
Classes in biz.hammurapi.util that implement ExceptionSink | |
class |
AccumulatingExceptionSink
|
Methods in biz.hammurapi.util with parameters of type ExceptionSink | |
void |
ThreadPool.setExceptionSink(ExceptionSink exceptionSink)
|
Constructors in biz.hammurapi.util with parameters of type ExceptionSink | |
ThreadPool(int numberOfThreads,
int priority,
int maxQueue,
ExceptionSink exceptionSink)
|
|
ThreadPool(int numberOfThreads,
int priority,
int maxQueue,
ExceptionSink exceptionSink,
java.lang.String name)
|
|
StreamPumper(java.io.InputStream is,
java.io.OutputStream os,
ExceptionSink sink,
boolean closeStreams)
Create a new stream pumper. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |