|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.sys.batch.AbstractStep
public abstract class AbstractStep
| Constructor Summary | |
|---|---|
AbstractStep()
|
|
| Method Summary | |
|---|---|
protected org.kuali.rice.kns.service.DateTimeService |
getDateTimeService()
Gets the dateTimeService attribute. |
String |
getName()
Gets the name attribute. |
protected org.kuali.rice.kns.service.ParameterService |
getParameterService()
|
void |
interrupt()
Initializes the interrupted flag |
boolean |
isInterrupted()
Returns the boolean value of the interrupted flag |
void |
setBeanName(String name)
Sets the bean name |
void |
setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
Sets the dateTimeService attribute value. |
void |
setInterrupted(boolean interrupted)
Sets the interruped flag |
void |
setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.kuali.kfs.sys.batch.Step |
|---|
execute |
| Constructor Detail |
|---|
public AbstractStep()
| Method Detail |
|---|
public void setBeanName(String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarename - String that contains the bean nameBeanNameAware.setBeanName(java.lang.String)public String getName()
getName in interface Stepprotected org.kuali.rice.kns.service.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
protected org.kuali.rice.kns.service.DateTimeService getDateTimeService()
public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
dateTimeService - The dateTimeService to set.public boolean isInterrupted()
isInterrupted in interface StepStep.isInterrupted()public void setInterrupted(boolean interrupted)
setInterrupted in interface Stepinterrupted - Step.setInterrupted(boolean)public void interrupt()
interrupt in interface StepStep.interrupt()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||