wt.fv.replica
Class StandardReplicaService.FetchThread

java.lang.Object
  extended bywt.fv.replica.StandardReplicaService.FetchThread
All Implemented Interfaces:
Runnable
Enclosing class:
StandardReplicaService

private class StandardReplicaService.FetchThread
extends Object
implements Runnable


Field Summary
(package private)  String _masterHost
           
 
Constructor Summary
(package private) StandardReplicaService.FetchThread(String masterHost)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_masterHost

String _masterHost
Constructor Detail

StandardReplicaService.FetchThread

StandardReplicaService.FetchThread(String masterHost)
Method Detail

run

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