Package com.sun.grid.jam.job

Examples of com.sun.grid.jam.job.JobProxy


  public void createJobService(JobInfo jobInfo, Entry[] attrs)
    throws IOException
  {
    // Create an Hastable for Job joiners
    JobObserver jObserver = new JobObserver(jobInfo, space);
    JobProxy j = new JobProxy(jobInfo, space, jObserver, txnMgr);
    // We really want to subclass JAMServiceRegistrar, so we can
    // override its destroy method to include JavaSpace cleanup. XXX
    JAMServiceRegistrar jsr = new JAMServiceRegistrar(j, attrs, locators, joiners);
    jsr.run();
  }
View Full Code Here

TOP

Related Classes of com.sun.grid.jam.job.JobProxy

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.