Package com.exedosoft.plat.agent.task

Examples of com.exedosoft.plat.agent.task.SimpleTask



  public synchronized static List<Task> getTaskConfigs(String commandID) {
   
    List<Task> list = new ArrayList<Task>();
    SimpleTask st = new SimpleTask();
    list.add(st);
    SimpleTask1 st1 = new SimpleTask1();
    list.add(st1);
    return list;   
  }
View Full Code Here

TOP

Related Classes of com.exedosoft.plat.agent.task.SimpleTask

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.