|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectplanetLabAPI.PlanetLabMgr
public class PlanetLabMgr
implements the access and management to PlanetLab-API
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 |
---|
private static final java.lang.String CONFIG_FILE
private PlanetLabXmlRpcCaller planetLabCaller
private PlanetLabConfigXmlParser configFileParser
private java.lang.String sliceName
Constructor Detail |
---|
public PlanetLabMgr()
Method Detail |
---|
public void initPlanetLabCaller()
public PlanetLabXmlRpcCaller getPlanetLabCaller()
public PlanetLabConfigXmlParser getConfigFileParser()
private boolean checkPlanetLabApi()
public boolean addNodeToSlice(int nodeId)
private boolean loadSlicename()
public java.util.Vector<java.lang.Integer> getSliceNodes()
public boolean addNodeToSlice(java.lang.String[] nodeHostnames)
public boolean DeleteNodeFromSlice(int nodeId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |