public interface IXARecorderRecovery
getRecoveredXADataRecorders()| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes all open recorder.
|
void |
destroy()
destroys all recovered recorder.
|
Set<IXADataRecorder> |
getRecoveredXADataRecorders() |
Set<IXADataRecorder> getRecoveredXADataRecorders()
void close()
IXADataRecorder.disqualify() and removed from the repository.
They can not be recovered.void destroy()
throws IOException
IXADataRecorder.destroy()
and removed from the repository.
They can not be recovered.IOExceptionCopyright © 2017. All rights reserved.