com.adventnet.utils.agent
Interface TableModelListenerExt
- public interface TableModelListenerExt
- extends TableModelListener
This Interface defines the methods used to modify the row in the Table, get and set the Columnid for which Set is failed.
|
Method Summary |
java.lang.Integer |
getFailedSubId()
|
void |
modifyRow(java.lang.String instance,
java.util.Hashtable values,
java.util.Vector subIdList)
This method is used to modify the row in a table |
void |
setFailedSubId(java.lang.Integer col)
|
getFailedSubId
public java.lang.Integer getFailedSubId()
- Returns:
- the subId of the Table Column for which Set was not performed sucessfully
setFailedSubId
public void setFailedSubId(java.lang.Integer col)
- Parameters:
col - failed coulmnId
modifyRow
public void modifyRow(java.lang.String instance,
java.util.Hashtable values,
java.util.Vector subIdList)
throws AgentException
- This method is used to modify the row in a table
- Parameters:
instance - - instance string of the row for which Set Operation is to be performedvalues - - hastable containing 'columnId-Value to be Set for that column' pairssubIdList - - list of subId's representing the columns in the Table for which Set is to be performed- Throws:
- AgentException - - throws AgentException, if any error occurs, during Set operation