All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.algorithms.VReversing

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

public class VReversing
extends VObject
VReversing is the virtual class of Reversing.


Constructor Index

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

Method Index

 o getOriginalClassName()
 o originalIsInterface()
 o reverse(BidirectionalIterator, BidirectionalIterator, Messenger, String)
 o reverse(BidirectionalIterator, BidirectionalIterator, Messenger, String, long)
 o reverse(BidirectionalIterator, BidirectionalIterator, String)
 o reverse(BidirectionalIterator, BidirectionalIterator, String, long)
 o reverse(Container, Messenger, String)
 o reverse(Container, Messenger, String, long)
 o reverse(Container, String)
 o reverse(Container, String, long)
 o reverseCopy(BidirectionalIterator, BidirectionalIterator, OutputIterator, Messenger, String)
 o reverseCopy(BidirectionalIterator, BidirectionalIterator, OutputIterator, Messenger, String, long)
 o reverseCopy(BidirectionalIterator, BidirectionalIterator, OutputIterator, String)
 o reverseCopy(BidirectionalIterator, BidirectionalIterator, OutputIterator, String, long)
 o reverseCopy(Container, Container, Messenger, String)
 o reverseCopy(Container, Container, Messenger, String, long)
 o reverseCopy(Container, Container, String)
 o reverseCopy(Container, Container, String, long)
 o reverseCopy(Container, OutputIterator, Messenger, String)
 o reverseCopy(Container, OutputIterator, Messenger, String, long)
 o reverseCopy(Container, OutputIterator, String)
 o reverseCopy(Container, OutputIterator, String, long)

Constructors

 o VReversing
 public VReversing()
Construct a VReversing 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 VReversing
 public VReversing(VSubspace reference) throws VoyagerException
Construct a VReversing 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 reverse
 public static Result reverse(BidirectionalIterator arg1,
                              BidirectionalIterator 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 reverse
 public static Result reverse(BidirectionalIterator arg1,
                              BidirectionalIterator 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 reverse
 public static void reverse(BidirectionalIterator arg1,
                            BidirectionalIterator 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 reverse
 public static void reverse(BidirectionalIterator arg1,
                            BidirectionalIterator arg2,
                            String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o reverse
 public static Result reverse(Container arg1,
                              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 reverse
 public static Result reverse(Container arg1,
                              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 reverse
 public static void reverse(Container arg1,
                            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 reverse
 public static void reverse(Container arg1,
                            String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o reverseCopy
 public static Result reverseCopy(BidirectionalIterator arg1,
                                  BidirectionalIterator arg2,
                                  OutputIterator 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 reverseCopy
 public static Result reverseCopy(BidirectionalIterator arg1,
                                  BidirectionalIterator arg2,
                                  OutputIterator 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 reverseCopy
 public static OutputIterator reverseCopy(BidirectionalIterator arg1,
                                          BidirectionalIterator arg2,
                                          OutputIterator 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 reverseCopy
 public static OutputIterator reverseCopy(BidirectionalIterator arg1,
                                          BidirectionalIterator arg2,
                                          OutputIterator arg3,
                                          String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o reverseCopy
 public static Result reverseCopy(Container arg1,
                                  OutputIterator 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 reverseCopy
 public static Result reverseCopy(Container arg1,
                                  OutputIterator 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 reverseCopy
 public static OutputIterator reverseCopy(Container arg1,
                                          OutputIterator 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 reverseCopy
 public static OutputIterator reverseCopy(Container arg1,
                                          OutputIterator arg2,
                                          String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o reverseCopy
 public static Result reverseCopy(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 reverseCopy
 public static Result reverseCopy(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 reverseCopy
 public static void reverseCopy(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 reverseCopy
 public static void reverseCopy(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