|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRequestListenerPlugin
This interface represents a plug-in listener. Implement this class to add the listener to an ARequestNotifier of a subsystem.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |