edu.utah.janosvm.sys
Class ExportManager.ImportEnumerator
java.lang.Object
|
+--edu.utah.janosvm.sys.ListNode
|
+--edu.utah.janosvm.sys.ExportManager.ImportEnumerator
- Enclosing class:
- ExportManager
- public class ExportManager.ImportEnumerator
- extends ListNode
The ImportEnumerator is used to traverse the list of importers of
an export. This is primarily useful if an export wants to do callbacks
on its imports. This object is actually inserted into the
ExportManager.importer's list and then moved along as it traverses
each Importable node.
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ExportManager.ImportEnumerator
public ExportManager.ImportEnumerator()
getReservation
public TeamReservation getReservation()
- Returns:
- this.tr
getImportable
public Importable getImportable()
- Returns:
- this.im
nextImport
public boolean nextImport()
- Traverse the next Importable in the list.
- Returns:
- True if the next Importable was successfully traversed,
false if its at the end of the list.
This documentation is Copyright (C) 2000-2001 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Jun 1, 2001