com.sun.jini.outrigger
Class EntryHolder.SimpleRepEnum
java.lang.Object
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.
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 |
contentsIterator
private Iterator<EntryHandle> contentsIterator
mgr
private TransactableMgr mgr
startTime
private long startTime
EntryHolder.SimpleRepEnum
EntryHolder.SimpleRepEnum(TransactableMgr mgr)
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.