All Packages Class Hierarchy This Package Previous Next Index
If the target servlet is flagged with this interface, the servlet programmer is guaranteed that no two threads will execute concurrently the service method of that servlet. This guarantee is ensured by maintaining a pool of servlet instances for each such servlet, and dispatching each service call to a free servlet.
In essence, if the servlet implements this interface, the servlet will be thread safe.
All Packages Class Hierarchy This Package Previous Next Index