org.globus.cog.karajan.scheduler
Class SSHThrottlingFailureHandler

java.lang.Object
  extended by org.globus.cog.karajan.scheduler.SSHThrottlingFailureHandler
All Implemented Interfaces:
FailureHandler

public class SSHThrottlingFailureHandler
extends Object
implements FailureHandler


Field Summary
static String ATTR_RESTARTS
           
static int DEFAULT_MAX_RESTARTS
           
 
Constructor Summary
SSHThrottlingFailureHandler()
           
 
Method Summary
 boolean handleFailure(Task t, Scheduler s)
           
 void setProperty(String name, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_RESTARTS

public static final String ATTR_RESTARTS
See Also:
Constant Field Values

DEFAULT_MAX_RESTARTS

public static final int DEFAULT_MAX_RESTARTS
See Also:
Constant Field Values
Constructor Detail

SSHThrottlingFailureHandler

public SSHThrottlingFailureHandler()
Method Detail

handleFailure

public boolean handleFailure(Task t,
                             Scheduler s)
Specified by:
handleFailure in interface FailureHandler

setProperty

public void setProperty(String name,
                        String value)
Specified by:
setProperty in interface FailureHandler