public class FlowApplicationProcessor extends Object implements ApplicationProcessor
| Constructor and Description |
|---|
FlowApplicationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
config(XmlNode applicationConfig,
XmlNode componentConfig) |
XmlNode |
getApplicationConfig() |
String |
getApplicationNodePath() |
CEPCore |
getCepcore() |
XmlNode |
getComponentConfig() |
String |
getComponentConfigPath() |
FlowExecutor |
getExecutor() |
int |
getOrder() |
void |
init() |
void |
setApplication(Application application) |
void |
setCepcore(CEPCore cepcore) |
void |
setExecutor(FlowExecutor executor) |
void |
start() |
void |
stop() |
public String getApplicationNodePath()
getApplicationNodePath in interface org.tinygroup.config.Configurationpublic String getComponentConfigPath()
getComponentConfigPath in interface org.tinygroup.config.Configurationpublic void config(XmlNode applicationConfig, XmlNode componentConfig)
config in interface org.tinygroup.config.Configurationpublic XmlNode getComponentConfig()
getComponentConfig in interface org.tinygroup.config.Configurationpublic XmlNode getApplicationConfig()
getApplicationConfig in interface org.tinygroup.config.Configurationpublic int getOrder()
getOrder in interface org.tinygroup.commons.order.Orderedpublic void start()
start in interface ApplicationProcessorpublic void init()
init in interface ApplicationProcessorpublic void stop()
stop in interface ApplicationProcessorpublic void setApplication(Application application)
setApplication in interface ApplicationProcessorpublic CEPCore getCepcore()
public void setCepcore(CEPCore cepcore)
public FlowExecutor getExecutor()
public void setExecutor(FlowExecutor executor)
Copyright © 2006–2015 TinyGroup. All rights reserved.