Uses of Class
com.sun.jini.outrigger.EntryTransition

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

Uses of EntryTransition in com.sun.jini.outrigger
 

Methods in com.sun.jini.outrigger that return EntryTransition
(package private)  EntryTransition OperationJournal.TransitionIterator.next()
          Return the next EntryTransition in the sequence, or null if the end of the sequence has been reached.
 

Methods in com.sun.jini.outrigger with parameters of type EntryTransition
(package private)  SortedSet TransitionWatchers.allMatches(EntryTransition transition, long ordinal)
          Return a SortedSet of all the TransitionWatcher who's isInterested methods return true when asked about the specified visibility transition.
(package private)  boolean TakeIfExistsWatcher.catchUp(EntryTransition transition, long now)
           
(package private)  boolean TakeMultipleWatcher.catchUp(EntryTransition transition, long now)
           
(package private)  boolean ReadWatcher.catchUp(EntryTransition transition, long now)
           
(package private)  boolean ConsumingWatcher.catchUp(EntryTransition transition, long now)
           
(package private) abstract  boolean QueryWatcher.catchUp(EntryTransition transition, long now)
          Process a transition which was posted before the watcher was placed in TransitionWatchers object.
(package private)  boolean ReadIfExistsWatcher.catchUp(EntryTransition transition, long now)
           
(package private)  boolean TransactableReadIfExistsWatcher.catchUp(EntryTransition transition, long now)
           
(package private)  void TemplateHandle.collectInterested(Set set, EntryTransition transition, long ordinal)
          Iterate over the watchers associated with this handle calling isInterested on each and if it returns true adding the watcher to the passed set.
(package private)  void WatchersForTemplateClass.collectInterested(Set set, EntryTransition transition, long ordinal)
          Iterate over the watchers associated with this object calling isInterested on each and if it returns true adding the watcher to the passed set.
(package private)  boolean TakeIfExistsWatcher.isInterested(EntryTransition transition, long ordinal)
           
(package private)  boolean TakeMultipleWatcher.isInterested(EntryTransition transition, long ordinal)
           
(package private) abstract  boolean TransitionWatcher.isInterested(EntryTransition transition, long ordinal)
          Return true if this watcher cares about a given visibility transition.
(package private)  boolean TransactableAvailabilityWatcher.isInterested(EntryTransition transition, long ordinal)
           
(package private)  boolean TransactableEventWatcher.isInterested(EntryTransition transition, long ordinal)
           
(package private)  boolean ReadWatcher.isInterested(EntryTransition transition, long ordinal)
           
(package private)  boolean ConsumingWatcher.isInterested(EntryTransition transition, long ordinal)
           
(package private)  boolean ReadIfExistsWatcher.isInterested(EntryTransition transition, long ordinal)
           
(package private)  boolean StorableEventWatcher.isInterested(EntryTransition transition, long ordinal)
           
(package private)  boolean TransactableReadIfExistsWatcher.isInterested(EntryTransition transition, long ordinal)
           
(package private)  boolean StorableAvailabilityWatcher.isInterested(EntryTransition transition, long ordinal)
           
(package private)  void TakeIfExistsWatcher.process(EntryTransition transition, long now)
           
(package private)  void TakeMultipleWatcher.process(EntryTransition transition, long now)
           
(package private) abstract  void TransitionWatcher.process(EntryTransition transition, long now)
          Process the given transition.
(package private)  void ReadWatcher.process(EntryTransition transition, long now)
           
(package private)  void EventRegistrationWatcher.process(EntryTransition transition, long now)
          Process the given transition by queuing up a task with the notifier for event delivery.
(package private)  void AvailabilityRegistrationWatcher.process(EntryTransition transition, long now)
          Process the given transition by queuing up a task with the notifier for event delivery.
(package private)  void ConsumingWatcher.process(EntryTransition transition, long now)
           
(package private)  void ReadIfExistsWatcher.process(EntryTransition transition, long now)
           
(package private)  void TransactableReadIfExistsWatcher.process(EntryTransition transition, long now)
           
(package private)  void OperationJournal.recordTransition(EntryTransition transition)
          Records an operation on an entry.
(package private)  void OutriggerServerImpl.recordTransition(EntryTransition transition)
          Records a transition in the visibility of an entry.
 



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