Examples of GramProvider


Examples of org.apache.airavata.core.gfac.provider.impl.GramProvider

                    } catch (ProviderException e) {
                        throw new SchedulerException("Unable to select the EC2Provider", e);
                    }
                }
            } else {
                return new GramProvider();
            }
        } catch (UnknownHostException e) {
            throw new SchedulerException("Cannot get IP for current host", e);
        }
View Full Code Here

Examples of org.apache.airavata.core.gfac.provider.impl.GramProvider

                    } catch (ProviderException e) {
                        throw new SchedulerException("Unable to select the EC2Provider", e);
                    }
                }
            } else {
                return new GramProvider();
            }
        } catch (UnknownHostException e) {
            throw new SchedulerException("Cannot get IP for current host", e);
        }
View Full Code Here

Examples of org.apache.airavata.core.gfac.provider.impl.GramProvider

                    } catch (ProviderException e) {
                        throw new SchedulerException("Unable to select the EC2Provider", e);
                    }
                }
            } else {
                return new GramProvider();
            }
        } catch (UnknownHostException e) {
            throw new SchedulerException("Cannot get IP for current host", e);
        }
View Full Code Here

Examples of org.apache.airavata.core.gfac.provider.impl.GramProvider

                    } catch (ProviderException e) {
                        throw new SchedulerException("Unable to select the EC2Provider", e);
                    }
                }
            } else {
                return new GramProvider();
            }
        } catch (UnknownHostException e) {
            throw new SchedulerException("Cannot get IP for current host", e);
        }
View Full Code Here

Examples of org.apache.airavata.core.gfac.provider.impl.GramProvider

                    } catch (ProviderException e) {
                        throw new SchedulerException("Unable to select the EC2Provider", e);
                    }
                }
            } else {
                return new GramProvider();
            }
        } catch (UnknownHostException e) {
            throw new SchedulerException("Cannot get IP for current host", e);
        }
View Full Code Here

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

     * @return GFacProvider instance.
     */
    private static GFacProvider getProvider(JobExecutionContext jobExecutionContext){
        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) {
View Full Code Here

Examples of org.ogce.gfac.provider.GramProvider

        context.getExecutionContext().setSecurityContext(context.getSecurityContext(GramProvider.MYPROXY_SECURITY_CONTEXT));
      } else {
        throw new GfacException("Cannot get security context to run on Gram", FaultCode.InvalidRequest);
      }

      return new GramProvider();
    }
  }
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.