Uses of Class
edu.washington.cs.pl_if.plc.PlanetLabSite

Packages that use PlanetLabSite
edu.washington.cs.pl_if.plc   
edu.washington.cs.pl_if.ssh   
 

Uses of PlanetLabSite in edu.washington.cs.pl_if.plc
 

Methods in edu.washington.cs.pl_if.plc that return PlanetLabSite
 PlanetLabSite PLCentralCache.getSite(int siteId)
           
 PlanetLabSite PLCentralController.getSite(PlanetLabHost host)
           
 PlanetLabSite[] PlanetLabStore.getSites()
           
 

Methods in edu.washington.cs.pl_if.plc that return types with arguments of type PlanetLabSite
 ConcurrentHashMap<PlanetLabHost,PlanetLabSite> PLCentralCache.getHostToSiteMapping()
           
 ConcurrentHashMap<PlanetLabSite,Vector<PlanetLabHost>> PLCentralCache.getSiteToHostMapping()
           
 

Methods in edu.washington.cs.pl_if.plc with parameters of type PlanetLabSite
 PlanetLabHost PLCentralController.getRandomHostFromSite(PlanetLabSite site)
           
 void PlanetLabStore.setSites(PlanetLabSite[] sites)
           
 

Uses of PlanetLabSite in edu.washington.cs.pl_if.ssh
 

Methods in edu.washington.cs.pl_if.ssh that return PlanetLabSite
 PlanetLabSite ConnectionController.getPlanetLabSite(PlanetLabHost host)