Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

alma::acs::alarm::source::gui::SourceTableModel Class Reference

List of all members.

Public Member Functions

String getColumnName (int column)
int getColumnCount ()
int getRowCount ()
Object getValueAt (int rowIndex, int columnIndex)
void addFS (FaultState faultState)

Private Attributes

Vector< FaultStatefaultStates = new Vector<FaultState>()

Static Private Attributes

final int MAX_FAULTSTATES = 10000
final String[] headerNames

Member Function Documentation

void alma::acs::alarm::source::gui::SourceTableModel::addFS FaultState  faultState  )  [inline]
 

Add an alarm to the model.

Add an alarm to the vector of fault states. If the alarms in memory are more then the limit, an alarm is deleted from the vector.

Parameters:
faultState The alarm received
See also:
MAX_FAULTSTATES

int alma::acs::alarm::source::gui::SourceTableModel::getColumnCount  )  [inline]
 

String alma::acs::alarm::source::gui::SourceTableModel::getColumnName int  column  )  [inline]
 

int alma::acs::alarm::source::gui::SourceTableModel::getRowCount  )  [inline]
 

Object alma::acs::alarm::source::gui::SourceTableModel::getValueAt int  rowIndex,
int  columnIndex
[inline]
 


Member Data Documentation

Vector<FaultState> alma::acs::alarm::source::gui::SourceTableModel::faultStates = new Vector<FaultState>() [private]
 

final String [] alma::acs::alarm::source::gui::SourceTableModel::headerNames [static, private]
 

Initial value:

{ "Family", "Member", "Code", "Activator" }

final int alma::acs::alarm::source::gui::SourceTableModel::MAX_FAULTSTATES = 10000 [static, private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 02:51:21 2009 for ACS Java API by doxygen 1.3.8