Uses of Class
com.sun.ts.lib.porting.TSDeploymentException

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

Methods in com.sun.ts.lib.porting that throw TSDeploymentException
 void TSDeploymentInterface2.createConnectionFactory(javax.enterprise.deploy.spi.TargetModuleID[] targetIDs, java.util.Properties p)
          This method is called to create a connection factory in your Java EE implementation.
 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.lang.Object TSDeploymentInterface2.getDeploymentPlan(DeploymentInfo info)
          This method should return a Deployment Plan for a given Java EE implementation.
 void TSDeploymentInterface2.removeConnectionFactory(javax.enterprise.deploy.spi.TargetModuleID[] targetIDs, java.util.Properties p)
          This method is called to remove a connection factory from your Java EE implementation.