Package | Description |
---|---|
com.atlassian.confluence.impl.util.sandbox | |
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, be killed and restarted without affecting Confluence.
|
Class and Description |
---|
SandboxErrorConsumer
Consumer of a single line of sandbox standard error.
|
Class and Description |
---|
Sandbox
A sandbox is an object responsible for running java code in an isolated OS process.
|
SandboxCallback
During the course of work a
SandboxTask 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 a
SandboxCallback . |
SandboxException
This error is thrown when sandbox failed to start or serve a request (e.g.
|
SandboxSerializer
Handles Serialization/deserialization input and output for
SandboxTask . |
SandboxSpec
Specification for the sandbox which will be used in searching the most suitable sandbox instance in
SandboxRegistry . |
SandboxSpec.SpecBuilder |
SandboxTask
Represents a task intended to be executed in a process sandbox.
|
SandboxTaskContext
The execution context for a
SandboxTask . |
Copyright © 2003–2021 Atlassian. All rights reserved.