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.void
TSDeploymentInterface.deployConnector
(Properties p) This method is called to deploy a connector (.rar file) to your Java EE implementation.boolean
TSDeploymentInterface.isConnectorDeployed
(Properties p) This method is called to check to see if a given connector (.rar file) is deployed on your Java EE implementation.boolean
TSDeploymentInterface.isDeployed
(Properties p) This method is called by the test harness to check whether or not an application ear is deployed.void
TSDeploymentInterface.undeploy
(Properties p) This method is called by test harness to undeploy an .ear file from your Java EE implementation.void
TSDeploymentInterface.undeployConnector
(Properties p) This method is called to undeploy a connector (.rar file) from your Java EE implementation.