public interface IRequestListenerPlugin
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getConfigParams()
get the configuration parameters of the plug-in.
|
IConfigStore |
getConfigStore()
get the configuration store of the plugin where the
configuration parameters of the plug-in are stored.
|
java.lang.String |
getImplName()
get the plugin implementaion name set in the init() method.
|
java.lang.String |
getName()
get the registered class name set in the init() method.
|
void |
init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
the subsystem call this method to initialize the plug-in.
|
void |
shutdown()
shutdown the plugin.
|
java.lang.String getName()
java.lang.String getImplName()
void init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
throws EBaseException
name - the registered class name of the plug-in.implName - the implemetnation name of the plug-in.config - the configuration store where the.
properties of the plug-in are stored.EBaseException - throws base exception in the certificate server.void shutdown()
java.lang.String[] getConfigParams()
throws EBaseException
EBaseException - throws base exception in the certificate server.IConfigStore getConfigStore()