|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.developersupport.DeveloperSupport
DeveloperSupport This class provides interfaces called by the request handling and database code for collecting developer support information. By registering DeveloperSupportListener's, you can add handlers for this information.
Field Summary | |
static String |
versionId
|
Method Summary | |
static void |
addListener(DeveloperSupportListener l)
addListener Add a new listener. |
static boolean |
containsListener(DeveloperSupportListener l)
|
static void |
endStage(String stagename)
endStage Callback indicating a stage has ended. |
static int |
getListenerCount()
|
static void |
logComment(String comment)
logComment Log a generic comment |
static void |
logQuery(int connection_id,
String type,
String query,
HashMap bindvars,
long time,
SQLException sqle)
logQuery Callback logging a database query. |
static void |
removeListener(DeveloperSupportListener l)
|
static void |
requestAddProperty(Object request,
String property,
Object value)
requestAddProperty Add a new property about this request. |
static void |
requestEnd(Object request)
requestEnd Callback indicating the request ended |
static void |
requestStart(Object request)
requeststart Callback indicating a new request has started. |
static void |
startStage(String stagename)
startStage Callback indicating a new stage has started. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
Method Detail |
public static void addListener(DeveloperSupportListener l)
public static void removeListener(DeveloperSupportListener l)
public static boolean containsListener(DeveloperSupportListener l)
public static int getListenerCount()
public static void requestStart(Object request)
public static void requestAddProperty(Object request, String property, Object value)
public static void requestEnd(Object request)
public static void logQuery(int connection_id, String type, String query, HashMap bindvars, long time, SQLException sqle)
public static void logComment(String comment)
public static void startStage(String stagename)
public static void endStage(String stagename)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |