planetLabAPI
Class PlanetLabMgr

java.lang.Object
  extended by planetLabAPI.PlanetLabMgr

public class PlanetLabMgr
extends java.lang.Object

implements the access and management to PlanetLab-API

Author:
Leo Bosnjak

Field Summary
private static java.lang.String CONFIG_FILE
           
private  PlanetLabConfigXmlParser configFileParser
           
private  PlanetLabXmlRpcCaller planetLabCaller
           
private  java.lang.String sliceName
           
 
Constructor Summary
PlanetLabMgr()
           
 
Method Summary
 boolean addNodeToSlice(int nodeId)
          sends a request to add the node to our slice operation is executed using xml-rpc to PlanetLab-Api
 boolean addNodeToSlice(java.lang.String[] nodeHostnames)
          sends a request to add the nodes to our slice operation is executed using xml-rpc to PlanetLab-Api
private  boolean checkPlanetLabApi()
          checks whether the planetLabApi is set and can be used
 boolean DeleteNodeFromSlice(int nodeId)
          sends a request to delete the node from our slice operation is executed using xml-rpc to PlanetLab-Api
 PlanetLabConfigXmlParser getConfigFileParser()
           
 PlanetLabXmlRpcCaller getPlanetLabCaller()
           
 java.util.Vector<java.lang.Integer> getSliceNodes()
          sends a request to ask for the nodes assigned to our slice operation is executed using xml-rpc to PlanetLab-Api
 void initPlanetLabCaller()
          loads the user-data from the config-file and sets the authentication data to be able to access PlanetLab-API
private  boolean loadSlicename()
          Loads the slicename from the configFile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE

private static final java.lang.String CONFIG_FILE
See Also:
Constant Field Values

planetLabCaller

private PlanetLabXmlRpcCaller planetLabCaller

configFileParser

private PlanetLabConfigXmlParser configFileParser

sliceName

private java.lang.String sliceName
Constructor Detail

PlanetLabMgr

public PlanetLabMgr()
Method Detail

initPlanetLabCaller

public void initPlanetLabCaller()
loads the user-data from the config-file and sets the authentication data to be able to access PlanetLab-API


getPlanetLabCaller

public PlanetLabXmlRpcCaller getPlanetLabCaller()
Returns:
the planetLab

getConfigFileParser

public PlanetLabConfigXmlParser getConfigFileParser()
Returns:
the configFileParser

checkPlanetLabApi

private boolean checkPlanetLabApi()
checks whether the planetLabApi is set and can be used

Returns:
true if the PlanetLabApi is ok

addNodeToSlice

public boolean addNodeToSlice(int nodeId)
sends a request to add the node to our slice operation is executed using xml-rpc to PlanetLab-Api


loadSlicename

private boolean loadSlicename()
Loads the slicename from the configFile.

Returns:
true - if a slicename is already present of if it has been loaded, false otherwise

getSliceNodes

public java.util.Vector<java.lang.Integer> getSliceNodes()
sends a request to ask for the nodes assigned to our slice operation is executed using xml-rpc to PlanetLab-Api

Returns:
- a vector containing all the nodes assigned to the users slice

addNodeToSlice

public boolean addNodeToSlice(java.lang.String[] nodeHostnames)
sends a request to add the nodes to our slice operation is executed using xml-rpc to PlanetLab-Api


DeleteNodeFromSlice

public boolean DeleteNodeFromSlice(int nodeId)
sends a request to delete the node from our slice operation is executed using xml-rpc to PlanetLab-Api