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