gov.nasa.pds.registry.ui.shared
Class StatusInformation
java.lang.Object
gov.nasa.pds.registry.ui.shared.StatusInformation
- All Implemented Interfaces:
- Serializable
public class StatusInformation
- extends Object
- implements Serializable
The display container for registry status. Necessary to be able to use an
object representation of Slot on the client side of GWT (with a minimum of
overhead).
NOTE: this flattens StatusInfo and RegistryStatus into a single container
NOTE: this is not currently wired to anything as there is no use case for
retrieving status at this time
- Author:
- jagander
- See Also:
gov.nasa.pds.registry.model.StatusInfo
,
RegistryStatus
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatusInformation
public StatusInformation()
getStoredDataObjects
public int getStoredDataObjects()
getRegisteredArtifacts
public int getRegisteredArtifacts()
setStoredDataObjects
public void setStoredDataObjects(int storedDataObjects)
setRegisteredArtifacts
public void setRegisteredArtifacts(int registeredArtifacts)
setServerStarted
public void setServerStarted(String serverStarted)
setStatus
public void setStatus(String status)
getServerStarted
public String getServerStarted()
getStatus
public String getStatus()
Copyright © 2010-2011 Planetary Data System. All Rights Reserved.