|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.iplan.ErrorPlanEvaluation
public class ErrorPlanEvaluation
Constructor Summary | |
---|---|
ErrorPlanEvaluation(java.lang.Throwable t)
|
Method Summary | |
---|---|
void |
detailsRequested()
Tells the evaluation that the user has requested more information. |
java.lang.Object |
getValue()
Returns the current value of this evaluation. |
boolean |
hasDetails()
Indicates whether or not more information is available if the used requests it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorPlanEvaluation(java.lang.Throwable t)
Method Detail |
---|
public java.lang.Object getValue()
PlanEvaluation
getValue
in interface PlanEvaluation
PlanEvaluation.detailsRequested()
public boolean hasDetails()
PlanEvaluation
hasDetails
in interface PlanEvaluation
PlanEvaluation.detailsRequested()
public void detailsRequested()
PlanEvaluation
PlanEvaluation.getValue()
will just be a place-holder that indicates that more information
is available. This method will then typically change that value
to show the real result of the evalutaion.
It is recommended that any evaluations that require a substantial amount of computation be handled in that delayed, "when requested" fashion.
detailsRequested
in interface PlanEvaluation
PlanEvaluation.hasDetails()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |