Package org.apache.airavata.schemas.wec.ContextHeaderDocument

Examples of org.apache.airavata.schemas.wec.ContextHeaderDocument.ContextHeader


        GSISecurityContext.GSI_SECURITY_CONTEXT, getSecurityContext());

  }

  protected void submitJob() throws Exception {
    ContextHeader contextHeader = ContextHeader.Factory.newInstance();
    buildOutputLocation(contextHeader);
   
    buildUserName(contextHeader, userName);
    jobExecutionContext.setContextHeader(contextHeader);
  }
View Full Code Here

TOP

Related Classes of org.apache.airavata.schemas.wec.ContextHeaderDocument.ContextHeader

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.