public class ServicePlugin extends BasePlugin
| 构造器和说明 |
|---|
ServicePlugin() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy() |
protected ClassLoader |
getThisClassLoader() |
void |
init() |
void |
pause() |
<T> void |
setService(T service,
Class<T> clazz) |
void |
start() |
void |
stop() |
findServiceConfig, getAllServiceMap, getIdInfoMap, getIdVersionInfoMap, getKey, getKey, getPluginInfo, getPluginManager, getService, getService, getService, getService, getService, getServiceInstanceMap, initServiceInstance, setConfig, setPluginInfo, setPluginManagerpublic void init()
init 在接口中 Plugininit 在类中 BasePluginpublic void start()
start 在接口中 Pluginstart 在类中 BasePluginprotected ClassLoader getThisClassLoader()
getThisClassLoader 在类中 BasePluginpublic void pause()
pause 在接口中 Pluginpause 在类中 BasePluginpublic void stop()
stop 在接口中 Pluginstop 在类中 BasePluginpublic void destroy()
destroy 在接口中 Plugindestroy 在类中 BasePluginpublic <T> void setService(T service,
Class<T> clazz)
setService 在接口中 PluginsetService 在类中 BasePluginCopyright © 2006-2013 开源组织. All Rights Reserved.