Package de.iritgo.aktera.scheduler.action

Examples of de.iritgo.aktera.scheduler.action.ScheduleActionHandler


  /**
   * @see de.iritgo.aktera.scheduler.ScheduleManager#executeAction(de.iritgo.aktera.scheduler.entity.ScheduleAction)
   */
  public void executeAction(ScheduleAction action)
  {
    ScheduleActionHandler handler = (ScheduleActionHandler) KeelContainer.defaultContainer().getSpringBean(
            actionHandlers.get(action.getType()));

    handler.execute(action);
  }
View Full Code Here

TOP

Related Classes of de.iritgo.aktera.scheduler.action.ScheduleActionHandler

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.