|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRequestListener
An interface that defines abilities of request listener,
Method Summary | |
---|---|
void |
accept(IRequest request)
Accepts request. |
void |
init(ISubsystem sub,
IConfigStore config)
Initializes request listener for the specific subsystem and configuration store. |
void |
set(java.lang.String name,
java.lang.String val)
Sets attribute. |
Method Detail |
---|
void init(ISubsystem sub, IConfigStore config) throws EBaseException
sub
- subsystemconfig
- configuration store
EBaseException
void accept(IRequest request)
request
- requestvoid set(java.lang.String name, java.lang.String val)
name
- attribute nameval
- attribute value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |