public interface PluginLoader
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys adapter loader and adapters loaded.
|
void |
init(PluginLoaderInitContext context)
Initializes the adapter loader.
|
void |
postInitialize()
Called after an runtime instances has fully initialized and is already
registered with
EPRuntimeProvider . |
void init(PluginLoaderInitContext context)
Invoked before the runtime instance is fully initialized. Thereby this is not the place to
look up an runtime instance from EPRuntimeProvider
and use it. Use the postInitialize()
method instead.
context
- the plug in contextvoid postInitialize()
EPRuntimeProvider
.void destroy()
Invoked upon EPRuntime.destroy()
before the runtime instance is actually destroyed.
Implementations may block to ensure dependent threads are stopped or other resources released.
Copyright © 2005–2018. All rights reserved.