Package org.asmatron.messengine.engines.components

Examples of org.asmatron.messengine.engines.components.DefaultActionRunnerFactory


  private Map<ActionId<?>, ActionProcessor<?>> actionCollections = new HashMap<ActionId<?>, ActionProcessor<?>>();
  private ExecutorService actionExecutor;
  private ActionRunnerFactory runnerFactory;

  public DefaultActionDelegate() {
    this(Executors.newCachedThreadPool(new ActionThreadFactory()), new DefaultActionRunnerFactory());
  }
View Full Code Here

TOP

Related Classes of org.asmatron.messengine.engines.components.DefaultActionRunnerFactory

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.