JanosVM v1.0 API

java.lang.isolate
Class IsolateMessage_ServerSocket

java.lang.Object
  |
  +--java.lang.isolate.IsolateMessage
        |
        +--java.lang.isolate.IsolateMessage_IOMessage
              |
              +--java.lang.isolate.IsolateMessage_ServerSocket

class IsolateMessage_ServerSocket
extends IsolateMessage_IOMessage


Field Summary
private static java.net.NetDupFactory netDupFactory
           
(package private)  java.net.ServerSocket s
           
 
Fields inherited from class java.lang.isolate.IsolateMessage
EMPTY_MESSAGE
 
Constructor Summary
(package private) IsolateMessage_ServerSocket(java.net.ServerSocket s)
           
 
Method Summary
 void acceptVisitor(IsolateMessageVisitor lmv)
           
(package private)  IsolateMessage_IOMessage cloneTypeAroundFD(int fd)
          All IOMessages must implement this method.
 boolean equals(java.lang.Object o)
           
(package private)  int getFD()
          IO-type messages must implement this for JanosVM stdio redirection, see Isolate.makeStdioSpec().
 java.net.ServerSocket getServerSocket()
           
(package private)  IsolateMessage translate(TeamHandle sourceTeam, TeamHandle currentTeam)
          INTERNAL translation of IsolateMessage
 
Methods inherited from class java.lang.isolate.IsolateMessage_IOMessage
isIOMessage, isReadable, isWritable
 
Methods inherited from class java.lang.isolate.IsolateMessage
getByteArray, getComposite, getDatagramSocket, getFileInputStream, getFileOutputStream, getIsolate, getIsolateEvent, getLink, getSerializable, 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

netDupFactory

private static final java.net.NetDupFactory netDupFactory

s

final java.net.ServerSocket s
Constructor Detail

IsolateMessage_ServerSocket

IsolateMessage_ServerSocket(java.net.ServerSocket s)
Method Detail

getFD

int getFD()
    throws java.io.IOException
Description copied from class: IsolateMessage_IOMessage
IO-type messages must implement this for JanosVM stdio redirection, see Isolate.makeStdioSpec().
Overrides:
getFD in class IsolateMessage_IOMessage

cloneTypeAroundFD

IsolateMessage_IOMessage cloneTypeAroundFD(int fd)
Description copied from class: IsolateMessage_IOMessage
All IOMessages must implement this method. They must return a new instance of themselves but wrapping the given fd.
Overrides:
cloneTypeAroundFD in class IsolateMessage_IOMessage

getServerSocket

public java.net.ServerSocket getServerSocket()
Overrides:
getServerSocket in class IsolateMessage

acceptVisitor

public void acceptVisitor(IsolateMessageVisitor lmv)
Overrides:
acceptVisitor 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,
                          java.io.IOException
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