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

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


  }

  protected ComputeResourceResource saveComputeResource(
      ComputeResourceDescription description) throws AppCatalogException {
    ComputeResourceResource computeHostResource = AppCatalogThriftConversion.getComputeHostResource(description);
    computeHostResource.save();
    return computeHostResource;
  }

  protected void saveDataMovementInterfaces(
      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.