frysk.proc.dead
Class CorefileStatus

java.lang.Object
  extended by frysk.proc.dead.CorefileStatus

public class CorefileStatus
extends Object


Field Summary
 String coreName
           
 String exeName
           
 boolean hasCore
           
 boolean hasExe
           
 boolean hasExeProblem
           
 String message
           
 
Constructor Summary
CorefileStatus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasExe

public boolean hasExe

hasCore

public boolean hasCore

exeName

public String exeName

coreName

public String coreName

hasExeProblem

public boolean hasExeProblem

message

public String message
Constructor Detail

CorefileStatus

public CorefileStatus()