|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
org.jims.client.manager.gui.specificview.model.MBPresentationTableModel
org.jims.client.manager.gui.specificview.model.OperationPresentationTableModel
public class OperationPresentationTableModel
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 |
---|
public OperationPresentationTableModel(MBeanModel p_model)
p_model
- p_hostAddress
- p_mbsId
-
CommunicationException
Method Detail |
---|
public java.lang.String getDescriptionString()
getDescriptionString
in class MBPresentationTableModel
public void readAll() throws CommunicationException
readAll
in class MBPresentationTableModel
CommunicationException
public int getRowCount()
public int getColumnCount()
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
public void initTableColumnModel(javax.swing.table.TableColumnModel p_colModel)
initTableColumnModel
in class MBPresentationTableModel
public java.lang.String getRowDescription(int row)
getRowDescription
in class MBPresentationTableModel
public javax.management.MBeanOperationInfo getMBeanOperationInfo(int p_row)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |