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

N

newByteArrayMessage(byte[]) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for copying the given byte array across a Link.
newByteBufferMessage(ByteBuffer) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for copying the given ByteBuffer across a Link.
newCompositeMessage(IsolateMessage[]) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given IsolateMessages across a Link atomically.
newDatagramChannelMessage(DatagramChannel) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given DatagramChannel across a Link.
newDatagramSocketMessage(DatagramSocket) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given DatagramSocket across a Link.
newEventLink() - Method in class java.lang.isolate.Isolate
Gets a new Link associated with this Isolate from which the current isolate can receive events.
newEventLink(Isolate, Isolate) - Static method in class java.lang.isolate.Link
Create a new event link associated with the given Isolate, from which the given receiver Isolate can receive events.
newFileChannelMessage(FileChannel) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given FileChannel across a Link.
newFileInputStreamMessage(FileInputStream) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given FileInputStream across a Link.
newFileOutputStreamMessage(FileOutputStream) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given FileOutputStream across a Link.
newIsolateEventMessage(IsolateEvent) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given IsolateEvent across a Link.
newIsolateMessage(Isolate) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given Isolate instance Link.
newLink(Isolate, Isolate) - Static method in class java.lang.isolate.Link
Creates a new application link between the given pair of Isolate instances.
newLinkMessage(Link) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given link handle on a Link.
newPipeSinkChannelMessage(Pipe.SinkChannel) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given Pipe.SinkChannel across a Link.
newPipeSourceChannelMessage(Pipe.SourceChannel) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given Pipe.SourceChannel across a Link.
newSerializableMessage(Object) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given serializable object across a Link.
newServerSocketChannelMessage(ServerSocketChannel) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given ServerSocketChannel across a Link.
newServerSocketMessage(ServerSocket) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given ServerSocket across a Link.
newSocketChannelMessage(SocketChannel) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given SocketChannel across a Link.
newSocketMessage(Socket) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given Socket across a Link.
newStringMessage(String) - Static method in class java.lang.isolate.IsolateMessage
Creates an IsolateMessage for sending the given String across a Link.
nodeExists(String) - Method in class java.util.prefs.TransientPreferences
Overrides Preferences.nodeExists, but does not throw a BackingStoreException.

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