Project JXTA

net.jxta.ext.service.reflection
Class Probe

java.lang.Object
  extended by net.jxta.ext.service.reflection.Probe
All Implemented Interfaces:
Runnable

 class Probe
extends Object
implements Runnable


Constructor Summary
Probe(URI u)
           
 
Method Summary
 URI getURI()
           
 boolean isDone()
           
 boolean isValid()
           
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Probe

public Probe(URI u)
Method Detail

getURI

public URI getURI()

isValid

public boolean isValid()

isDone

public boolean isDone()

start

public void start()

stop

public void stop()

run

public void run()
Specified by:
run in interface Runnable

JXTA J2SE