|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.script.ScriptProfilingEvent
public abstract class ScriptProfilingEvent
Central class that provides profiling for the script framework.
Field Summary | |
---|---|
static java.lang.String |
PROFILE_KEY
Key in scriptframework.properties that determines if the profiling should be turned on. |
Constructor Summary | |
---|---|
ScriptProfilingEvent()
|
Method Summary | |
---|---|
abstract void |
end(boolean success)
End the profiling and print the results to the trace log (if profiling is turned on). |
static ScriptProfilingEvent |
get(java.lang.String name)
Return a ScriptProfilingEvent. |
static ScriptProfilingEvent |
getOn(java.lang.String name)
Return a ScriptProfilingEvent as if profiling is turned on. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROFILE_KEY
Constructor Detail |
---|
public ScriptProfilingEvent()
Method Detail |
---|
public static ScriptProfilingEvent get(java.lang.String name)
name
- The name of the host component. To lookup up the language.
public static ScriptProfilingEvent getOn(java.lang.String name)
name
- The name of the host component. To lookup up the language.
public abstract void end(boolean success)
success
- Did the script execute successfully?
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |