Class ChildLauncher.Info

  • Enclosing interface:
    ChildLauncher

    public static class ChildLauncher.Info
    extends Object
    Information about the launched child process.
    • Constructor Detail

      • Info

        public Info​(Process handle,
                    SocketAddress address)
        Construct an Info object, for use by ChildLauncher implementation.
        Parameters:
        handle - Process of child.
        address - SocketAddress to connect to child.
    • Method Detail

      • handle

        public final Process handle()
        Access the Process handle of the child.
        Returns:
        process handle