org.springframework.batch.core.job.flow
Class FlowExecution
java.lang.Object
org.springframework.batch.core.job.flow.FlowExecution
- All Implemented Interfaces:
- java.lang.Comparable<FlowExecution>
public class FlowExecution
- extends java.lang.Object
- implements java.lang.Comparable<FlowExecution>
- Since:
- 2.0
- Author:
- Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FlowExecution
public FlowExecution(java.lang.String name,
FlowExecutionStatus status)
- Parameters:
name - status -
getName
public java.lang.String getName()
- Returns:
- the name of the end state reached
getStatus
public FlowExecutionStatus getStatus()
- Returns:
- the FlowExecutionStatus
compareTo
public int compareTo(FlowExecution other)
- Create an ordering on
FlowExecution instances by comparing their
statuses.
- Specified by:
compareTo in interface java.lang.Comparable<FlowExecution>
- Parameters:
other -
- Returns:
- negative, zero or positive as per the contract
- See Also:
Comparable.compareTo(Object)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2009. All Rights Reserved.