ObjectSpace Homepage

JGL - The Generic Collection Library for Java
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.objectspace.jgl.voyager.algorithms.VPrinting

java.lang.Object
   |
   +----com.objectspace.voyager.VObject
           |
           +----com.objectspace.jgl.voyager.algorithms.VPrinting

public class VPrinting
extends VObject

Constructor Index

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

Method Index

 o print(Container, Messenger, String)
 o print(Container, Messenger, String, long)
 o print(Container, String)
 o print(Container, String, long)
 o print(InputIterator, InputIterator, Messenger, String)
 o print(InputIterator, InputIterator, Messenger, String, long)
 o print(InputIterator, InputIterator, String)
 o print(InputIterator, InputIterator, String, long)
 o println(Container, Messenger, String)
 o println(Container, Messenger, String, long)
 o println(Container, String)
 o println(Container, String, long)
 o println(InputIterator, InputIterator, Messenger, String)
 o println(InputIterator, InputIterator, Messenger, String, long)
 o println(InputIterator, InputIterator, String)
 o println(InputIterator, InputIterator, String, long)
 o toString(Container, String, Messenger, String)
 o toString(Container, String, Messenger, String, long)
 o toString(Container, String, String)
 o toString(Container, String, String, long)
 o toString(InputIterator, InputIterator, Messenger, String)
 o toString(InputIterator, InputIterator, Messenger, String, long)
 o toString(InputIterator, InputIterator, String)
 o toString(InputIterator, InputIterator, String, long)

Constructors

 o VPrinting
 public VPrinting()
Construct a VPrinting 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 VPrinting
 public VPrinting(VSubspace reference) throws VoyagerException
Construct a VPrinting 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 toString
 public static Result toString(Container arg1,
                               String 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 toString
 public static Result toString(Container arg1,
                               String 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 toString
 public static String toString(Container arg1,
                               String 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 toString
 public static String toString(Container arg1,
                               String arg2,
                               String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o toString
 public static Result toString(InputIterator arg1,
                               InputIterator 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 toString
 public static Result toString(InputIterator arg1,
                               InputIterator 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 toString
 public static String toString(InputIterator arg1,
                               InputIterator 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 toString
 public static String toString(InputIterator arg1,
                               InputIterator arg2,
                               String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o print
 public static Result print(InputIterator arg1,
                            InputIterator 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 print
 public static Result print(InputIterator arg1,
                            InputIterator 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 print
 public static void print(InputIterator arg1,
                          InputIterator 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 print
 public static void print(InputIterator arg1,
                          InputIterator arg2,
                          String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o print
 public static Result print(Container arg1,
                            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 print
 public static Result print(Container arg1,
                            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 print
 public static void print(Container arg1,
                          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 print
 public static void print(Container arg1,
                          String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o println
 public static Result println(InputIterator arg1,
                              InputIterator 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 println
 public static Result println(InputIterator arg1,
                              InputIterator 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 println
 public static void println(InputIterator arg1,
                            InputIterator 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 println
 public static void println(InputIterator arg1,
                            InputIterator arg2,
                            String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o println
 public static Result println(Container arg1,
                              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 println
 public static Result println(Container arg1,
                              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 println
 public static void println(Container arg1,
                            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 println
 public static void println(Container arg1,
                            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