org.tinygroup.flowprocessor
类 FlowApplicationProcessor
java.lang.Object
org.tinygroup.flowprocessor.FlowApplicationProcessor
- 所有已实现的接口:
- org.tinygroup.application.ApplicationProcessor, org.tinygroup.commons.order.Ordered, org.tinygroup.config.Configuration
public class FlowApplicationProcessor
- extends Object
- implements org.tinygroup.application.ApplicationProcessor
| 从接口 org.tinygroup.commons.order.Ordered 继承的字段 |
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowApplicationProcessor
public FlowApplicationProcessor()
getApplicationNodePath
public String getApplicationNodePath()
- 指定者:
- 接口
org.tinygroup.config.Configuration 中的 getApplicationNodePath
getComponentConfigPath
public String getComponentConfigPath()
- 指定者:
- 接口
org.tinygroup.config.Configuration 中的 getComponentConfigPath
config
public void config(org.tinygroup.xmlparser.node.XmlNode applicationConfig,
org.tinygroup.xmlparser.node.XmlNode componentConfig)
- 指定者:
- 接口
org.tinygroup.config.Configuration 中的 config
getComponentConfig
public org.tinygroup.xmlparser.node.XmlNode getComponentConfig()
- 指定者:
- 接口
org.tinygroup.config.Configuration 中的 getComponentConfig
getApplicationConfig
public org.tinygroup.xmlparser.node.XmlNode getApplicationConfig()
- 指定者:
- 接口
org.tinygroup.config.Configuration 中的 getApplicationConfig
getOrder
public int getOrder()
- 指定者:
- 接口
org.tinygroup.commons.order.Ordered 中的 getOrder
start
public void start()
- 指定者:
- 接口
org.tinygroup.application.ApplicationProcessor 中的 start
init
public void init()
- 指定者:
- 接口
org.tinygroup.application.ApplicationProcessor 中的 init
stop
public void stop()
- 指定者:
- 接口
org.tinygroup.application.ApplicationProcessor 中的 stop
setApplication
public void setApplication(org.tinygroup.application.Application application)
- 指定者:
- 接口
org.tinygroup.application.ApplicationProcessor 中的 setApplication
getCepcore
public CEPCore getCepcore()
setCepcore
public void setCepcore(CEPCore cepcore)
getExecutor
public FlowExecutor getExecutor()
setExecutor
public void setExecutor(FlowExecutor executor)
Copyright © 2006–2016 TinyGroup. All rights reserved.