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