com.sun.jini.outrigger
Class OperationJournal.CaughtUpMarker
java.lang.Object
com.sun.jini.outrigger.OperationJournal.CaughtUpMarker
- Enclosing class:
- OperationJournal
private class OperationJournal.CaughtUpMarker
- extends Object
JournalNode
payload value used for
caught up markers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
watcher
private final IfExistsWatcher watcher
- The watcher to notify
OperationJournal.CaughtUpMarker
private OperationJournal.CaughtUpMarker(IfExistsWatcher watcher)
- Create a new
CaughtUpMarker
that
will notify the given watcher
.
- Throws:
NullPointerException
- if watcher
is
null
.
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.