All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.VRange

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

public class VRange
extends VObject
VRange is the virtual class of Range.


Constructor Index

 o VRange()
Construct a VRange that is not associated with an object.
 o VRange(ForwardIterator, ForwardIterator, String)
 o VRange(ForwardIterator, ForwardIterator, String, long)
 o VRange(String)
 o VRange(String, long)
 o VRange(VSubspace)
Construct a VRange and connect it to the specified object.

Method Index

 o equals(Range)
 o equals(Range, Messenger)
 o getOriginalClassName()
 o originalIsInterface()
 o toString()
 o toString(Messenger)

Constructors

 o VRange
 public VRange()
Construct a VRange 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 VRange
 public VRange(VSubspace reference) throws VoyagerException
Construct a VRange and connect it to the specified object.

Parameters:
reference - A reference to the object to connect to.
Throws: VoyagerException
A voyager-related exception occurred.
 o VRange
 public VRange(ForwardIterator arg1,
               ForwardIterator arg2,
               String __address,
               long __timeout) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
__timeout - The timeout value in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o VRange
 public VRange(ForwardIterator arg1,
               ForwardIterator arg2,
               String __address) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
Throws: VoyagerException
A voyager-related exception occurred.
 o VRange
 public VRange(String __address,
               long __timeout) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
__timeout - The timeout value in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o VRange
 public VRange(String __address) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
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 toString
 public Result toString(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
toString in class VObject
 o toString
 public String toString()
Overrides:
toString in class VObject
 o equals
 public Result equals(Range arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o equals
 public boolean equals(Range arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index