Uses of Class
org.ow2.jonas.web.base.War

Packages that use War
org.ow2.jonas.web.base   
 

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

Methods in org.ow2.jonas.web.base that return War
 War BaseWebContainerService.getWar(URL url)
          Get the war identified by its URL (.war).
 

Methods in org.ow2.jonas.web.base that return types with arguments of type War
protected  List<War> BaseWebContainerService.getWar(String pContext)
          Get a list of wars identified by their Context.
protected  List<War> BaseWebContainerService.getWarDeployed()
           
 

Methods in org.ow2.jonas.web.base with parameters of type War
 boolean War.equals(War war)
          Return true if only if the specified war is equal to this war.
protected  void BaseWebContainerService.registerWarMBean(War war, String domainName, String fileName)
          Register War MBean.
 



Copyright © 2013 OW2 Consortium. All Rights Reserved.