All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.algorithms.VApplying

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

public class VApplying
extends VObject
VApplying is the virtual class of Applying.


Constructor Index

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

Method Index

 o forEach(Container, UnaryFunction, Messenger, String)
 o forEach(Container, UnaryFunction, Messenger, String, long)
 o forEach(Container, UnaryFunction, String)
 o forEach(Container, UnaryFunction, String, long)
 o forEach(InputIterator, InputIterator, UnaryFunction, Messenger, String)
 o forEach(InputIterator, InputIterator, UnaryFunction, Messenger, String, long)
 o forEach(InputIterator, InputIterator, UnaryFunction, String)
 o forEach(InputIterator, InputIterator, UnaryFunction, String, long)
 o getOriginalClassName()
 o inject(Container, Object, BinaryFunction, Messenger, String)
 o inject(Container, Object, BinaryFunction, Messenger, String, long)
 o inject(Container, Object, BinaryFunction, String)
 o inject(Container, Object, BinaryFunction, String, long)
 o inject(InputIterator, InputIterator, Object, BinaryFunction, Messenger, String)
 o inject(InputIterator, InputIterator, Object, BinaryFunction, Messenger, String, long)
 o inject(InputIterator, InputIterator, Object, BinaryFunction, String)
 o inject(InputIterator, InputIterator, Object, BinaryFunction, String, long)
 o originalIsInterface()

Constructors

 o VApplying
 public VApplying()
Construct a VApplying 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 VApplying
 public VApplying(VSubspace reference) throws VoyagerException
Construct a VApplying 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 forEach
 public static Result forEach(InputIterator arg1,
                              InputIterator arg2,
                              UnaryFunction 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 forEach
 public static Result forEach(InputIterator arg1,
                              InputIterator arg2,
                              UnaryFunction 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 forEach
 public static UnaryFunction forEach(InputIterator arg1,
                                     InputIterator arg2,
                                     UnaryFunction 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 forEach
 public static UnaryFunction forEach(InputIterator arg1,
                                     InputIterator arg2,
                                     UnaryFunction arg3,
                                     String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o forEach
 public static Result forEach(Container arg1,
                              UnaryFunction 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 forEach
 public static Result forEach(Container arg1,
                              UnaryFunction 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 forEach
 public static UnaryFunction forEach(Container arg1,
                                     UnaryFunction 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 forEach
 public static UnaryFunction forEach(Container arg1,
                                     UnaryFunction arg2,
                                     String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o inject
 public static Result inject(InputIterator arg1,
                             InputIterator arg2,
                             Object arg3,
                             BinaryFunction 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 inject
 public static Result inject(InputIterator arg1,
                             InputIterator arg2,
                             Object arg3,
                             BinaryFunction 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 inject
 public static Object inject(InputIterator arg1,
                             InputIterator arg2,
                             Object arg3,
                             BinaryFunction 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 inject
 public static Object inject(InputIterator arg1,
                             InputIterator arg2,
                             Object arg3,
                             BinaryFunction arg4,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o inject
 public static Result inject(Container arg1,
                             Object arg2,
                             BinaryFunction 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 inject
 public static Result inject(Container arg1,
                             Object arg2,
                             BinaryFunction 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 inject
 public static Object inject(Container arg1,
                             Object arg2,
                             BinaryFunction 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 inject
 public static Object inject(Container arg1,
                             Object arg2,
                             BinaryFunction arg3,
                             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