Uses of Class
planetLabAPI.PlanetLabXmlRpcCaller

Packages that use PlanetLabXmlRpcCaller
main.planetSh   
planetLabAPI   
simulator.views   
views The package views contains many windows needed for the GUI. 
 

Uses of PlanetLabXmlRpcCaller in main.planetSh
 

Fields in main.planetSh declared as PlanetLabXmlRpcCaller
private  PlanetLabXmlRpcCaller PlanetshMap.planetSh
           
 

Methods in main.planetSh that return PlanetLabXmlRpcCaller
 PlanetLabXmlRpcCaller PlanetshMap.getPlanetLabCaller()
           
 

Uses of PlanetLabXmlRpcCaller in planetLabAPI
 

Fields in planetLabAPI declared as PlanetLabXmlRpcCaller
private  PlanetLabXmlRpcCaller PlanetLabMgr.planetLabCaller
           
 

Methods in planetLabAPI that return PlanetLabXmlRpcCaller
 PlanetLabXmlRpcCaller PlanetLabMgr.getPlanetLabCaller()
           
 

Uses of PlanetLabXmlRpcCaller in simulator.views
 

Fields in simulator.views declared as PlanetLabXmlRpcCaller
private  PlanetLabXmlRpcCaller Simulator.planetSh
           
 

Methods in simulator.views with parameters of type PlanetLabXmlRpcCaller
 boolean SimulationOptionsDlg.performOperations(javax.swing.JFrame parent, ScenarioConfig scenarioConfig, PlanetLabMgr planetLabApi, PlanetLabXmlRpcCaller planetSh, NodeEdgeMap map, Simulator sim, SimulationOptions options)
          Performs the operations needed before a simulation can be started.
 

Uses of PlanetLabXmlRpcCaller in views
 

Fields in views declared as PlanetLabXmlRpcCaller
private  PlanetLabXmlRpcCaller NodeDetails.planetSh