Uses of Package
com.atlassian.confluence.util.sandbox
-
Packages that use com.atlassian.confluence.util.sandbox 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. -
Classes in com.atlassian.confluence.util.sandbox used by com.atlassian.confluence.impl.util.sandbox Class Description SandboxCallback During the course of work aSandboxTask
which is executed in a sandbox process may need to ask the host for a specific information or an action.SandboxErrorConsumer Consumer of a single line of sandbox standard error.SandboxTaskContext The execution context for aSandboxTask
. -
Classes in com.atlassian.confluence.util.sandbox used by com.atlassian.confluence.util.sandbox Class Description Sandbox A sandbox is an object responsible for running java code in an isolated OS process.SandboxCallback During the course of work aSandboxTask
which is executed in a sandbox process may need to ask the host for a specific information or an action.SandboxCallbackContext The execution context for aSandboxCallback
.SandboxException This error is thrown when sandbox failed to start or serve a request (e.g.SandboxSerializer Handles Serialization/deserialization input and output forSandboxTask
.SandboxSpec Specification for the sandbox which will be used in searching the most suitable sandbox instance inSandboxRegistry
.SandboxSpec.SpecBuilder SandboxTask Represents a task intended to be executed in a process sandbox.SandboxTaskContext The execution context for aSandboxTask
.