org.jims.client.manager.gui.specificview.model
Class OperationPresentationTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by org.jims.client.manager.gui.specificview.model.MBPresentationTableModel
          extended by org.jims.client.manager.gui.specificview.model.OperationPresentationTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class OperationPresentationTableModel
extends MBPresentationTableModel

Author:
Leszek Wasilewski, Krzysztof Wojtas
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jims.client.manager.gui.specificview.model.MBPresentationTableModel
hostAddress, mbeanModel, mbsIdentificator, proxyAddress, readTime
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
OperationPresentationTableModel(MBeanModel p_model)
           
 
Method Summary
 int getColumnCount()
           
 java.lang.String getDescriptionString()
           
 javax.management.MBeanOperationInfo getMBeanOperationInfo(int p_row)
           
 int getRowCount()
           
 java.lang.String getRowDescription(int row)
           
 java.lang.Object getValueAt(int rowIndex, int columnIndex)
           
 void initTableColumnModel(javax.swing.table.TableColumnModel p_colModel)
           
 void readAll()
           
 
Methods inherited from class org.jims.client.manager.gui.specificview.model.MBPresentationTableModel
clearInvocationWrapper, getAccessColumn, getDefaultHeader, getHostAddress, getInvocationWrapper, getIsMoreColumn, getMBeanModel, getMBSId, getNameColumn, getObjectName, getProxyAddress, getReadTime, getSgInvocation, getTimeStamp, getValueColumn
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationPresentationTableModel

public OperationPresentationTableModel(MBeanModel p_model)
Parameters:
p_model -
p_hostAddress -
p_mbsId -
Throws:
CommunicationException
Method Detail

getDescriptionString

public java.lang.String getDescriptionString()
Specified by:
getDescriptionString in class MBPresentationTableModel

readAll

public void readAll()
             throws CommunicationException
Specified by:
readAll in class MBPresentationTableModel
Throws:
CommunicationException

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getValueAt

public java.lang.Object getValueAt(int rowIndex,
                                   int columnIndex)

initTableColumnModel

public void initTableColumnModel(javax.swing.table.TableColumnModel p_colModel)
Specified by:
initTableColumnModel in class MBPresentationTableModel

getRowDescription

public java.lang.String getRowDescription(int row)
Specified by:
getRowDescription in class MBPresentationTableModel

getMBeanOperationInfo

public javax.management.MBeanOperationInfo getMBeanOperationInfo(int p_row)


Copyright ? 2007. All Rights Reserved.