Jump to content

Application Isolation API

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by 143.178.152.136 (talk) at 20:28, 19 February 2021 (Dead link now links to Internet Archive). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Application Isolation API (JSR 121) provides a specification for isolating and controlling Java application life cycles within a single Java Virtual Machine (JVM) or between multiple JVMs. An isolated computation is described as an Isolate that can communicate and exchange resource handles (e.g. open files) with other Isolates through a messaging facility.

[edit]