|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LifeCycleInstance
LifeCycle
| Method Summary | ||
|---|---|---|
LifeCycleInstance |
createNestedLifeCycle(BatchTask currentPhase,
String lifeCycleName)
createNestedLifeCycle |
|
|
findAttributeByType(Class<T> clazz)
findAttributeByType |
|
Object |
getAttribute(String key)
getAttribute |
|
|
getAttribute(String key,
Class<T> type)
getAttribute |
|
|
getAttribute(String key,
T defaultValue)
getAttribute |
|
DefaultTaskCoordinator |
getCoordinator()
getCoordinator |
|
String |
getName()
getName |
|
List<String> |
getPhaseNames()
getPhaseNames |
|
LifeCycleInstance |
setAttribute(String key,
Object value)
setAttribute |
|
void |
trigger()
trigger |
|
void |
waitFor()
waitFor |
|
| Method Detail |
|---|
List<String> getPhaseNames()
getPhaseNames
List object.String getName()
getName
String object.
LifeCycleInstance setAttribute(String key,
Object value)
setAttribute
key - a String object.value - a Object object.
LifeCycleInstance object.Object getAttribute(String key)
getAttribute
key - a String object.
Object object.<T> T findAttributeByType(Class<T> clazz)
findAttributeByType
T - a T object.clazz - a Class object.
<T> T getAttribute(String key,
Class<T> type)
getAttribute
T - a T object.key - a String object.type - a Class object.
<T> T getAttribute(String key,
T defaultValue)
getAttribute
T - a T object.key - a String object.defaultValue - a T object.
LifeCycleInstance createNestedLifeCycle(BatchTask currentPhase,
String lifeCycleName)
createNestedLifeCycle
currentPhase - a BatchTask object.lifeCycleName - a String object.
LifeCycleInstance object.void trigger()
trigger
void waitFor()
throws InterruptedException,
ExecutionException
waitFor
InterruptedException - if any.
ExecutionException - if any.DefaultTaskCoordinator getCoordinator()
getCoordinator
DefaultTaskCoordinator object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||