public class OneselfListenerStopEventProcessor extends Object implements PluginPipeProcessor
触发启动事件| 构造器和说明 |
|---|
OneselfListenerStopEventProcessor(org.springframework.context.ApplicationContext applicationContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
initialize()
初始化
|
void |
registry(PluginRegistryInfo pluginRegistryInfo)
处理该插件的注册
|
void |
unRegistry(PluginRegistryInfo pluginRegistryInfo)
处理该插件的卸载
|
public OneselfListenerStopEventProcessor(org.springframework.context.ApplicationContext applicationContext)
public void initialize()
throws Exception
PluginPipeProcessorinitialize 在接口中 PluginPipeProcessorException - 初始化异常public void registry(PluginRegistryInfo pluginRegistryInfo) throws Exception
PluginPipeProcessorregistry 在接口中 PluginPipeProcessorpluginRegistryInfo - 插件注册的信息Exception - 处理异常public void unRegistry(PluginRegistryInfo pluginRegistryInfo) throws Exception
PluginPipeProcessorunRegistry 在接口中 PluginPipeProcessorpluginRegistryInfo - 插件注册的信息Exception - 处理异常Copyright © 2019. All rights reserved.