Uses of Interface
com.sun.ts.lib.porting.DeploymentInfo

Uses of DeploymentInfo in com.sun.ts.lib.porting
 

Methods in com.sun.ts.lib.porting that return DeploymentInfo
 DeploymentInfo[] DeploymentInfo.getPreviousInfos()
           
 

Methods in com.sun.ts.lib.porting with parameters of type DeploymentInfo
 java.lang.String TSDeploymentInterface2.getClientClassPath(javax.enterprise.deploy.spi.TargetModuleID[] targetIDs, DeploymentInfo info, javax.enterprise.deploy.spi.DeploymentManager manager)
          This method is called by the Standard Deployment implementation of TSDeploymentInterface to get the classpath to any generated classes that must be accessible to application clients.
 java.util.Hashtable TSDeploymentInterface2.getDependentValues(DeploymentInfo[] infoArray)
          This method is called by the test harness to get any property values which must be set in one component's runtime info according to rules defined by the opposite server's implementation in an interop scenario.
 java.lang.Object TSDeploymentInterface2.getDeploymentPlan(DeploymentInfo info)
          This method should return a Deployment Plan for a given Java EE implementation.
 javax.enterprise.deploy.spi.Target[] TSDeploymentInterface2.getTargetsToUse(javax.enterprise.deploy.spi.Target[] targets, DeploymentInfo info)
          This method allows vendors to choose which targets, of the available targets, they would like to deploy on.
 void DeploymentInfo.setPreviousInfos(DeploymentInfo[] infos)
          Sets/gets an array of deploymentInfo objects from previously deployed apps in the currrent directory along with all common apps