Removed Methods | |
void
customEnd
(String ) |
Insert the method's description here. |
String
customStart
(String ) |
Insert the method's description here. |
String
customStart
(String,
String |
Insert the method's description here. |
void
disable
() |
Insert the method's description here. |
void
enable2
(boolean ) |
Turns Performance Counters on and off There needs to be a static method to enable/disable counter but the static method enable() can't hide the instance method enable() from the interface ComponentConfiguration so this second method was needed. |
void
enable2
(boolean,
boolean[] |
Insert the method's description here. |
boolean
getClone
() |
Insert the method's description here. |
PerfMonitorThread
getPerfMonitorThread
() |
Insert the method's description here. |
long
getSleepingInterval
() |
Insert the method's description here. |
void
setClone
(boolean ) |
Insert the method's description here. |
void
setSleepingInterval
(long ) |
Insert the method's description here. |
Changed Methods | ||
void
register
(HttpServletRequest,
String |
Change in signature from
(HttpServletRequest, java.lang.String, java.lang.Integer ) to
(javax.servlet.http.HttpServletRequest, java.lang.String,
java.lang.Integer ). |
Registers the URL counters |