public interface IXARecorderRepository
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes all open recorder.
|
IXADataRecorder |
createXADataRecorder()
creates a recorder ready for logging.
|
void |
destroy()
destroys all recovered recorder.
|
boolean |
isClosed() |
IXADataRecorder createXADataRecorder() throws Exception
IXADataRecorder.disqualify() closes the logger (but keeps the
content) and the repository forgets this logger.
IXADataRecorder.disqualify() indicates that the content of the
logger can be discarded. The repository decides, what to do with the
logger.
IXADataRecorder.destroy() destroys the logger (incl.the content)
and repository forgets this logger.IOExceptionExceptionboolean isClosed()
void close()
IXADataRecorder.disqualify() and removed from the repository.
They can not be recovered.void destroy()
throws IOException,
InterruptedException
IXADataRecorder.destroy()
and removed from the repository.
They can not be recovered.IOExceptionInterruptedExceptionCopyright © 2017. All rights reserved.