Package | Description |
---|---|
com.ibm.tivoli.maximo.optimization.service |
Modifier and Type | Method and Description |
---|---|
void |
OptimizationService.deployOptimizationApp(java.lang.String odmApplicationName,
ODMAppDeployInfo appDeployInfo,
UserInfo userInfo) |
void |
OptimizationServiceRemote.deployOptimizationApp(java.lang.String odmApplicationName,
ODMAppDeployInfo appDeployInfo,
UserInfo userInfo)
Takes the application package from the Java EE EAR (i.e from build) and then applies
the deployment configuration to it and then deploys the application.
|