Jump to content

Application Isolation API

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 101.191.48.132 (talk) at 07:48, 9 October 2016 (External links: Removed dead link). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.