Examples of HostDescription


Examples of org.apache.airavata.commons.gfac.type.HostDescription

  @After
  public void cleanup() throws RegistryException {
  }

  private HostDescription createHostDescription() {
    HostDescription host = new HostDescription();
    host.getType().setHostName("localhost");
    host.getType().setHostAddress("localhost");
    return host;
  }
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.