org.apache.geronimo.tomcat
Interface TomcatWebModule

All Superinterfaces:
J2EEDeployedObject, J2EEManagedObject, J2EEModule, WebModule

public interface TomcatWebModule
extends WebModule


Method Summary
 org.apache.catalina.Context getContext()
           
 long getProcessingTime()
           
 long getStartTime()
           
 long getStartupTime()
           
 Stats getStats()
           
 long getTldScanTime()
           
 
Methods inherited from interface org.apache.geronimo.management.geronimo.WebModule
getContainer, getContextPath, getWARDirectory, getWARName
 
Methods inherited from interface org.apache.geronimo.management.WebModule
getServlets
 
Methods inherited from interface org.apache.geronimo.management.J2EEModule
getJavaVMs
 
Methods inherited from interface org.apache.geronimo.management.J2EEDeployedObject
getDeploymentDescriptor, getServer
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getContext

org.apache.catalina.Context getContext()

getStats

Stats getStats()

getProcessingTime

long getProcessingTime()
Returns:
The cumulative processing times of requests by all servlets in this Context

getStartTime

long getStartTime()
Returns:
The time this context was started.

getStartupTime

long getStartupTime()
Returns:
The time (in milliseconds) it took to start this context.

getTldScanTime

long getTldScanTime()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.