com.adventnet.utils.agent
Interface RowStatusHandlerInterface

All Known Implementing Classes:
BaseTableEntry

public interface RowStatusHandlerInterface
extends TableEntry

This Interface has the methods related to RowStatus Handling.


Method Summary
 void decrementCount()
          This method reduces the column count by 1.
 int getCount()
          The method to get the column count.
 void setCount(int count)
          Method to set the column count.
 void setrowStatus(java.lang.Integer value)
          Method to set the rowStatus value
 
Methods inherited from interface com.adventnet.utils.agent.TableEntry
computeInstanceOID, getInstanceOID, setInstanceOID
 

Method Detail

getCount

public int getCount()
The method to get the column count.
Returns:
the column count.

setCount

public void setCount(int count)
Method to set the column count.
Parameters:
count - the coulmn count to be set.

decrementCount

public void decrementCount()
This method reduces the column count by 1.

setrowStatus

public void setrowStatus(java.lang.Integer value)
                  throws AgentException
Method to set the rowStatus value
Parameters:
value - the Integer specifying the rowStatus value.
Throws:
AgentExcption - on error during this event.