org.objectweb.jonas.tomcat
Class EmbeddedTomcatImpl40

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

public class EmbeddedTomcatImpl40
extends AbsDynamicServiceImpl
implements TomcatService

Tomcat service implementation for Tomcat 4.0.x

Author:
Philippe Coq Contributor(s): Julien Lehembre - Libelis Florent Benoit & Ludovic Bert

Constructor Summary
EmbeddedTomcatImpl40()
           
 
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

EmbeddedTomcatImpl40

public EmbeddedTomcatImpl40()
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