frysk.proc.dead
Class LinuxExeHost

java.lang.Object
  extended by frysk.proc.Host
      extended by frysk.proc.dead.DeadHost
          extended by frysk.proc.dead.LinuxExeHost
All Implemented Interfaces:
Comparable

public class LinuxExeHost
extends DeadHost


Field Summary
private  SysRootFile exeFile
           
private  LinuxExeProc proc
           
 
Constructor Summary
LinuxExeHost(SysRootFile exeFile, ElfEHeader eHeader, MemoryMap[] memoryMaps, String[] args)
           
 
Method Summary
 String getName()
          Returns the name of the host
(package private)  DeadProc getProc()
          Return the sole process bound to the dead host.
 
Methods inherited from class frysk.proc.dead.DeadHost
getSelf, requestCreateAttachedProc, requestProc, requestRefresh
 
Methods inherited from class frysk.proc.Host
compareTo, requestCreateAttachedProc, requestCreateAttachedProc, requestCreateAttachedProc, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exeFile

private final SysRootFile exeFile

proc

private final LinuxExeProc proc
Constructor Detail

LinuxExeHost

LinuxExeHost(SysRootFile exeFile,
             ElfEHeader eHeader,
             MemoryMap[] memoryMaps,
             String[] args)
Method Detail

getName

public String getName()
Description copied from class: Host
Returns the name of the host

Specified by:
getName in class Host

getProc

DeadProc getProc()
Description copied from class: DeadHost
Return the sole process bound to the dead host.

Specified by:
getProc in class DeadHost