|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.locomotive.loco.perm.PermHandler
Handler for the optional permissions module of the Locomotive.
Constructor Summary | |
PermHandler()
|
Method Summary | |
void |
handleRequest(HandlerData hd_in)
This is the entry point for the server upon receipt of a new request. |
boolean |
init(Log initlog)
Called during Handler initiation. |
boolean |
shutdown(Log log)
The required shutdown method, as defined in org.locomotive.loco.Handler. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PermHandler()
Method Detail |
public void handleRequest(HandlerData hd_in)
hd_in
- a HandlerData object, containing request specific
informationpublic boolean init(Log initlog)
initlog
- - a Log instance used to log details of initiationpublic boolean shutdown(Log log)
org.locomotive.loco.Handler#shutdown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |