Uses of Interface
com.atlassian.confluence.util.sandbox.SandboxCallback
-
Packages that use SandboxCallback Package Description com.atlassian.confluence.impl.util.sandbox 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 SandboxCallback in com.atlassian.confluence.impl.util.sandbox
Methods in com.atlassian.confluence.impl.util.sandbox with parameters of type SandboxCallback Modifier and Type Method Description <T,R>
RSandboxServerContext. execute(SandboxCallback<T,R> callback, T input)
-
Uses of SandboxCallback in com.atlassian.confluence.util.sandbox
Methods in com.atlassian.confluence.util.sandbox with parameters of type SandboxCallback Modifier and Type Method Description <T,R>
RSandboxTaskContext. execute(SandboxCallback<T,R> callback, T input)
Calls the givenSandboxCallback
.
-