systeminformationmonitor.swing.model
Class TCPConnectionModel

java.lang.Object
  extended by org.jfree.data.general.AbstractDataset
      extended by org.jfree.data.category.DefaultCategoryDataset
          extended by systeminformationmonitor.swing.model.TCPConnectionModel
All Implemented Interfaces:
java.io.ObjectInputValidation, java.io.Serializable, java.lang.Cloneable, org.jfree.data.category.CategoryDataset, org.jfree.data.general.Dataset, org.jfree.data.KeyedValues2D, org.jfree.data.Values2D, org.jfree.util.PublicCloneable, TCPMonitor

public class TCPConnectionModel
extends org.jfree.data.category.DefaultCategoryDataset
implements TCPMonitor

TCPConnectionModel is a model for the TCP Connection craph

See Also:
Serialized Form

Constructor Summary
TCPConnectionModel()
          Constructor which intializes the model.
 
Method Summary
 void initialize()
           
 void update(TCPStatObject stat)
           
 
Methods inherited from class org.jfree.data.category.DefaultCategoryDataset
addValue, addValue, clear, clone, equals, getColumnCount, getColumnIndex, getColumnKey, getColumnKeys, getRowCount, getRowIndex, getRowKey, getRowKeys, getValue, getValue, hashCode, incrementValue, removeColumn, removeColumn, removeRow, removeRow, removeValue, setValue, setValue
 
Methods inherited from class org.jfree.data.general.AbstractDataset
addChangeListener, fireDatasetChanged, getGroup, hasListener, notifyListeners, removeChangeListener, setGroup, validateObject
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jfree.data.general.Dataset
addChangeListener, getGroup, removeChangeListener, setGroup
 

Constructor Detail

TCPConnectionModel

public TCPConnectionModel()
Constructor which intializes the model.

Method Detail

initialize

public void initialize()
Specified by:
initialize in interface TCPMonitor

update

public void update(TCPStatObject stat)
Specified by:
update in interface TCPMonitor