Package de.iritgo.aktera.scheduler.action

Examples of de.iritgo.aktera.scheduler.action.ScheduleActionHandler.execute()


  public void executeAction(ScheduleAction action)
  {
    ScheduleActionHandler handler = (ScheduleActionHandler) KeelContainer.defaultContainer().getSpringBean(
            actionHandlers.get(action.getType()));

    handler.execute(action);
  }

  /**
   * @see de.iritgo.aktera.scheduler.ScheduleManager#getScheduleActions(java.lang.Integer)
   */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.