|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HookInstance
Interface to get recorded (runtime) information on Hook in order to debug.
Method Summary | |
---|---|
java.lang.Exception |
getExceptionThrown()
Get the recorded exception thrown by the hook. |
java.util.Date |
getFinishedDate()
Returns the date recorded when the hook is finished. |
java.util.Date |
getStartedDate()
Returns the date recorded when the hook is started. |
java.lang.String |
getToStringAfterStarted()
Returns a string representation of the java hook recorded after the hook is executed. |
java.lang.String |
getToStringBeforeStarted()
Returns a string representation of the java hook recorded before the hook is executed. |
Method Detail |
---|
java.util.Date getStartedDate()
java.util.Date getFinishedDate()
java.lang.Exception getExceptionThrown()
java.lang.String getToStringBeforeStarted()
java.lang.String getToStringAfterStarted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |