All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.algorithms.VSwapping

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

public class VSwapping
extends VObject
VSwapping is the virtual class of Swapping.


Constructor Index

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

Method Index

 o getOriginalClassName()
 o iterSwap(ForwardIterator, ForwardIterator, Messenger, String)
 o iterSwap(ForwardIterator, ForwardIterator, Messenger, String, long)
 o iterSwap(ForwardIterator, ForwardIterator, String)
 o iterSwap(ForwardIterator, ForwardIterator, String, long)
 o originalIsInterface()
 o swapRanges(Container, Container, Messenger, String)
 o swapRanges(Container, Container, Messenger, String, long)
 o swapRanges(Container, Container, String)
 o swapRanges(Container, Container, String, long)
 o swapRanges(ForwardIterator, ForwardIterator, ForwardIterator, Messenger, String)
 o swapRanges(ForwardIterator, ForwardIterator, ForwardIterator, Messenger, String, long)
 o swapRanges(ForwardIterator, ForwardIterator, ForwardIterator, String)
 o swapRanges(ForwardIterator, ForwardIterator, ForwardIterator, String, long)

Constructors

 o VSwapping
 public VSwapping()
Construct a VSwapping 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 VSwapping
 public VSwapping(VSubspace reference) throws VoyagerException
Construct a VSwapping 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 iterSwap
 public static Result iterSwap(ForwardIterator arg1,
                               ForwardIterator arg2,
                               Messenger __messenger,
                               String __address,
                               long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o iterSwap
 public static Result iterSwap(ForwardIterator arg1,
                               ForwardIterator arg2,
                               Messenger __messenger,
                               String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o iterSwap
 public static void iterSwap(ForwardIterator arg1,
                             ForwardIterator arg2,
                             String __address,
                             long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o iterSwap
 public static void iterSwap(ForwardIterator arg1,
                             ForwardIterator arg2,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o swapRanges
 public static Result swapRanges(ForwardIterator arg1,
                                 ForwardIterator arg2,
                                 ForwardIterator arg3,
                                 Messenger __messenger,
                                 String __address,
                                 long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o swapRanges
 public static Result swapRanges(ForwardIterator arg1,
                                 ForwardIterator arg2,
                                 ForwardIterator arg3,
                                 Messenger __messenger,
                                 String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o swapRanges
 public static ForwardIterator swapRanges(ForwardIterator arg1,
                                          ForwardIterator arg2,
                                          ForwardIterator arg3,
                                          String __address,
                                          long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o swapRanges
 public static ForwardIterator swapRanges(ForwardIterator arg1,
                                          ForwardIterator arg2,
                                          ForwardIterator arg3,
                                          String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o swapRanges
 public static Result swapRanges(Container arg1,
                                 Container arg2,
                                 Messenger __messenger,
                                 String __address,
                                 long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o swapRanges
 public static Result swapRanges(Container arg1,
                                 Container arg2,
                                 Messenger __messenger,
                                 String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o swapRanges
 public static ForwardIterator swapRanges(Container arg1,
                                          Container arg2,
                                          String __address,
                                          long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o swapRanges
 public static ForwardIterator swapRanges(Container arg1,
                                          Container arg2,
                                          String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index