java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.jena.fuseki.servlets.ServletProcessor
org.apache.jena.fuseki.ctl.ActionCtl
org.apache.jena.fuseki.ctl.ActionSleep
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable,ActionLifecycle,ActionProcessor
A task that kicks off a asynchronous operation that simply waits and exits. For testing.
- See Also:
-
Field Summary
FieldsFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecOptions(HttpAction action) voidexecPost(HttpAction action) voidexecute(HttpAction action) The perform step of a requestvoidvalidate(HttpAction action) The validation step of a requestMethods inherited from class org.apache.jena.fuseki.ctl.ActionCtl
getItemDataAccessPoint, getItemDataAccessPoint, getItemDataset, getItemDatasetName, getItemName, processMethods inherited from class jakarta.servlet.http.HttpServlet
init, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor
execAny, execDelete, execGet, execHead, execPatch, execPut, execTrace
-
Field Details
-
MaxSleepMillis
public static final int MaxSleepMillis- See Also:
-
-
Constructor Details
-
ActionSleep
public ActionSleep()
-
-
Method Details
-
execOptions
-
execPost
-
validate
Description copied from interface:ActionLifecycleThe validation step of a request -
execute
Description copied from interface:ActionLifecycleThe perform step of a request
-