org.tinygroup.serviceplugin
类 ServicePlugin

java.lang.Object
  继承者 org.tinygroup.serviceplugin.ServicePlugin
所有已实现的接口:
org.tinygroup.config.Configuration, Plugin

public class ServicePlugin
extends Object
implements Plugin, org.tinygroup.config.Configuration


构造方法摘要
ServicePlugin()
           
 
方法摘要
 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()
           
 ServiceProviderInterface getProvider()
           
 void setCepcore(CEPCore cepcore)
           
 void setProvider(ServiceProviderInterface provider)
           
 void start()
           
 void stop()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ServicePlugin

public ServicePlugin()
方法详细信息

getProvider

public ServiceProviderInterface getProvider()

setProvider

public void setProvider(ServiceProviderInterface provider)

getCepcore

public CEPCore getCepcore()

setCepcore

public void setCepcore(CEPCore cepcore)

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

start

public void start()
指定者:
接口 Plugin 中的 start

stop

public void stop()
指定者:
接口 Plugin 中的 stop


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