frysk.proc.live
Class LiveHost

java.lang.Object
  extended by frysk.proc.Host
      extended by frysk.proc.live.LiveHost
All Implemented Interfaces:
Comparable
Direct Known Subclasses:
LinuxPtraceHost

abstract class LiveHost
extends Host

A live Host/Proc/Task is characterised by its stateful nature; i.e., an ability to respond to stateful requests such as add/remove observers.


Constructor Summary
LiveHost()
           
 
Method Summary
 String getName()
          Returns the name of the host
 
Methods inherited from class frysk.proc.Host
compareTo, getSelf, requestCreateAttachedProc, requestCreateAttachedProc, requestCreateAttachedProc, requestCreateAttachedProc, requestProc, requestRefresh, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiveHost

LiveHost()
Method Detail

getName

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

Specified by:
getName in class Host