Uses of Class
com.sun.ts.lib.porting.TSDeploymentException
Packages that use TSDeploymentException
-
Uses of TSDeploymentException in com.sun.ts.lib.porting
Methods in com.sun.ts.lib.porting that throw TSDeploymentExceptionModifier and TypeMethodDescriptionTSDeploymentInterface.deploy(DeploymentInfo info) This method is called by the test harness to deploy an .ear file into your Java EE implementation.voidTSDeploymentInterface.deployConnector(Properties p) This method is called to deploy a connector (.rar file) to your Java EE implementation.booleanTSDeploymentInterface.isConnectorDeployed(Properties p) This method is called to check to see if a given connector (.rar file) is deployed on your Java EE implementation.booleanTSDeploymentInterface.isDeployed(Properties p) This method is called by the test harness to check whether or not an application ear is deployed.voidTSDeploymentInterface.undeploy(Properties p) This method is called by test harness to undeploy an .ear file from your Java EE implementation.voidTSDeploymentInterface.undeployConnector(Properties p) This method is called to undeploy a connector (.rar file) from your Java EE implementation.