Uses of Interface
com.sun.jini.outrigger.IfExistsWatcher

Packages that use IfExistsWatcher
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
 

Uses of IfExistsWatcher in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger that implement IfExistsWatcher
(package private)  class ReadIfExistsWatcher
          Subclass of QueryWatcher for non-transactional if exists reads.
(package private)  class TakeIfExistsWatcher
          Subclass of QueryWatcher for takeIfExists queries.
(package private)  class TransactableReadIfExistsWatcher
          Subclass of QueryWatcher for and transactional readIfExists queries.
 

Fields in com.sun.jini.outrigger declared as IfExistsWatcher
private  IfExistsWatcher OperationJournal.CaughtUpMarker.watcher
          The watcher to notify
 

Methods in com.sun.jini.outrigger with parameters of type IfExistsWatcher
(package private)  void OperationJournal.markCaughtUp(IfExistsWatcher watcher)
          Schedules a job that will call the caughtUp method on the passed IfExistsWatcher after the last posted EntryTransition is processed.
 

Constructors in com.sun.jini.outrigger with parameters of type IfExistsWatcher
OperationJournal.CaughtUpMarker(IfExistsWatcher watcher)
          Create a new CaughtUpMarker that will notify the given watcher.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.