|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthDataNotSetException | |
---|---|
planetLabAPI |
Uses of AuthDataNotSetException in planetLabAPI |
---|
Methods in planetLabAPI that throw AuthDataNotSetException | |
---|---|
boolean |
PlanetLabXmlRpcCaller.AddNodesToSlice(java.lang.String sliceName,
int[] nodeIds)
adds nodes to a slice see: https://www.planet-lab.org/doc/plc_api#AddSliceToNodes |
boolean |
PlanetLabXmlRpcCaller.AddNodesToSlice(java.lang.String sliceName,
java.lang.String[] nodeHostnames)
adds nodes to a slice see: https://www.planet-lab.org/doc/plc_api#AddSliceToNodes |
private void |
PlanetLabXmlRpcCaller.checkAuthenticationData()
|
boolean |
PlanetLabXmlRpcCaller.DeleteNodesFromSlice(java.lang.String sliceName,
int[] nodeIds)
deletes nodes from a slice see: https://www.planet-lab.org/doc/plc_api#DeleteSliceFromNodes |
java.lang.Object |
PlanetLabXmlRpcCaller.execute(java.lang.String function,
java.lang.Object[] params)
executes a xml-rpc |
java.lang.Object[] |
PlanetLabXmlRpcCaller.getAllNodes(java.lang.String[] returnFields)
gets the Data of all nodes by calling GetNodes() from PlanetLab Central API see: https://www.planet-lab.org/doc/plc_api#GetNodes |
boolean |
PlanetLabXmlRpcCaller.GetNodeDetails(java.lang.String sliceName,
int[] nodeIds)
adds nodes to a slice see: https://www.planet-lab.org/doc/plc_api#AddSliceToNodes |
java.lang.Object[] |
PlanetLabXmlRpcCaller.getNodeNetworks(int nodenetworkId,
java.lang.String[] returnFields)
Gets the information about a network interface of a node by calling GetNodeNetworks() from PlanetLab Central API see: https://www.planet-lab.org/doc/plc_api#GetNodeNetworks |
java.lang.Object[] |
PlanetLabXmlRpcCaller.getNodesByHostname(java.lang.String[] hostnames,
java.lang.String[] returnFields)
gets the Data of some nodes by calling GetNodes() from PlanetLab Central API see: https://www.planet-lab.org/doc/plc_api#GetNodes |
java.lang.Object[] |
PlanetLabXmlRpcCaller.getNodesById(int[] nodeIds,
java.lang.String[] returnFields)
gets the Data of some nodes by calling GetNodes() from PlanetLab Central API see: https://www.planet-lab.org/doc/plc_api#GetNodes |
java.lang.Object[] |
PlanetLabXmlRpcCaller.getSitesById(int[] siteIds,
java.lang.String[] returnFields)
gets the Data of some sites by calling GetSites() from PlanetLab Central API see: https://www.planet-lab.org/doc/plc_api#GetSites |
java.util.Map<java.lang.String,java.lang.Object[]> |
PlanetLabXmlRpcCaller.getSliceAttribsByName(java.lang.String sliceName,
java.lang.String[] returnFields)
gets the Data of one slice by calling GetSlices() from PlanetLab Central API see: https://www.planet-lab.org/doc/plc_api#GetSlices |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |