org.pentaho.di.cluster
Class CarteLauncher

java.lang.Object
  extended by org.pentaho.di.cluster.CarteLauncher
All Implemented Interfaces:
Runnable

public class CarteLauncher
extends Object
implements Runnable


Constructor Summary
CarteLauncher()
           
CarteLauncher(SlaveServerConfig config)
           
CarteLauncher(String hostname, int port)
           
 
Method Summary
 Carte getCarte()
           
 SlaveServerConfig getConfig()
           
 Exception getException()
           
 boolean isFailure()
           
 void run()
           
 void setCarte(Carte carte)
           
 void setConfig(SlaveServerConfig config)
           
 void setException(Exception exception)
           
 void setFailure(boolean failure)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarteLauncher

public CarteLauncher()

CarteLauncher

public CarteLauncher(String hostname,
                     int port)

CarteLauncher

public CarteLauncher(SlaveServerConfig config)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

getCarte

public Carte getCarte()
Returns:
the carte

setCarte

public void setCarte(Carte carte)
Parameters:
carte - the carte to set

getException

public Exception getException()
Returns:
the exception

setException

public void setException(Exception exception)
Parameters:
exception - the exception to set

isFailure

public boolean isFailure()
Returns:
the failure

setFailure

public void setFailure(boolean failure)
Parameters:
failure - the failure to set

getConfig

public SlaveServerConfig getConfig()
Returns:
the config

setConfig

public void setConfig(SlaveServerConfig config)
Parameters:
config - the config to set