frysk.proc.dead
Class LinuxCoreHost

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

public class LinuxCoreHost
extends DeadHost


Field Summary
private  File coreFile
           
private  LinuxCoreProc proc
           
 
Constructor Summary
LinuxCoreHost(LinuxCoreInfo info)
          Construct a Corefile host which will in turn construct a core file proc and corefile tasks.
 
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

proc

private final LinuxCoreProc proc

coreFile

private final File coreFile
Constructor Detail

LinuxCoreHost

LinuxCoreHost(LinuxCoreInfo info)
Construct a Corefile host which will in turn construct a core file proc and corefile tasks.

Method Detail

getProc

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

Specified by:
getProc in class DeadHost

getName

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

Specified by:
getName in class Host