Class CommandQueue
java.lang.Object
com.netscape.cmscore.apps.CommandQueue
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Hashtable<CMSRequest, jakarta.servlet.Servlet> static boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanregisterProcess(CMSRequest currentRequest, jakarta.servlet.Servlet currentServlet) Registers a thread into the command queue.voidrun()Overrides Thread.run(), calls batchPublish().voidunRegisterProccess(Object currentRequest, Object currentServlet) UnRegisters a thread from the command queue.
-
Field Details
-
mCommandQueue
-
mShuttingDown
public static boolean mShuttingDown
-
-
Constructor Details
-
CommandQueue
public CommandQueue()
-
-
Method Details
-
run
-
registerProcess
Registers a thread into the command queue.- Parameters:
currentRequest- request objectcurrentServlet- servlet that serves the request object
-
unRegisterProccess
-