|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bibalex.daf.entities.phase.PhaseAction org.bibalex.daf.entities.phase.ReflectionAction
public class ReflectionAction
Responsible for applying the Reflection actions associted with a phase.
Field Summary | |
---|---|
private ReflectionDef |
definition
Holds the ReflectionDef that will be used when applying the action. |
private int |
jobID
The ID of the job. |
Constructor Summary | |
---|---|
ReflectionAction(ReflectionDef definition,
int jobID)
Creates a new instance of ReflectionAction. |
Method Summary | |
---|---|
void |
applyAction()
Applies the action. The action is calling a static method with a single int parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ReflectionDef definition
private int jobID
Constructor Detail |
---|
public ReflectionAction(ReflectionDef definition, int jobID)
definition
- The ReflectionDef to be applied.jobID
- The ID of the job to which the reflection action will be applied.Method Detail |
---|
public void applyAction() throws PhaseActionException
applyAction
in class PhaseAction
PhaseActionException
- If the action fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |