com.bareflow.schema
Class Fork

java.lang.Object
  extended by com.bareflow.schema.Task
      extended by com.bareflow.schema.Fork

public final class Fork
extends Task


Constructor Summary
Fork()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 boolean getIgnoreThreadFailure()
           
 Task getTask()
           
 java.lang.String getThreads()
           
 int hashCode()
           
 void setIgnoreThreadFailure(boolean ignoreThreadFailure)
           
 void setTask(Task task)
           
 void setThreads(java.lang.String threads)
           
 
Methods inherited from class com.bareflow.schema.Task
getIf, getMode, setIf, setMode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fork

public Fork()
Method Detail

getIgnoreThreadFailure

public boolean getIgnoreThreadFailure()

setIgnoreThreadFailure

public void setIgnoreThreadFailure(boolean ignoreThreadFailure)

getTask

public Task getTask()

setTask

public void setTask(Task task)

getThreads

public java.lang.String getThreads()

setThreads

public void setThreads(java.lang.String threads)

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object