A C E F G H I J K L M N O P R S T U V

I

IMPLICIT_EXIT - Static variable in class java.lang.isolate.IsolateEvent.ExitReason
The last non-daemon thread returned from main.
Isolate - class java.lang.isolate.Isolate.
The Isolate class provides the means of creating and managing isolated computations and arranging for their communication with each other.
Isolate(String, String[]) - Constructor for class java.lang.isolate.Isolate
Creates a new isolated java application with a default configuration.
Isolate(String, String[], TransientPreferences, IsolateMessage, IsolateMessage, IsolateMessage) - Constructor for class java.lang.isolate.Isolate
Creates a new isolated java application with the specified context and standard i/o bindings.
IsolateEvent - class java.lang.isolate.IsolateEvent.
Isolate events represent state changes in an isolate life cycle.
IsolateEvent.ExitReason - class java.lang.isolate.IsolateEvent.ExitReason.
Provides information about how an isolate became terminated.
IsolateEvent.Type - class java.lang.isolate.IsolateEvent.Type.
Define the types of an IsolateEvent that can be generated.
IsolateMessage - class java.lang.isolate.IsolateMessage.
An IsolateMessage wraps the various types that can be sent through a Link, or on an isolate start invocation or for redirecting an isolate's "standard" I/O.
IsolateMessageDispatcher - class java.lang.isolate.IsolateMessageDispatcher.
Receives and dispatches messages to listeners.
IsolateMessageDispatcher.Listener - interface java.lang.isolate.IsolateMessageDispatcher.Listener.
A listener interface for receiving messages and exceptions from an IsolateMessageDispatcher's managed links.
IsolateMessageDispatcher() - Constructor for class java.lang.isolate.IsolateMessageDispatcher
Creates a new IsolateMessageDispatcher.
IsolateMessageVisitor - class java.lang.isolate.IsolateMessageVisitor.
An abstract utility class used to process an IsolateMessage containing arbitrary data via IsolateMessage.acceptVisitor.
IsolateMessageVisitor() - Constructor for class java.lang.isolate.IsolateMessageVisitor
 
IsolatePermission - class java.lang.isolate.IsolatePermission.
This class represents access to or creation of an isolate or link.
IsolatePermission(String) - Constructor for class java.lang.isolate.IsolatePermission
Creates a new IsolatePermission with the specified name.
IsolatePermission(String, String) - Constructor for class java.lang.isolate.IsolatePermission
Creates a new IsolatePermission object with the specified name.
IsolateResourceError - error java.lang.isolate.IsolateResourceError.
IsolateResourceError is thrown when the resource requirements required for an action cannot be fulfilled.
IsolateResourceError() - Constructor for class java.lang.isolate.IsolateResourceError
Constructs a IsolateResourceError with no specified detail message.
IsolateResourceError(String) - Constructor for class java.lang.isolate.IsolateResourceError
Constructs a IsolateResourceError with the specified detail message or null if none available.
IsolateResourceError(String, Throwable) - Constructor for class java.lang.isolate.IsolateResourceError
Constructs a IsolateResourceError that wraps the specified throwable and provides the given detail message (which may be null).
IsolateResourceError(Throwable) - Constructor for class java.lang.isolate.IsolateResourceError
Constructs a IsolateResourceError that wraps the specified throwable.
IsolateStartupException - exception java.lang.isolate.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).
IsolateStartupException() - Constructor for class java.lang.isolate.IsolateStartupException
Constructs an IsolateStartupException with no specified detail message or cause.
IsolateStartupException(String) - Constructor for class java.lang.isolate.IsolateStartupException
Constructs an IsolateStartupException with specified detail message (which may be null) and no cause.
IsolateStartupException(String, String, String, StackTraceElement[]) - Constructor for class java.lang.isolate.IsolateStartupException
Constructs an IsolateStartupException with specified detail message and specified information on the remote exception.
IsolateStartupException(String, Throwable) - Constructor for class java.lang.isolate.IsolateStartupException
Constructs an IsolateStartupException with specified detail message (which may be null) and local cause exception.
IsolateStartupException(Throwable) - Constructor for class java.lang.isolate.IsolateStartupException
Constructs an IsolateStartupException with no specified detail message and the given local cause exception.
isOpen() - Method in class java.lang.isolate.Link
Tests to see if this Link is open.
isReceiver(Isolate) - Method in class java.nio.channels.LinkChannel
Returns true if the given Isolate is structurally allowed to receive on this LinkChannel.
isReceiver(Isolate) - Method in class java.lang.isolate.Link
Returns true if the given Isolate is structurally allowed to receive on this Link.
isSender(Isolate) - Method in class java.nio.channels.LinkChannel
Returns true if the given Isolate is structurally allowed to send on this LinkChannel.
isSender(Isolate) - Method in class java.lang.isolate.Link
Returns true if the given Isolate is structurally allowed to send on this Link.

A C E F G H I J K L M N O P R S T U V