Uses of Interface
com.atlassian.confluence.util.sandbox.SandboxTask
-
Packages that use SandboxTask Package Description com.atlassian.confluence.util.sandbox 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
Methods in com.atlassian.confluence.util.sandbox with parameters of type SandboxTask Modifier and Type Method Description <T,R>
RSandbox. execute(SandboxTask<T,R> task, T input)
Run the given task with the given input in a process sandbox.<T,R>
RSandbox. 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.
-