com.adventnet.utils.agent
Interface RowStatusHandlerInterface

All Superinterfaces:
TableEntry
All Known Implementing Classes:
AclEntry, BaseTableEntry, ForwardingEntry, NotificationLogEntry, NotificationVarbindEntry, TrapEntry, V3ForwardingEntry, VaclEntry

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

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

Returns:
the column count.

setCount

void setCount(int count)
Method to set the column count.

Parameters:
count - the coulmn count to be set.

decrementCount

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


setrowStatus

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.
AgentException