@Deprecated public class AbstractEngineAware extends Object
Subclasses must implement a constructor that accepts the name of the engine for which cockpit services should be provided.
| Constructor and Description | 
|---|
| AbstractEngineAware(String engineName)Deprecated.  Creates a engine aware instance for the given engine | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CommandExecutor | getCommandExecutor()Deprecated.  Return a  CommandExecutorfor the current
 engine to execute plugin commands. | 
| protected ProcessEngine | getProcessEngine()Deprecated.  Return a  ProcessEnginefor the current
 engine name to execute queries against the engine. | 
| protected QueryService | getQueryService()Deprecated.  Return a  QueryServicefor the current
 engine to execute queries against the engine datbase. | 
public AbstractEngineAware(String engineName)
engineName - protected CommandExecutor getCommandExecutor()
CommandExecutor for the current
 engine to execute plugin commands.protected QueryService getQueryService()
QueryService for the current
 engine to execute queries against the engine datbase.protected ProcessEngine getProcessEngine()
ProcessEngine for the current
 engine name to execute queries against the engine.Copyright © 2018. All rights reserved.