com.sun.jini.outrigger
Class OperationJournal.CaughtUpMarker

java.lang.Object
  extended by com.sun.jini.outrigger.OperationJournal.CaughtUpMarker
Enclosing class:
OperationJournal

private class OperationJournal.CaughtUpMarker
extends Object

JournalNode payload value used for caught up markers.


Field Summary
private  IfExistsWatcher watcher
          The watcher to notify
 
Constructor Summary
private OperationJournal.CaughtUpMarker(IfExistsWatcher watcher)
          Create a new CaughtUpMarker that will notify the given watcher.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

watcher

private final IfExistsWatcher watcher
The watcher to notify

Constructor Detail

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.