Uses of Class
org.ow2.jonas.adm.AdmException

Packages that use AdmException
org.ow2.jonas.adm   
 

Uses of AdmException in org.ow2.jonas.adm
 

Methods in org.ow2.jonas.adm that throw AdmException
 void AdmInterface.addEar(String fileName)
          Deploy a given ear file with the help of the ear service.
 void AdmInterface.addRar(String fileName)
          Deploy a given rar file with the help of the resource service.
 void AdmInterface.addWar(String fileName)
          Deploy a given war file with the help of the web container service.
 boolean AdmInterface.isEarLoaded(String fileName)
          Test if the specified filename is already deployed or not
 boolean AdmInterface.isRarLoaded(String fileName)
          Test if the specified filename is already deployed or not
 boolean AdmInterface.isWarLoaded(String fileName)
          Test if the specified filename is already deployed or not
 void AdmInterface.removeEar(String fileName)
          UnDeploy a given ear file with the help of the ear service.
 void AdmInterface.removeRar(String fileName)
          UnDeploy a given rar file with the help of the resource service.
 void AdmInterface.removeWar(String fileName)
          UnDeploy a given war file with the help of the web container service.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.