| org.apache.geronimo.tomcat.TomcatWebModule
TomcatWebModule | public interface TomcatWebModule extends WebModule(Code) | | version: $Revision: 547470 $ $Date: 2007-06-14 17:54:16 -0700 (Thu, 14 Jun 2007) $ |
getContext | public Context getContext()(Code) | | |
getProcessingTime | public long getProcessingTime()(Code) | | The cumulative processing times of requests by all servlets inthis Context |
getStartTime | public long getStartTime()(Code) | | The time this context was started. |
getStartupTime | public long getStartupTime()(Code) | | The time (in milliseconds) it took to start this context. |
getStats | public Stats getStats()(Code) | | |
getTldScanTime | public long getTldScanTime()(Code) | | |
|
|