| JGL - The Generic Collection Library for Java |
All Packages Class Hierarchy This Package Previous Next Index
Class com.objectspace.jgl.voyager.algorithms.VFilling
java.lang.Object
|
+----com.objectspace.voyager.VObject
|
+----com.objectspace.jgl.voyager.algorithms.VFilling
- public class VFilling
- extends VObject
-
VFilling()
- Construct a VFilling that is not associated with an object.
-
VFilling(VSubspace)
- Construct a VFilling and connect it to the specified object.
-
fill(Container, Object, Messenger, String)
-
-
fill(Container, Object, Messenger, String, long)
-
-
fill(Container, Object, String)
-
-
fill(Container, Object, String, long)
-
-
fill(ForwardIterator, ForwardIterator, Object, Messenger, String)
-
-
fill(ForwardIterator, ForwardIterator, Object, Messenger, String, long)
-
-
fill(ForwardIterator, ForwardIterator, Object, String)
-
-
fill(ForwardIterator, ForwardIterator, Object, String, long)
-
-
fillN(OutputIterator, int, Object, Messenger, String)
-
-
fillN(OutputIterator, int, Object, Messenger, String, long)
-
-
fillN(OutputIterator, int, Object, String)
-
-
fillN(OutputIterator, int, Object, String, long)
-
VFilling
public VFilling()
- Construct a VFilling 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.
VFilling
public VFilling(VSubspace reference) throws VoyagerException
- Construct a VFilling and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
fill
public static Result fill(ForwardIterator arg1,
ForwardIterator 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.
fill
public static Result fill(ForwardIterator arg1,
ForwardIterator 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.
fill
public static void fill(ForwardIterator arg1,
ForwardIterator 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.
fill
public static void fill(ForwardIterator arg1,
ForwardIterator 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.
fill
public static Result fill(Container arg1,
Object 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.
fill
public static Result fill(Container arg1,
Object 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.
fill
public static void fill(Container arg1,
Object 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.
fill
public static void fill(Container arg1,
Object arg2,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
fillN
public static Result fillN(OutputIterator arg1,
int 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.
fillN
public static Result fillN(OutputIterator arg1,
int 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.
fillN
public static void fillN(OutputIterator arg1,
int 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.
fillN
public static void fillN(OutputIterator arg1,
int 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.
All Packages Class Hierarchy This Package Previous Next Index