org.tinygroup.serviceplugin.processor.impl
类 ServiceProcessorImpl

java.lang.Object
  继承者 org.tinygroup.cepcore.impl.AbstractEventProcessor
      继承者 org.tinygroup.serviceplugin.processor.impl.ServiceProcessorImpl
所有已实现的接口:
EventProcessor, ServiceProcessor

public class ServiceProcessorImpl
extends AbstractEventProcessor
implements ServiceProcessor


字段摘要
 
从接口 org.tinygroup.cepcore.EventProcessor 继承的字段
TYPE_CHANNEL, TYPE_LOGICAL
 
构造方法摘要
ServiceProcessorImpl()
           
 
方法摘要
 void addServiceProvider(ServiceProviderInterface provider)
           
 List<org.tinygroup.event.ServiceInfo> getServiceInfos()
           
 void process(org.tinygroup.event.Event event)
           
 void setCepCore(CEPCore cepCore)
           
 void setConfig(org.tinygroup.xmlparser.node.XmlNode config)
           
 
从类 org.tinygroup.cepcore.impl.AbstractEventProcessor 继承的方法
getId, getType
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.tinygroup.cepcore.EventProcessor 继承的方法
getId, getType
 

构造方法详细信息

ServiceProcessorImpl

public ServiceProcessorImpl()
方法详细信息

process

public void process(org.tinygroup.event.Event event)
指定者:
接口 EventProcessor 中的 process

setCepCore

public void setCepCore(CEPCore cepCore)
指定者:
接口 EventProcessor 中的 setCepCore

addServiceProvider

public void addServiceProvider(ServiceProviderInterface provider)
指定者:
接口 ServiceProcessor 中的 addServiceProvider

getServiceInfos

public List<org.tinygroup.event.ServiceInfo> getServiceInfos()
指定者:
接口 EventProcessor 中的 getServiceInfos

setConfig

public void setConfig(org.tinygroup.xmlparser.node.XmlNode config)
指定者:
接口 ServiceProcessor 中的 setConfig


Copyright © 2006–2013 开源组织. All rights reserved.