public class ActionEngineImpl extends Object implements ActionEngine
Modifier and Type | Field and Description |
---|---|
protected ActionHistoryService |
actionHistoryService |
protected ActionRepositoryService |
actionRepositoryService |
protected ActionRuntimeService |
actionRuntimeService |
protected ActionEngineConfiguration |
engineConfiguration |
protected org.slf4j.Logger |
logger |
protected String |
name |
Constructor and Description |
---|
ActionEngineImpl(ActionEngineConfiguration engineConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
ActionEngineConfiguration |
getActionEngineConfiguration() |
ActionHistoryService |
getActionHistoryService() |
ActionRepositoryService |
getActionRepositoryService() |
ActionRuntimeService |
getActionRuntimeService() |
String |
getName() |
protected final org.slf4j.Logger logger
protected String name
protected ActionEngineConfiguration engineConfiguration
protected ActionRepositoryService actionRepositoryService
protected ActionRuntimeService actionRuntimeService
protected ActionHistoryService actionHistoryService
public ActionEngineImpl(ActionEngineConfiguration engineConfiguration)
public String getName()
getName
in interface ActionEngine
public void close()
close
in interface ActionEngine
public ActionRepositoryService getActionRepositoryService()
getActionRepositoryService
in interface ActionEngine
public ActionRuntimeService getActionRuntimeService()
getActionRuntimeService
in interface ActionEngine
public ActionHistoryService getActionHistoryService()
getActionHistoryService
in interface ActionEngine
public ActionEngineConfiguration getActionEngineConfiguration()
getActionEngineConfiguration
in interface ActionEngine