org.objectweb.jonas.web.wrapper
Interface CatalinaJWebContainerService

All Superinterfaces:
JWebContainerService, Service
All Known Implementing Classes:
CatalinaJWebContainerServiceImpl, CatalinaJWebContainerServiceWrapper, CatalinaJWebContainerServiceWrapper

public interface CatalinaJWebContainerService
extends JWebContainerService

Catalina specific WebContainer Service interface.

Author:
Guillaume Sauthier

Method Summary
 boolean isTomcatStarted()
          The server is started ?
 
Methods inherited from interface org.objectweb.jonas.web.JWebContainerService
deployWars, getClassLoader, getContextLinkedClassLoader, getDefaultHost, getDefaultHttpPort, getDefaultHttpsPort, getWar, getWebappsDirectory, isWarLoaded, registerWarMBean, removeCache, unDeployWars, unRegisterWarMBean
 
Methods inherited from interface org.objectweb.jonas.service.Service
getName, init, isStarted, setName, start, stop
 

Method Detail

isTomcatStarted

public boolean isTomcatStarted()
The server is started ?

Returns:
boolean true if the catalina container is running.