Uses of Interface
com.atlassian.confluence.util.sandbox.SandboxTask
Package
Description
Sandbox framework enables running any java code independent of Confluence core in a separate OS process which can
crash, run out of memory, be killed and restarted without affecting Confluence.
-
Uses of SandboxTask in com.atlassian.confluence.util.sandbox
Modifier and TypeMethodDescription<T,
R> R Sandbox.execute
(SandboxTask<T, R> task, T input) Run the given task with the given input in a process sandbox.<T,
R> R Sandbox.execute
(SandboxTask<T, R> task, T input, Duration timeLimit) Run the given task with the given input in a process sandbox and limit a call by a given time limit.