Interface ICommandQueue
- All Known Implementing Classes:
CommandQueue
public interface ICommandQueue
This interface represents a command queue for registeration
and unregisteration proccess for clean shutdown
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionbooleanregisterProcess(ICMSRequest currentRequest, javax.servlet.Servlet currentServlet) Registers a thread into the command queue.voidunRegisterProccess(Object currentRequest, Object currentServlet) UnRegisters a thread from the command queue.
-
Method Details
-
registerProcess
Registers a thread into the command queue.- Parameters:
currentRequest- request objectcurrentServlet- servlet that serves the request object
-
unRegisterProccess
-