| Package | Description |
|---|---|
| com.atlassian.confluence.util.sandbox |
Sandbox framework enables running any java code independent from Confluence core in a separate OS process which can
crash, run out of memory, being killed and restarted without affecting Confluence.
|
| Class and Description |
|---|
| Sandbox
A sandbox is an object responsible for running java code in an isolated OS process.
|
| SandboxConfiguration
The configuration for a sandbox.
|
| SandboxConfiguration.Builder |
| SandboxErrorConsumer
Consumer of a single line of sandbox standard error.
|
| SandboxSerializer
Handles Serialization/deserialization input and output for
SandboxTask. |
| SandboxTask
Represents a task intended to be executed in a process sandbox.
|
Copyright © 2003–2018 Atlassian. All rights reserved.