Uses of Class
org.silverpeas.core.backgroundprocess.AbstractBackgroundProcessRequest
-
Packages that use AbstractBackgroundProcessRequest Package Description org.silverpeas.core.backgroundprocess -
-
Uses of AbstractBackgroundProcessRequest in org.silverpeas.core.backgroundprocess
Subclasses of AbstractBackgroundProcessRequest in org.silverpeas.core.backgroundprocess Modifier and Type Class Description class
RunnableBackgroundProcess
Common implementation ofAbstractBackgroundProcessRequest
which is in charge of executing aRunnable
implementation intoBackgroundProcessTask
API.Methods in org.silverpeas.core.backgroundprocess with parameters of type AbstractBackgroundProcessRequest Modifier and Type Method Description static void
BackgroundProcessTask. push(AbstractBackgroundProcessRequest request)
Pushes a request to process.
-