org.xins.server
Class APIServletSingleThreaded
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.xins.server.APIServlet
org.xins.server.APIServletSingleThreaded
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig, SingleThreadModel
- public class APIServletSingleThreaded
- extends APIServlet
- implements SingleThreadModel
This class is similar to APIServlet except that it implements the javax.servlet.SingleThreadModel
to indique that only 1 thread can handle only 1 request at a time.
- Since:
- XINS 2.2
- Version:
- $Revision: 1.2 $ $Date: 2008/07/04 10:22:50 $
- Author:
- Anthony Goubard
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APIServletSingleThreaded
public APIServletSingleThreaded()
See http://www.xins.org/.