All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.VOutputIterator

java.lang.Object
   |
   +----COM.objectspace.voyager.VObject
           |
           +----COM.objectspace.jgl.voyager.VOutputIterator

public class VOutputIterator
extends VObject
implements OutputIterator
VOutputIterator is the virtual class of OutputIterator.


Constructor Index

 o VOutputIterator()
Construct a VOutputIterator that is not associated with an object.
 o VOutputIterator(VSubspace)
Construct a VOutputIterator and connect it to the specified object.

Method Index

 o advance()
 o advance(int)
 o advance(int, Messenger)
 o advance(Messenger)
 o clone()
 o clone(Messenger)
 o getOriginalClassName()
 o originalIsInterface()
 o put(Object)
 o put(Object, Messenger)

Constructors

 o VOutputIterator
 public VOutputIterator()
Construct a VOutputIterator that is not associated with an object. This function is used internally by Voyager and should not be invoked by user code. Any attempt to send a message to a reference created using this default constructor will cause a NullPointerException to be thrown.

 o VOutputIterator
 public VOutputIterator(VSubspace reference) throws VoyagerException
Construct a VOutputIterator and connect it to the specified object.

Parameters:
reference - A reference to the object to connect to.
Throws: VoyagerException
A voyager-related exception occurred.

Methods

 o getOriginalClassName
 public String getOriginalClassName()
Overrides:
getOriginalClassName in class VObject
 o originalIsInterface
 public boolean originalIsInterface()
Overrides:
originalIsInterface in class VObject
 o put
 public Result put(Object arg1,
                   Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o put
 public void put(Object arg1)
 o advance
 public Result advance(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o advance
 public void advance()
 o advance
 public Result advance(int arg1,
                       Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o advance
 public void advance(int arg1)
 o clone
 public Result clone(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o clone
 public Object clone()
Overrides:
clone in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index