public interface ServletStats implements javax.management.j2ee.statistics.Stats
Defines additional Sun ONE Application Server specific statistics
ServletStats interface.
The ServletStats interface that is defined by JSR77, cannot be used
here, as it is not possible to encapsulate the data pertaining to
the service method in a TimeStatistic. Therefore it becomes necessary
to define our own interface for exposing Servlet Statistics.
Gets the execution time of the servlet's service method.
This method is identical in functionality to getProcessingTime(),
except that it exposes the execution time of the servlet's service
method under the JSR 77 compliant property name and type.