Uses of Class
org.ow2.jonas.web.JWebContainerServiceException

Packages that use JWebContainerServiceException
org.ow2.jonas.web   
 

Uses of JWebContainerServiceException in org.ow2.jonas.web
 

Methods in org.ow2.jonas.web that throw JWebContainerServiceException
 void JWebContainerService.deployWars(Context ctx)
          Deploy the given wars of an ear file with the specified parent classloader (ejb classloader or ear classloader).
 URLClassLoader JWebContainerService.getClassLoader(URL warURL, org.ow2.util.ee.deploy.api.deployable.EARDeployable earDeployable, ClassLoader ejbClassLoader)
          Return the class loader of the given warURL.
 String JWebContainerService.getDefaultHost()
          Return the Default host name of the web container.
 String JWebContainerService.getDefaultHttpPort()
          Return the Default HTTP port number of the web container (can be null if multiple HTTP connector has been set).
 String JWebContainerService.getDefaultHttpsPort()
          Return the Default HTTPS port number of the web container (can be null if multiple HTTPS connector has been set).
 void JWebContainerService.registerWar(String fileName)
          Deprecated. 
 void JWebContainerService.registerWar(org.ow2.util.ee.deploy.api.deployable.WARDeployable deployable)
          Register a WAR by delegating the operation to the registerWar() method.
 void JWebContainerService.unRegisterWar(String fileName)
          Deprecated. 
 void JWebContainerService.unRegisterWar(org.ow2.util.ee.deploy.api.deployable.WARDeployable deployable)
          Un-register a WAR by delegating the operation to the unRegisterWar(Context) method.
 



Copyright © 2012 OW2 Consortium. All Rights Reserved.