org.apache.avalon.phoenix.frontends
Class PhoenixServlet

java.lang.Object
  |
  +--HttpServlet
        |
        +--org.apache.avalon.phoenix.frontends.PhoenixServlet
All Implemented Interfaces:
Runnable

public class PhoenixServlet
extends HttpServlet
implements Runnable

WARNING: DO NOT USE THIS SERVLET FOR PRODUCTION SERVICE. THIS IS EXPERIMENTAL. Servlet frontends for SingleAppEmbeddor.

Author:
Eung-ju Park
See Also:
Serialized Form

Constructor Summary
PhoenixServlet()
          Deprecated.  
 
Method Summary
 void destroy()
          Deprecated.  
 void init()
          Deprecated.  
 void run()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhoenixServlet

public PhoenixServlet()
Deprecated. 
Method Detail

init

public void init()
          throws ServletException
Deprecated. 
ServletException

run

public void run()
Deprecated. 
Specified by:
run in interface Runnable

destroy

public void destroy()
Deprecated. 


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.