org.tinygroup.flowprocessor
类 FlowEventProcessor

java.lang.Object
  继承者 org.tinygroup.cepcore.impl.AbstractEventProcessor
      继承者 org.tinygroup.flowprocessor.FlowEventProcessor
所有已实现的接口:
EventProcessor

public class FlowEventProcessor
extends AbstractEventProcessor


字段摘要
 
从接口 org.tinygroup.cepcore.EventProcessor 继承的字段
TYPE_LOCAL, TYPE_REMOTE
 
构造方法摘要
FlowEventProcessor()
           
 
方法摘要
 List<String> getRegex()
           
 List<org.tinygroup.event.ServiceInfo> getServiceInfos()
           
 int getWeight()
           
 boolean isRead()
           
 void process(org.tinygroup.event.Event event)
           
 void setCepCore(CEPCore cepCore)
           
 void setExecutor(FlowExecutor executor)
           
 void setRead(boolean read)
           
 
从类 org.tinygroup.cepcore.impl.AbstractEventProcessor 继承的方法
getId, getType, isEnable, setEnable
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

FlowEventProcessor

public FlowEventProcessor()
方法详细信息

process

public void process(org.tinygroup.event.Event event)

setCepCore

public void setCepCore(CEPCore cepCore)

setExecutor

public void setExecutor(FlowExecutor executor)

getServiceInfos

public List<org.tinygroup.event.ServiceInfo> getServiceInfos()

getWeight

public int getWeight()

getRegex

public List<String> getRegex()

isRead

public boolean isRead()

setRead

public void setRead(boolean read)


Copyright © 2006–2016 TinyGroup. All rights reserved.