Package org.nebulaframework.core.job.archive

Examples of org.nebulaframework.core.job.archive.GridArchive


      // Submit Job
      log.debug("Reading NAR");
     
      sw.start();
     
      GridArchive archive;
      archive = GridArchive.fromFile(new File("simpletestjob.nar"));
     
      log.debug("Submitting NAR");
     
      GridJobFuture future = (GridJobFuture) node.getJobSubmissionService().submitArchive(archive).values().toArray()[0];
View Full Code Here

TOP

Related Classes of org.nebulaframework.core.job.archive.GridArchive

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.