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

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

Uses of RepEnum in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger that implement RepEnum
private  class EntryHolder.SimpleRepEnum
          The class that implements RepEnum for this class.
private  class OutriggerServerImpl.AllReps
          An iterator that returns all the reps in the space that are of at least the given class.
 

Fields in com.sun.jini.outrigger declared as RepEnum
(package private)  RepEnum OutriggerServerImpl.AllReps.curEnum
           
private  RepEnum OutriggerServerImpl.IteratorImpl.repEnum
          RepEnum for all potential matches
 

Methods in com.sun.jini.outrigger that return RepEnum
(package private)  RepEnum EntryHolder.contents(TransactableMgr mgr)
          Return an enumerator over the contents of this space that are visible from the given mgr.
private  RepEnum OutriggerServerImpl.AllReps.enumFor(String classFor)
          Return the RepEnum for the given class.
 



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