Package org.apache.aiaravata.application.catalog.data.resources

Examples of org.apache.aiaravata.application.catalog.data.resources.BatchQueueResource.save()


    if (batchQueueList != null && !batchQueueList.isEmpty()) {
        for (BatchQueue batchQueue : batchQueueList) {
          BatchQueueResource bq = AppCatalogThriftConversion.getBatchQueue(batchQueue);
          bq.setComputeResourceId(computeHostResource.getResourceId());
          bq.setComputeHostResource(computeHostResource);
            bq.save();
        }
    }
  }

  protected void saveIpAddresses(ComputeResourceDescription description,
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.