Uses of Class
org.ow2.ishmael.deploy.spi.exceptions.DeploymentException

Packages that use DeploymentException
org.ow2.ishmael.deploy.spi.impl   
 

Uses of DeploymentException in org.ow2.ishmael.deploy.spi.impl
 

Methods in org.ow2.ishmael.deploy.spi.impl that throw DeploymentException
protected  void AbsDeploymentSpecific.deploy(java.util.Properties info)
           
 void AbsDeploymentSpecific.deployApplication(java.util.Properties p)
          deploy application p
 void IDeploymentSpecific.deployApplication(java.util.Properties p)
          deploy application p
 void DeploymentSpecificEasyBeans.deployApplication(java.util.Properties info)
          deploy application p
 java.lang.String DeploymentSpecificEasyBeans.deployFile(javax.enterprise.deploy.shared.ModuleType type, byte[] file, java.lang.String name, java.lang.String[] genicArgs)
          deploy the file on the server : call genic to generate class for JOnAS and copy the result file into JOnAS server directory for deployment
protected  javax.enterprise.deploy.shared.ModuleType AbsDeploymentSpecific.findType(java.lang.String path)
           
 java.util.List AbsDeploymentSpecific.getDeployedModules(javax.enterprise.deploy.shared.ModuleType type)
          get deployed modules
 java.util.List IDeploymentSpecific.getDeployedModules(javax.enterprise.deploy.shared.ModuleType type)
           
 boolean AbsDeploymentSpecific.isDeployedApplication(java.util.Properties p)
           
 java.util.List<java.lang.String> AbsDeploymentSpecific.listModules(javax.enterprise.deploy.shared.ModuleType type, int state)
          List modules type in a given state
 java.util.List IDeploymentSpecific.listModules(javax.enterprise.deploy.shared.ModuleType type, int state)
          List modules type in a given state
 java.lang.String AbsDeploymentSpecific.sendFile(byte[] file, java.lang.String name)
          distribute (send) the file on the server and copy the result file into JOnAS server directory for deployment
 java.lang.String IDeploymentSpecific.sendFile(byte[] file, java.lang.String name)
          distribute (send) the file on the server and copy the result file into JOnAS server directory for deployment
 java.lang.String DeploymentSpecificEasyBeans.sendFile(javax.enterprise.deploy.shared.ModuleType type, byte[] file, java.lang.String name)
          distribute (send) the file on the server and copy the result file into JOnAS server directory for deployment
protected  void AbsDeploymentSpecific.stop(java.lang.String file)
           
 void AbsDeploymentSpecific.stopApplication(java.util.Properties p)
          Stop application p
 void IDeploymentSpecific.stopApplication(java.util.Properties p)
          Stop application p
 void AbsDeploymentSpecific.undeployApplication(java.util.Properties p)
          Undeploy application p
 void IDeploymentSpecific.undeployApplication(java.util.Properties p)
          Undeploy application p
 void DeploymentSpecificEasyBeans.undeployApplication(java.util.Properties info)
          Undeploy application p
 



Copyright ? 2007-2009 OW2 Consortium. All Rights Reserved.