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
 
构造方法摘要
FlowApplicationProcessor()
           
 
方法摘要
 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()
           
 
从类 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.