Uses of Interface
org.ow2.jonas.web.JWebContainerService

Packages that use JWebContainerService
org.ow2.jonas.ear.internal   
org.ow2.jonas.web.base   
org.ow2.jonas.web.jetty6   
org.ow2.jonas.web.tomcat6   
org.ow2.jonas.ws.jaxrpc.base   
 

Uses of JWebContainerService in org.ow2.jonas.ear.internal
 

Methods in org.ow2.jonas.ear.internal with parameters of type JWebContainerService
 void EarDeployer.setWebContainerService(JWebContainerService webContainerService)
          Sets the WEB container service.
 void JOnASEARService.setWebContainerService(JWebContainerService webContainerService)
           
 

Uses of JWebContainerService in org.ow2.jonas.web.base
 

Classes in org.ow2.jonas.web.base that implement JWebContainerService
 class BaseWebContainerService
          This abstract class provides an implementation for a dynamic JWebContainerService service.
 

Methods in org.ow2.jonas.web.base with parameters of type JWebContainerService
 void WARDeployer.setWebContainerService(JWebContainerService webContainerService)
          Sets the WEB container service.
 

Constructors in org.ow2.jonas.web.base with parameters of type JWebContainerService
WarCleanTask(JWebContainerService webService, DeployerLog deployerLog)
          Construct a new WAR clean task.
 

Uses of JWebContainerService in org.ow2.jonas.web.jetty6
 

Classes in org.ow2.jonas.web.jetty6 that implement JWebContainerService
 class Jetty6Service
          This class provides an implementation of the Jetty service (as web container service).
 

Uses of JWebContainerService in org.ow2.jonas.web.tomcat6
 

Classes in org.ow2.jonas.web.tomcat6 that implement JWebContainerService
 class Tomcat6Service
          Implementation of the web container service for Tomcat 6.
 

Uses of JWebContainerService in org.ow2.jonas.ws.jaxrpc.base
 

Methods in org.ow2.jonas.ws.jaxrpc.base with parameters of type JWebContainerService
 void JAXRPCService.setWebService(JWebContainerService webService)
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.