Package wowodc.background.tasks

Examples of wowodc.background.tasks.T09RunnableWithSimulatedError


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

TOP

Related Classes of wowodc.background.tasks.T09RunnableWithSimulatedError

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.