private class OutriggerServerImpl.AllReps extends Object implements RepEnum
EntryHolder
in turn, exhausting each holder's enumerated
contents.EntryHolder.contents
Modifier and Type | Field and Description |
---|---|
(package private) RepEnum |
curEnum |
(package private) Stack |
toDo |
(package private) Txn |
txn |
Constructor and Description |
---|
OutriggerServerImpl.AllReps(String classFor,
Txn txn)
Create a new
AllReps object for the given class. |
Modifier and Type | Method and Description |
---|---|
private RepEnum |
enumFor(String classFor)
Return the
RepEnum for the given class. |
EntryRep |
nextRep()
Return the next
EntryRep object, or null
if there is none. |
private void |
setup(String classFor)
Set up the enumerator for the given class, adding any of its
subclasses to the
toDo stack. |
private void setup(String classFor)
toDo
stack. Only direct subclasses
are added -- the rest will be picked up when the subclasses are
set up.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.