JanosVM v1.0 API

java.lang.isolate
Class IsolateMessage_DataMessage

java.lang.Object
  |
  +--java.lang.isolate.IsolateMessage
        |
        +--java.lang.isolate.IsolateMessage_DataMessage
Direct Known Subclasses:
IsolateMessage_ByteArray, IsolateMessage_Composite, IsolateMessage_Empty, IsolateMessage_Event, IsolateMessage_Isolate, IsolateMessage_Link, IsolateMessage_Serializable, IsolateMessage_String

public abstract class IsolateMessage_DataMessage
extends IsolateMessage


Fields inherited from class java.lang.isolate.IsolateMessage
EMPTY_MESSAGE
 
Constructor Summary
(package private) IsolateMessage_DataMessage()
           
 
Method Summary
(package private)  boolean isIOMessage()
          Return true if this message contains an IO object suitable for stdio redirection.
 
Methods inherited from class java.lang.isolate.IsolateMessage
acceptVisitor, getByteArray, getComposite, getDatagramSocket, getFileInputStream, getFileOutputStream, getIsolate, getIsolateEvent, getLink, getSerializable, getServerSocket, getSocket, getString, newByteArrayMessage, newCompositeMessage, newDatagramSocketMessage, newFileInputStreamMessage, newFileOutputStreamMessage, newIsolateEventMessage, newIsolateMessage, newLinkMessage, newSerializableMessage, newServerSocketMessage, newSocketMessage, newStringMessage, pretranslate, toString, translate, typeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait, wait0
 

Constructor Detail

IsolateMessage_DataMessage

IsolateMessage_DataMessage()
Method Detail

isIOMessage

boolean isIOMessage()
Description copied from class: IsolateMessage
Return true if this message contains an IO object suitable for stdio redirection.
Overrides:
isIOMessage in class IsolateMessage

JanosVM v1.0 API

This documentation is Copyright (C) 2000-2003 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Feb 13, 2003