All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.VPair

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

public class VPair
extends VObject
VPair is the virtual class of Pair.


Constructor Index

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

Method Index

 o clone()
 o clone(Messenger)
 o equals(Pair)
 o equals(Pair, Messenger)
 o getOriginalClassName()
 o originalIsInterface()
 o toString()
 o toString(Messenger)

Constructors

 o VPair
 public VPair()
Construct a VPair 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 VPair
 public VPair(VSubspace reference) throws VoyagerException
Construct a VPair 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 VPair
 public VPair(Object arg1,
              Object 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 VPair
 public VPair(Object arg1,
              Object 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 VPair
 public VPair(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 VPair
 public VPair(String __address) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
Throws: VoyagerException
A voyager-related exception occurred.
 o VPair
 public VPair(Pair arg1,
              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 VPair
 public VPair(Pair arg1,
              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(Pair arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o equals
 public boolean equals(Pair arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 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