water.deploy
Class VM.SSH

java.lang.Object
  extended by water.deploy.VM
      extended by water.deploy.VM.Watchdog
          extended by water.deploy.VM.SSH
Enclosing class:
VM

public static class VM.SSH
extends VM.Watchdog

A remote JVM, launched over SSH.


Nested Class Summary
 
Nested classes/interfaces inherited from class water.deploy.VM
VM.SSH, VM.Watchdog
 
Constructor Summary
VM.SSH(Host host, java.lang.String[] java, java.lang.String[] node)
           
VM.SSH(java.lang.String[] localJava, Host host, java.lang.String[] java, java.lang.String[] node)
           
 
Method Summary
 Host host()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class water.deploy.VM.Watchdog
exec
 
Methods inherited from class water.deploy.VM
exitWithParent, inheritIO, inheritIO, isAlive, kill, persistIO, persistIO, process, start, waitFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VM.SSH

public VM.SSH(Host host,
              java.lang.String[] java,
              java.lang.String[] node)

VM.SSH

public VM.SSH(java.lang.String[] localJava,
              Host host,
              java.lang.String[] java,
              java.lang.String[] node)
Method Detail

host

public Host host()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception