Package org.apache.airavata.model.appcatalog

Examples of org.apache.airavata.model.appcatalog.ComputeResourceDescription.addToIpAddresses()


        d.setIsEmpty(false);
        d.setResourceId(computeResourceId);
        d.setHostName(hostDescriptor.getType().getHostName());
        d.addToHostAliases(hostDescriptor.getType().getHostName());
        if (hostDescriptor.getType().getHostAddress() != null) {
          d.addToIpAddresses(hostDescriptor.getType()
              .getHostAddress());
        }
        d.setJobSubmissionProtocols(new HashMap<String, JobSubmissionProtocol>());
        d.setDataMovementProtocols(new HashMap<String, DataMovementProtocol>());
        if (hostDescriptor.getType() instanceof SSHHostType) {
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.