Uses of Package
java.lang.isolate

Packages that use java.lang.isolate
java.lang.isolate Provides for the creation and management of isolated applications. 
java.nio.channels Provides the LinkChannel class, a selectable channel for java.lang.isolate.Link
 

Classes in java.lang.isolate used by java.lang.isolate
ClosedLinkException
          An exception thrown when an operation is performed on a closed link.
IsolateStartupException
          An exception thrown when the implementation is unable to start execution of a new isolate due to an error or exceptional condition in the setup or bootstrap code for the new isolate (i.e., before the application starts).
LinkSerializationException
          An exception thrown as the result of one of a number of underlying serialization-related exceptions.
 

Classes in java.lang.isolate used by java.nio.channels
ClosedLinkException
          An exception thrown when an operation is performed on a closed link.