Package wowodc.background.tasks

Examples of wowodc.background.tasks.T08CallableWithSimulatedError


   * in Properties to see the default error handling behavior.
   *
   * @return result of an error in a Callable task.
   */
  public WOActionResults dispatchCallableWithSimulatedError() {
    T08CallableWithSimulatedError task = new T08CallableWithSimulatedError();
   
    CCAjaxLongResponsePage nextPage = pageWithName(CCAjaxLongResponsePage.class);
    nextPage.setTask(task);
   
    return nextPage;
View Full Code Here

TOP

Related Classes of wowodc.background.tasks.T08CallableWithSimulatedError

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.