org.objectweb.jonas.tomcat
Class EmbeddedTomcatImpl33

java.lang.Object
  |
  +--org.objectweb.jonas.service.AbsServiceImpl
        |
        +--org.objectweb.jonas.service.AbsDynamicServiceImpl
              |
              +--org.objectweb.jonas.tomcat.EmbeddedTomcatImpl33
All Implemented Interfaces:
java.lang.Runnable, Service, TomcatService

public class EmbeddedTomcatImpl33
extends AbsDynamicServiceImpl
implements TomcatService

Tomcat service implementation for Tomcat 3.3

Author:
Philippe Coq Contributor(s): Julien Lehembre - Libelis

Constructor Summary
EmbeddedTomcatImpl33()
           
 
Method Summary
 void doInit(javax.naming.Context ctx)
           
 void doStop()
           
 void run()
           
 
Methods inherited from class org.objectweb.jonas.service.AbsDynamicServiceImpl
doStart, waitTime
 
Methods inherited from class org.objectweb.jonas.service.AbsServiceImpl
getName, init, isStarted, setName, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.jonas.service.Service
getName, init, isStarted, setName, start, stop
 

Constructor Detail

EmbeddedTomcatImpl33

public EmbeddedTomcatImpl33()
Method Detail

doInit

public void doInit(javax.naming.Context ctx)
Overrides:
doInit in class AbsServiceImpl

run

public void run()
         throws ServiceException
Overrides:
run in class AbsDynamicServiceImpl

doStop

public void doStop()
            throws ServiceException
Overrides:
doStop in class AbsServiceImpl