Package org.nebulaframework.core.job.exceptions

Examples of org.nebulaframework.core.job.exceptions.AggregateException


     
      // Wait if execution completed before minimum duration
      waitIfNeeded(profile);
     
      // Update Future
      profile.getFuture().setException(new AggregateException(e));
      profile.getFuture().setState(GridJobState.FAILED);
     
      // Notify Workers that Job is canceled
      jobService.notifyJobCancel(profile.getJobId());
     
View Full Code Here

TOP

Related Classes of org.nebulaframework.core.job.exceptions.AggregateException

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.