org.tinygroup.flowprocessor
Class FlowEventProcessor

java.lang.Object
  extended by org.tinygroup.cepcore.impl.AbstractEventProcessor
      extended by org.tinygroup.flowprocessor.FlowEventProcessor
All Implemented Interfaces:
EventProcessor

public class FlowEventProcessor
extends AbstractEventProcessor


Field Summary
 
Fields inherited from interface org.tinygroup.cepcore.EventProcessor
TYPE_LOCAL, TYPE_REMOTE
 
Constructor Summary
FlowEventProcessor()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.tinygroup.cepcore.impl.AbstractEventProcessor
getId, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowEventProcessor

public FlowEventProcessor()
Method Detail

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–2015 TinyGroup. All rights reserved.