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
| 从类 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.