Package org.apache.airavata.gfac.provider.impl

Examples of org.apache.airavata.gfac.provider.impl.BESProvider


        HostDescription hostDescription = jobExecutionContext.getApplicationContext().getHostDescription();
        if(hostDescription.getType() instanceof GlobusHostType){
            return new GramProvider();
        }
        else if (hostDescription.getType() instanceof UnicoreHostType) {
          return new BESProvider();
        }
        else if (hostDescription.getType() instanceof Ec2HostType) {
            return new EC2Provider();
        }
        else if (hostDescription.getType() instanceof SSHHostType) {
View Full Code Here

TOP

Related Classes of org.apache.airavata.gfac.provider.impl.BESProvider

Copyright © 2018 www.massapicom. 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.