Search in sources :

Example 1 with SystemActionEngineMgr

use of com.creditease.agent.workqueue.SystemActionEngineMgr in project uavstack by uavorg.

the class SystemStarter method createSystemActionEngineMgr.

private ISystemActionEngineMgr createSystemActionEngineMgr() {
    ISystemActionEngineMgr saem = new SystemActionEngineMgr();
    this.configMgr.registerComponent("Global", "ISystemActionEngineMgr", saem);
    log.info(this, "System ActionEngine Manager created");
    return saem;
}
Also used : ISystemActionEngineMgr(com.creditease.agent.spi.ISystemActionEngineMgr) SystemActionEngineMgr(com.creditease.agent.workqueue.SystemActionEngineMgr) ISystemActionEngineMgr(com.creditease.agent.spi.ISystemActionEngineMgr)

Aggregations

ISystemActionEngineMgr (com.creditease.agent.spi.ISystemActionEngineMgr)1 SystemActionEngineMgr (com.creditease.agent.workqueue.SystemActionEngineMgr)1