|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RowStatusHandlerInterface
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 |
|---|
int getCount()
void setCount(int count)
count - the coulmn count to be set.void decrementCount()
void setrowStatus(java.lang.Integer value)
throws AgentException
value - the Integer specifying the rowStatus value.
AgentExcption - on error during this event.
AgentException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||