Serialized Form


Package edu.sdsc.inca

Class edu.sdsc.inca.ConfigurationException extends java.lang.Exception implements Serializable


Package edu.sdsc.inca.consumer

Class edu.sdsc.inca.consumer.AgentBean extends java.lang.Thread implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Allows object to be serialized. Unsure if Jetty will use this or not.

Throws:
java.io.IOException - if trouble reading object or parsing xml
java.lang.ClassNotFoundException - never but needed to override function

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Allows object to be serialized. Unsure if Jetty will use this or not.

Throws:
java.io.IOException - if trouble writing object
Serialized Fields

cacheReloadPeriod

int cacheReloadPeriod

beanConfig

java.util.Properties beanConfig

incaDoc

edu.sdsc.inca.dataModel.inca.IncaDocument incaDoc

resources

edu.sdsc.inca.util.ResourcesWrapper resources

Class edu.sdsc.inca.consumer.BarItemLabelColorRenderer extends org.jfree.chart.renderer.category.BarRenderer implements Serializable

Serialized Fields

posChange

java.awt.Color posChange

negChange

java.awt.Color negChange

noChange

java.awt.Color noChange

Class edu.sdsc.inca.consumer.CategoryBean extends org.jfree.data.category.DefaultCategoryDataset implements Serializable

Serialized Fields

id

java.lang.String id

links

java.util.HashMap<K,V> links

tooltips

java.util.HashMap<K,V> tooltips

Class edu.sdsc.inca.consumer.DiffCategoryItemLabelGenerator extends org.jfree.chart.labels.StandardCategoryItemLabelGenerator implements Serializable

Class edu.sdsc.inca.consumer.DistributionBean extends org.jfree.data.category.DefaultCategoryDataset implements Serializable

Serialized Fields

doc

edu.sdsc.inca.dataModel.queryResults.ObjectDocument doc

colKeys

java.util.Vector<E> colKeys

rowKeys

java.util.Vector<E> rowKeys

id

java.lang.String id

Class edu.sdsc.inca.consumer.SeriesHistoryBean extends java.util.Hashtable implements Serializable

Serialized Fields

endDate

java.util.Date endDate

resource

java.lang.String[] resource

startDate

java.util.Date startDate

nickname

java.lang.String[] nickname

Class edu.sdsc.inca.consumer.TimeSeriesBean extends org.jfree.data.time.TimeSeriesCollection implements Serializable

Serialized Fields

id

java.lang.String id

label

java.lang.String label

links

java.lang.String[] links

linkXpath

java.lang.String linkXpath

tooltips

java.lang.String[] tooltips

tooltipXpath

java.lang.String tooltipXpath

timestampXpath

java.lang.String timestampXpath

xml

java.lang.String xml

xpath

java.lang.String xpath

valueXpath

java.lang.String valueXpath