public class GarbageCollectionTask extends Task
| Constructor and Description |
|---|
GarbageCollectionTask()
Creates a new GarbageCollectionTask.
|
GarbageCollectionTask(Runtime runtime)
Creates a new GarbageCollectionTask with the given
Runtime instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Map<String,List<String>> parameters,
PrintWriter output)
Executes the task.
|
getName, getResponseContentTypepublic GarbageCollectionTask()
public GarbageCollectionTask(Runtime runtime)
Runtime instance.
Use GarbageCollectionTask() instead.runtime - a Runtime instancepublic void execute(Map<String,List<String>> parameters, PrintWriter output)
Taskexecute in class Taskparameters - the query string parametersoutput - a PrintWriter wrapping the output stream of the taskCopyright © 2021. All rights reserved.