org.safs.jvmagent
Class Agent.STAFWatch

java.lang.Object
  |
  +--org.safs.jvmagent.Agent.STAFWatch
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Agent

protected class Agent.STAFWatch
extends java.lang.Object
implements java.lang.Runnable

Simply monitors for the existence or appearance of STAF and then registers as a STAF client once STAF is available. Currently checks for STAF approx. every 3 seconds.


Constructor Summary
protected Agent.STAFWatch()
           
 
Method Summary
 void run()
          Implements Runnable Interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Agent.STAFWatch

protected Agent.STAFWatch()
Method Detail

run

public void run()
Implements Runnable Interface
Specified by:
run in interface java.lang.Runnable