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

G

getByteArray() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the byte array wrapped in this message.
getByteBuffer() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the ByteBuffer object wrapped in this message.
getCause() - Method in class java.lang.isolate.IsolateResourceError
Returns the chained Throwable object that was the cause of this exception.
getCause() - Method in class java.lang.isolate.IsolateStartupException
Returns the chained Throwable object that was the cause of this exception.
getCause() - Method in class java.lang.isolate.LinkSerializationException
Returns the chained Throwable object that was the cause of this exception.
getChannel() - Method in class java.lang.isolate.Link
Returns the unique LinkChannel associated with this Link.
getComposite() - Method in class java.lang.isolate.IsolateMessage
Copies the IsolateMessages wrapped in this message to an array.
getDatagramChannel() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the DatagramChannel wrapped in this message.
getDatagramSocket() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the DatagramSocket wrapped in this message.
getExitReason() - Method in class java.lang.isolate.IsolateEvent
Gets information about how the source isolate died.
getExitStatus() - Method in class java.lang.isolate.IsolateEvent
Gets the exit status of the source Isolate.
getFileChannel() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the FileChannel wrapped in this message.
getFileInputStream() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the FileInputStream wrapped in this message.
getFileOutputStream() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the FileOutputStream wrapped in this message.
getIsolate() - Method in class java.lang.isolate.IsolateEvent
Gets the source Isolate instance associated with this IsolateEvent.
getIsolate() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the Isolate object wrapped in this message.
getIsolateEvent() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the IsolateEvent wrapped in this message.
getLink() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the Link object wrapped in this message.
getPipeSinkChannel() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the Pipe.SinkChannel wrapped in this message.
getPipeSourceChannel() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the Pipe.SourceChannel wrapped in this message.
getRemoteMessage() - Method in class java.lang.isolate.IsolateStartupException
Returns the detail message string for the remote exception (which may be null even if a remote exception occurred).
getRemoteName() - Method in class java.lang.isolate.IsolateStartupException
Returns either the name of the exception type of the remote exception or null if there was no reportable remote Java exception.
getRemoteStackTrace() - Method in class java.lang.isolate.IsolateStartupException
Returns an array of StackTraceElements representing the stack trace in the remote isolate.
getSerializable() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the object wrapped in this message.
getServerSocket() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the ServerSocket wrapped in this message.
getServerSocketChannel() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the ServerSocketChannel wrapped in this message.
getSocket() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the Socket wrapped in this message.
getSocketChannel() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the SocketChannel wrapped in this message.
getStarter() - Method in class java.lang.isolate.IsolateEvent
Get the isolate which invoked Isolate.start on the source isolate (i.e., the "parent" or "creator" isolate of the source isolate).
getString() - Method in class java.lang.isolate.IsolateMessage
Gets a reference to the String wrapped in this message.
getType() - Method in class java.lang.isolate.IsolateEvent
Gets the type of this event.

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