|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplayListener | |
org.objectweb.howl.log | Core functionality for any log file implementation. |
org.objectweb.howl.log.xa | Provides public logger classes customized for use with XA Transaction Managers. |
Uses of ReplayListener in org.objectweb.howl.log |
Methods in org.objectweb.howl.log with parameters of type ReplayListener | |
void |
Logger.replay(ReplayListener listener,
long mark)
Replays log from a specified mark forward to the current mark. |
void |
Logger.replay(ReplayListener listener)
Replays log from the active mark forward to the current position. |
protected void |
Logger.replay(ReplayListener listener,
long mark,
boolean replayCtrlRecords)
Allows sub-classes of Logger to replay control records. |
Uses of ReplayListener in org.objectweb.howl.log.xa |
Methods in org.objectweb.howl.log.xa with parameters of type ReplayListener | |
void |
XALogger.open(ReplayListener listener)
calls super.open() to perform standard open functionality then replays the log to rebuild the activeTx table. |
void |
XALogger.replay(ReplayListener listener)
Wrapp Logger#replay(ReplayListener) so we can intercept onRecord() notifications to process XACOMMIT and XACOMMITMOVED records. |
void |
XALogger.replay(ReplayListener listener,
long key)
Wrapp Logger#replay(ReplayListener, long) so we can intercept onRecord() notifications to process XACOMMIT and XACOMMITMOVED records. |
void |
XALogger.replayActiveTx(ReplayListener listener)
Called by the TM to receive copies of the active transaction entries. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |