All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.voyager.algorithms.VCopying
java.lang.Object
|
+----COM.objectspace.voyager.VObject
|
+----COM.objectspace.jgl.voyager.algorithms.VCopying
- public class VCopying
- extends VObject
VCopying is the virtual class of Copying.
-
VCopying()
- Construct a VCopying that is not associated with an object.
-
VCopying(VSubspace)
- Construct a VCopying and connect it to the specified object.
-
copy(Container, Container, Messenger, String)
-
-
copy(Container, Container, Messenger, String, long)
-
-
copy(Container, Container, String)
-
-
copy(Container, Container, String, long)
-
-
copy(Container, OutputIterator, Messenger, String)
-
-
copy(Container, OutputIterator, Messenger, String, long)
-
-
copy(Container, OutputIterator, String)
-
-
copy(Container, OutputIterator, String, long)
-
-
copy(InputIterator, InputIterator, OutputIterator, Messenger, String)
-
-
copy(InputIterator, InputIterator, OutputIterator, Messenger, String, long)
-
-
copy(InputIterator, InputIterator, OutputIterator, String)
-
-
copy(InputIterator, InputIterator, OutputIterator, String, long)
-
-
copyBackward(BidirectionalIterator, BidirectionalIterator, BidirectionalIterator, Messenger, String)
-
-
copyBackward(BidirectionalIterator, BidirectionalIterator, BidirectionalIterator, Messenger, String, long)
-
-
copyBackward(BidirectionalIterator, BidirectionalIterator, BidirectionalIterator, String)
-
-
copyBackward(BidirectionalIterator, BidirectionalIterator, BidirectionalIterator, String, long)
-
-
getOriginalClassName()
-
-
originalIsInterface()
-
VCopying
public VCopying()
- Construct a VCopying 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.
VCopying
public VCopying(VSubspace reference) throws VoyagerException
- Construct a VCopying and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
getOriginalClassName
public String getOriginalClassName()
- Overrides:
- getOriginalClassName in class VObject
originalIsInterface
public boolean originalIsInterface()
- Overrides:
- originalIsInterface in class VObject
copy
public static Result copy(InputIterator arg1,
InputIterator 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.
copy
public static Result copy(InputIterator arg1,
InputIterator 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.
copy
public static OutputIterator copy(InputIterator arg1,
InputIterator 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.
copy
public static OutputIterator copy(InputIterator arg1,
InputIterator 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.
copy
public static Result copy(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.
copy
public static Result copy(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.
copy
public static OutputIterator copy(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.
copy
public static OutputIterator copy(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.
copy
public static Result copy(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.
copy
public static Result copy(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.
copy
public static void copy(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.
copy
public static void copy(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.
copyBackward
public static Result copyBackward(BidirectionalIterator arg1,
BidirectionalIterator arg2,
BidirectionalIterator 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.
copyBackward
public static Result copyBackward(BidirectionalIterator arg1,
BidirectionalIterator arg2,
BidirectionalIterator 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.
copyBackward
public static OutputIterator copyBackward(BidirectionalIterator arg1,
BidirectionalIterator arg2,
BidirectionalIterator 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.
copyBackward
public static OutputIterator copyBackward(BidirectionalIterator arg1,
BidirectionalIterator arg2,
BidirectionalIterator 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