|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICommandQueue
This interface represents a command queue for registeration and unregisteration proccess for clean shutdown
| Method Summary | |
|---|---|
boolean |
registerProcess(java.lang.Object currentRequest,
java.lang.Object currentServlet)
Registers a thread into the command queue. |
void |
unRegisterProccess(java.lang.Object currentRequest,
java.lang.Object currentServlet)
UnRegisters a thread from the command queue. |
| Method Detail |
|---|
boolean registerProcess(java.lang.Object currentRequest,
java.lang.Object currentServlet)
currentRequest - request objectcurrentServlet - servlet that serves the request object
void unRegisterProccess(java.lang.Object currentRequest,
java.lang.Object currentServlet)
currentRequest - request objectcurrentServlet - servlet that serves the request object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||