All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.algorithms.VReplacing

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

public class VReplacing
extends VObject
VReplacing is the virtual class of Replacing.


Constructor Index

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

Method Index

 o getOriginalClassName()
 o originalIsInterface()
 o replace(Container, Object, Object, Messenger, String)
 o replace(Container, Object, Object, Messenger, String, long)
 o replace(Container, Object, Object, String)
 o replace(Container, Object, Object, String, long)
 o replace(ForwardIterator, ForwardIterator, Object, Object, Messenger, String)
 o replace(ForwardIterator, ForwardIterator, Object, Object, Messenger, String, long)
 o replace(ForwardIterator, ForwardIterator, Object, Object, String)
 o replace(ForwardIterator, ForwardIterator, Object, Object, String, long)
 o replaceCopy(Container, Container, Object, Object, Messenger, String)
 o replaceCopy(Container, Container, Object, Object, Messenger, String, long)
 o replaceCopy(Container, Container, Object, Object, String)
 o replaceCopy(Container, Container, Object, Object, String, long)
 o replaceCopy(Container, OutputIterator, Object, Object, Messenger, String)
 o replaceCopy(Container, OutputIterator, Object, Object, Messenger, String, long)
 o replaceCopy(Container, OutputIterator, Object, Object, String)
 o replaceCopy(Container, OutputIterator, Object, Object, String, long)
 o replaceCopy(InputIterator, InputIterator, OutputIterator, Object, Object, Messenger, String)
 o replaceCopy(InputIterator, InputIterator, OutputIterator, Object, Object, Messenger, String, long)
 o replaceCopy(InputIterator, InputIterator, OutputIterator, Object, Object, String)
 o replaceCopy(InputIterator, InputIterator, OutputIterator, Object, Object, String, long)
 o replaceCopyIf(Container, Container, UnaryPredicate, Object, Messenger, String)
 o replaceCopyIf(Container, Container, UnaryPredicate, Object, Messenger, String, long)
 o replaceCopyIf(Container, Container, UnaryPredicate, Object, String)
 o replaceCopyIf(Container, Container, UnaryPredicate, Object, String, long)
 o replaceCopyIf(Container, OutputIterator, UnaryPredicate, Object, Messenger, String)
 o replaceCopyIf(Container, OutputIterator, UnaryPredicate, Object, Messenger, String, long)
 o replaceCopyIf(Container, OutputIterator, UnaryPredicate, Object, String)
 o replaceCopyIf(Container, OutputIterator, UnaryPredicate, Object, String, long)
 o replaceCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Object, Messenger, String)
 o replaceCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Object, Messenger, String, long)
 o replaceCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Object, String)
 o replaceCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Object, String, long)
 o replaceIf(Container, UnaryPredicate, Object, Messenger, String)
 o replaceIf(Container, UnaryPredicate, Object, Messenger, String, long)
 o replaceIf(Container, UnaryPredicate, Object, String)
 o replaceIf(Container, UnaryPredicate, Object, String, long)
 o replaceIf(ForwardIterator, ForwardIterator, UnaryPredicate, Object, Messenger, String)
 o replaceIf(ForwardIterator, ForwardIterator, UnaryPredicate, Object, Messenger, String, long)
 o replaceIf(ForwardIterator, ForwardIterator, UnaryPredicate, Object, String)
 o replaceIf(ForwardIterator, ForwardIterator, UnaryPredicate, Object, String, long)

Constructors

 o VReplacing
 public VReplacing()
Construct a VReplacing 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 VReplacing
 public VReplacing(VSubspace reference) throws VoyagerException
Construct a VReplacing 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 replace
 public static Result replace(ForwardIterator arg1,
                              ForwardIterator arg2,
                              Object arg3,
                              Object arg4,
                              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 replace
 public static Result replace(ForwardIterator arg1,
                              ForwardIterator arg2,
                              Object arg3,
                              Object arg4,
                              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 replace
 public static int replace(ForwardIterator arg1,
                           ForwardIterator arg2,
                           Object arg3,
                           Object arg4,
                           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 replace
 public static int replace(ForwardIterator arg1,
                           ForwardIterator arg2,
                           Object arg3,
                           Object arg4,
                           String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o replace
 public static Result replace(Container arg1,
                              Object arg2,
                              Object 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 replace
 public static Result replace(Container arg1,
                              Object arg2,
                              Object 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 replace
 public static int replace(Container arg1,
                           Object arg2,
                           Object 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 replace
 public static int replace(Container arg1,
                           Object arg2,
                           Object arg3,
                           String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o replaceIf
 public static Result replaceIf(ForwardIterator arg1,
                                ForwardIterator arg2,
                                UnaryPredicate arg3,
                                Object arg4,
                                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 replaceIf
 public static Result replaceIf(ForwardIterator arg1,
                                ForwardIterator arg2,
                                UnaryPredicate arg3,
                                Object arg4,
                                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 replaceIf
 public static int replaceIf(ForwardIterator arg1,
                             ForwardIterator arg2,
                             UnaryPredicate arg3,
                             Object arg4,
                             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 replaceIf
 public static int replaceIf(ForwardIterator arg1,
                             ForwardIterator arg2,
                             UnaryPredicate arg3,
                             Object arg4,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o replaceIf
 public static Result replaceIf(Container arg1,
                                UnaryPredicate arg2,
                                Object 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 replaceIf
 public static Result replaceIf(Container arg1,
                                UnaryPredicate arg2,
                                Object 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 replaceIf
 public static int replaceIf(Container arg1,
                             UnaryPredicate arg2,
                             Object 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 replaceIf
 public static int replaceIf(Container arg1,
                             UnaryPredicate arg2,
                             Object arg3,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o replaceCopy
 public static Result replaceCopy(InputIterator arg1,
                                  InputIterator arg2,
                                  OutputIterator arg3,
                                  Object arg4,
                                  Object arg5,
                                  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 replaceCopy
 public static Result replaceCopy(InputIterator arg1,
                                  InputIterator arg2,
                                  OutputIterator arg3,
                                  Object arg4,
                                  Object arg5,
                                  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 replaceCopy
 public static OutputIterator replaceCopy(InputIterator arg1,
                                          InputIterator arg2,
                                          OutputIterator arg3,
                                          Object arg4,
                                          Object arg5,
                                          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 replaceCopy
 public static OutputIterator replaceCopy(InputIterator arg1,
                                          InputIterator arg2,
                                          OutputIterator arg3,
                                          Object arg4,
                                          Object arg5,
                                          String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o replaceCopy
 public static Result replaceCopy(Container arg1,
                                  OutputIterator arg2,
                                  Object arg3,
                                  Object arg4,
                                  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 replaceCopy
 public static Result replaceCopy(Container arg1,
                                  OutputIterator arg2,
                                  Object arg3,
                                  Object arg4,
                                  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 replaceCopy
 public static OutputIterator replaceCopy(Container arg1,
                                          OutputIterator arg2,
                                          Object arg3,
                                          Object arg4,
                                          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 replaceCopy
 public static OutputIterator replaceCopy(Container arg1,
                                          OutputIterator arg2,
                                          Object arg3,
                                          Object arg4,
                                          String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o replaceCopy
 public static Result replaceCopy(Container arg1,
                                  Container arg2,
                                  Object arg3,
                                  Object arg4,
                                  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 replaceCopy
 public static Result replaceCopy(Container arg1,
                                  Container arg2,
                                  Object arg3,
                                  Object arg4,
                                  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 replaceCopy
 public static void replaceCopy(Container arg1,
                                Container arg2,
                                Object arg3,
                                Object arg4,
                                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 replaceCopy
 public static void replaceCopy(Container arg1,
                                Container arg2,
                                Object arg3,
                                Object arg4,
                                String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o replaceCopyIf
 public static Result replaceCopyIf(InputIterator arg1,
                                    InputIterator arg2,
                                    OutputIterator arg3,
                                    UnaryPredicate arg4,
                                    Object arg5,
                                    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 replaceCopyIf
 public static Result replaceCopyIf(InputIterator arg1,
                                    InputIterator arg2,
                                    OutputIterator arg3,
                                    UnaryPredicate arg4,
                                    Object arg5,
                                    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 replaceCopyIf
 public static OutputIterator replaceCopyIf(InputIterator arg1,
                                            InputIterator arg2,
                                            OutputIterator arg3,
                                            UnaryPredicate arg4,
                                            Object arg5,
                                            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 replaceCopyIf
 public static OutputIterator replaceCopyIf(InputIterator arg1,
                                            InputIterator arg2,
                                            OutputIterator arg3,
                                            UnaryPredicate arg4,
                                            Object arg5,
                                            String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o replaceCopyIf
 public static Result replaceCopyIf(Container arg1,
                                    OutputIterator arg2,
                                    UnaryPredicate arg3,
                                    Object arg4,
                                    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 replaceCopyIf
 public static Result replaceCopyIf(Container arg1,
                                    OutputIterator arg2,
                                    UnaryPredicate arg3,
                                    Object arg4,
                                    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 replaceCopyIf
 public static OutputIterator replaceCopyIf(Container arg1,
                                            OutputIterator arg2,
                                            UnaryPredicate arg3,
                                            Object arg4,
                                            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 replaceCopyIf
 public static OutputIterator replaceCopyIf(Container arg1,
                                            OutputIterator arg2,
                                            UnaryPredicate arg3,
                                            Object arg4,
                                            String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o replaceCopyIf
 public static Result replaceCopyIf(Container arg1,
                                    Container arg2,
                                    UnaryPredicate arg3,
                                    Object arg4,
                                    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 replaceCopyIf
 public static Result replaceCopyIf(Container arg1,
                                    Container arg2,
                                    UnaryPredicate arg3,
                                    Object arg4,
                                    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 replaceCopyIf
 public static void replaceCopyIf(Container arg1,
                                  Container arg2,
                                  UnaryPredicate arg3,
                                  Object arg4,
                                  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 replaceCopyIf
 public static void replaceCopyIf(Container arg1,
                                  Container arg2,
                                  UnaryPredicate arg3,
                                  Object arg4,
                                  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