| JGL - The Generic Collection Library for Java |
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()
- Construct a VRange that is not associated with an object.
-
VRange(ForwardIterator, ForwardIterator, String)
-
-
VRange(ForwardIterator, ForwardIterator, String, long)
-
-
VRange(String)
-
-
VRange(String, long)
-
-
VRange(VSubspace)
- Construct a VRange and connect it to the specified object.
-
equals(Range)
-
-
equals(Range, Messenger)
-
-
toString()
-
-
toString(Messenger)
-
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.
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.
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.
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.
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.
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.
toString
public Result toString(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
toString
public String toString()
- Overrides:
- toString in class Object
equals
public Result equals(Range arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
equals
public boolean equals(Range arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
All Packages Class Hierarchy This Package Previous Next Index