com.sun.jini.outrigger
Class EntryHolder.SimpleRepEnum

java.lang.Object
  extended by com.sun.jini.outrigger.EntryHolder.SimpleRepEnum
All Implemented Interfaces:
RepEnum
Enclosing class:
EntryHolder

private class EntryHolder.SimpleRepEnum
extends Object
implements RepEnum

The class that implements RepEnum for this class.


Field Summary
private  Iterator<EntryHandle> contentsIterator
           
private  TransactableMgr mgr
           
private  long startTime
           
 
Constructor Summary
EntryHolder.SimpleRepEnum(TransactableMgr mgr)
           
 
Method Summary
 EntryRep nextRep()
          Return the next EntryRep object, or null if there is none.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentsIterator

private Iterator<EntryHandle> contentsIterator

mgr

private TransactableMgr mgr

startTime

private long startTime
Constructor Detail

EntryHolder.SimpleRepEnum

EntryHolder.SimpleRepEnum(TransactableMgr mgr)
Method Detail

nextRep

public EntryRep nextRep()
Description copied from interface: RepEnum
Return the next EntryRep object, or null if there is none. Repeated calls at the end simply continue to return null.

Specified by:
nextRep in interface RepEnum


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