edu.washington.cs.pl_if.plc
Class PlanetLabStore
java.lang.Object
edu.washington.cs.pl_if.plc.PlanetLabStore
public class PlanetLabStore
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlanetLabStore
public PlanetLabStore()
PlanetLabStore
public PlanetLabStore(String slice,
String username)
getCreationTime
public Date getCreationTime()
getHosts
public PlanetLabHost[] getHosts()
getSites
public PlanetLabSite[] getSites()
getSliceNodes
public int[] getSliceNodes()
setCreationTime
public void setCreationTime(Date creationTime)
setHosts
public void setHosts(PlanetLabHost[] hosts)
setSites
public void setSites(PlanetLabSite[] sites)
setSliceNodes
public void setSliceNodes(int[] sliceNodes)
getSlice
public String getSlice()
setSlice
public void setSlice(String slice)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)