Package org.nebulaframework.core.job.annotations

Examples of org.nebulaframework.core.job.annotations.GridTaskAdapter


      if (!(obj instanceof Serializable)) {
        throw new IllegalArgumentException("Returned List from Split method was not Serializable");
      }
     
      // If not a GridTask, adapt
      taskList.add(new GridTaskAdapter((Serializable) obj, taskMethod));
     
    }

    return taskList;
  }
View Full Code Here

TOP

Related Classes of org.nebulaframework.core.job.annotations.GridTaskAdapter

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.