frysk.proc.live
Class State

java.lang.Object
  extended by frysk.proc.live.State
Direct Known Subclasses:
LinuxPtraceProcState, LinuxPtraceTaskState

 class State
extends Object


Field Summary
private static Log fine
           
private  String name
           
 
Constructor Summary
protected State(String name)
           
 
Method Summary
 String toString()
          Return the name of this state as a string.
protected  RuntimeException unhandled(Object what, Event event)
           
protected  RuntimeException unhandled(Object what, String event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fine

private static final Log fine

name

private String name
Constructor Detail

State

protected State(String name)
Method Detail

toString

public String toString()
Return the name of this state as a string.

Overrides:
toString in class Object

unhandled

protected RuntimeException unhandled(Object what,
                                     Event event)

unhandled

protected RuntimeException unhandled(Object what,
                                     String event)