|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface SystemTrace
Used to hold tracing information for running WebApp
| Field Summary | |
|---|---|
static int |
COMPILE
|
static int |
INSTANTIATE
|
static int |
METHOD
|
static int |
MODEL
|
static int |
PAGE
|
static int |
PROFILE_SELECTION
|
static int |
REGEN
|
| Method Summary | |
|---|---|
void |
addDebugText(java.lang.String text)
Adds some text that will be logged with tracing info |
SystemTrace |
append(int type,
java.lang.String name)
Creates and appends a new SystemTrace to this one. |
void |
enableTracing()
Enables tracing for this object |
void |
endTrace()
Ends the timing for this SystemTrace object |
void |
setModelName(java.lang.String modelName)
Sets model name for this action |
| Field Detail |
|---|
static final int COMPILE
static final int INSTANTIATE
static final int METHOD
static final int MODEL
static final int PAGE
static final int PROFILE_SELECTION
static final int REGEN
| Method Detail |
|---|
void addDebugText(java.lang.String text)
text - The text to log
SystemTrace append(int type,
java.lang.String name)
type - The trace type (MODEL, METHOD, or PAGE).name - The name of the specified type.
void enableTracing()
void endTrace()
void setModelName(java.lang.String modelName)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||