JanosVM v1.0 API

java.lang.isolate
Class IsolateMessage_Isolate

java.lang.Object
  |
  +--java.lang.isolate.IsolateMessage
        |
        +--java.lang.isolate.IsolateMessage_DataMessage
              |
              +--java.lang.isolate.IsolateMessage_Isolate

class IsolateMessage_Isolate
extends IsolateMessage_DataMessage


Field Summary
(package private)  Isolate i
           
 
Fields inherited from class java.lang.isolate.IsolateMessage
EMPTY_MESSAGE
 
Constructor Summary
(package private) IsolateMessage_Isolate(Isolate i)
           
 
Method Summary
 void acceptVisitor(IsolateMessageVisitor lmv)
           
 boolean equals(java.lang.Object o)
           
 Isolate getIsolate()
           
(package private)  IsolateMessage translate(TeamHandle sourceTeam, TeamHandle currentTeam)
          INTERNAL translation of IsolateMessage
 
Methods inherited from class java.lang.isolate.IsolateMessage_DataMessage
isIOMessage
 
Methods inherited from class java.lang.isolate.IsolateMessage
getByteArray, getComposite, getDatagramSocket, getFileInputStream, getFileOutputStream, getIsolateEvent, getLink, getSerializable, getServerSocket, getSocket, getString, newByteArrayMessage, newCompositeMessage, newDatagramSocketMessage, newFileInputStreamMessage, newFileOutputStreamMessage, newIsolateEventMessage, newIsolateMessage, newLinkMessage, newSerializableMessage, newServerSocketMessage, newSocketMessage, newStringMessage, pretranslate, toString, typeName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait, wait0
 

Field Detail

i

final Isolate i
Constructor Detail

IsolateMessage_Isolate

IsolateMessage_Isolate(Isolate i)
Method Detail

acceptVisitor

public void acceptVisitor(IsolateMessageVisitor lmv)
Overrides:
acceptVisitor in class IsolateMessage

getIsolate

public Isolate getIsolate()
Overrides:
getIsolate in class IsolateMessage

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

translate

IsolateMessage translate(TeamHandle sourceTeam,
                         TeamHandle currentTeam)
                   throws ClosedLinkException
INTERNAL translation of IsolateMessage
Overrides:
translate 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