| JGL - The Generic Collection Library for Java |
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()
- Construct a VApplying that is not associated with an object.
-
VApplying(VSubspace)
- Construct a VApplying and connect it to the specified object.
-
forEach(Container, UnaryFunction, Messenger, String)
-
-
forEach(Container, UnaryFunction, Messenger, String, long)
-
-
forEach(Container, UnaryFunction, String)
-
-
forEach(Container, UnaryFunction, String, long)
-
-
forEach(InputIterator, InputIterator, UnaryFunction, Messenger, String)
-
-
forEach(InputIterator, InputIterator, UnaryFunction, Messenger, String, long)
-
-
forEach(InputIterator, InputIterator, UnaryFunction, String)
-
-
forEach(InputIterator, InputIterator, UnaryFunction, String, long)
-
-
inject(Container, Object, BinaryFunction, Messenger, String)
-
-
inject(Container, Object, BinaryFunction, Messenger, String, long)
-
-
inject(Container, Object, BinaryFunction, String)
-
-
inject(Container, Object, BinaryFunction, String, long)
-
-
inject(InputIterator, InputIterator, Object, BinaryFunction, Messenger, String)
-
-
inject(InputIterator, InputIterator, Object, BinaryFunction, Messenger, String, long)
-
-
inject(InputIterator, InputIterator, Object, BinaryFunction, String)
-
-
inject(InputIterator, InputIterator, Object, BinaryFunction, String, long)
-
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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