Uses of Class
wt.fv.configurator.SiteDesc

Packages that use SiteDesc
wt.fv.master   
wt.fv.replica
content replication - Content Replication Service

There are six content replication packages. 

 

Uses of SiteDesc in wt.fv.master
 

Fields in wt.fv.master declared as SiteDesc
(package private)  SiteDesc StandardMasterService.DeliverSiteConfig.retHash
           
 

Methods in wt.fv.master that return SiteDesc
static SiteDesc SiteConfigGenerator.createSiteDesc(Site theSite)
           
 

Methods in wt.fv.master with parameters of type SiteDesc
private static void StandardMasterService.deliverSiteConfig(String site, String destURL, SiteDesc retHash)
          We will be using the delivery service to send the site info back to the site.
private  void StandardMasterService.DeliverSiteConfig.deliverSiteConfig0(String site, String destURL, SiteDesc retHash)
           
 

Constructors in wt.fv.master with parameters of type SiteDesc
StandardMasterService.DeliverSiteConfig(String site, String destURL, SiteDesc retHash)
           
 

Uses of SiteDesc in wt.fv.replica
 

Methods in wt.fv.replica with parameters of type SiteDesc
static void StandardReplicaService.receiveConfigInfo(String master, SiteDesc theConfigInfo)
          This is the Doer method that processes the input information from the HTTPRequest that we posted earlier.