gov.nasa.pds.registry.ui.shared
Class StatusInformation

java.lang.Object
  extended by 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:
StatusInfo, RegistryStatus, Serialized Form

Constructor Summary
StatusInformation()
           
 
Method Summary
 int getRegisteredArtifacts()
           
 String getServerStarted()
           
 String getStatus()
           
 int getStoredDataObjects()
           
 void setRegisteredArtifacts(int registeredArtifacts)
           
 void setServerStarted(String serverStarted)
           
 void setStatus(String status)
           
 void setStoredDataObjects(int storedDataObjects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusInformation

public StatusInformation()
Method Detail

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 © 2005-2010 Planetary Data System. All Rights Reserved.