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.
-
VOutputIterator()
- Construct a VOutputIterator that is not associated with an object.
-
VOutputIterator(VSubspace)
- Construct a VOutputIterator and connect it to the specified object.
-
advance()
-
-
advance(int)
-
-
advance(int, Messenger)
-
-
advance(Messenger)
-
-
clone()
-
-
clone(Messenger)
-
-
getOriginalClassName()
-
-
originalIsInterface()
-
-
put(Object)
-
-
put(Object, Messenger)
-
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.
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.
getOriginalClassName
public String getOriginalClassName()
- Overrides:
- getOriginalClassName in class VObject
originalIsInterface
public boolean originalIsInterface()
- Overrides:
- originalIsInterface in class VObject
put
public Result put(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
put
public void put(Object arg1)
advance
public Result advance(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
advance
public void advance()
advance
public Result advance(int arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
advance
public void advance(int arg1)
clone
public Result clone(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
clone
public Object clone()
- Overrides:
- clone in class Object
All Packages Class Hierarchy This Package Previous Next Index