| Return Type | Method Summary |
| CHAR | CreateAndAddNewWwwRequestInTableEntry(U_INT32 wwwServiceIndex, U_CHAR *wwwRequestInIndex, U_INT32 wwwRequestInRequests, U_INT32 wwwRequestInBytes, U_CHAR *wwwRequestInLastTime)
It will take all columns value as input and create an instance then add it to the vector. |
| CHAR | CreateAndAddWwwRequestInTableEntry(OID *instance, INT32 instanceLen, U_INT32 wwwServiceIndex, U_CHAR *wwwRequestInIndex, U_INT32 wwwRequestInRequests, U_INT32 wwwRequestInBytes, U_CHAR *wwwRequestInLastTime)
It will take all columns value and its instance value as input and add create an entry then add it to the vector. |
| OID* | CreateWwwRequestInTableInstance(INT32 *instanceLen, U_INT32 wwwServiceIndex, U_CHAR *wwwRequestInIndex)
This method is called from the method CreateAndAddNewWwwRequestInTableTableEntry(). |
| void | FreeWwwRequestInTableEntryMemory(Entry *entryPtr)
This method is called from FreeWwwRequestInTableVector(). |
| void | FreeWwwRequestInTableVector()
Free the gv_wwwRequestInTableVector. |
| U_CHAR* | GetWwwRequestInBytes(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
Get method for (table) column wwwRequestInBytes. |
| U_CHAR* | GetWwwRequestInLastTime(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
Get method for (table) column wwwRequestInLastTime. |
| U_CHAR* | GetWwwRequestInRequests(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
Get method for (table) column wwwRequestInRequests. |
| U_CHAR | GetWwwRequestInTableEntry(U_CHAR ***cols, INT32 index)
It will get an entry from table. |
| Vector* | GetWwwRequestInTableInfo(INT32 startIdx, INT32 numOfRows, INT32 *flag)
It will return the table vector reference, before that it will verify the total size of the table and set flag value. |
| void | InitWwwRequestInTable()
It will register the treeCell with agent and initialize all data structures related to the module "wwwRequestInTable". |
| CHAR | ReadFromWwwRequestInTableFile()
It will read the "wwwRequestInTable" enteries from the file and add it to the table(vector). |
| U_CHAR* | SetWwwRequestInBytes(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
Set method for (table) column wwwRequestInBytes. |
| U_CHAR* | SetWwwRequestInIndex(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
Set method for (table) column wwwRequestInIndex. |
| U_CHAR* | SetWwwRequestInLastTime(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
Set method for (table) column wwwRequestInLastTime. |
| U_CHAR* | SetWwwRequestInRequests(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
Set method for (table) column wwwRequestInRequests. |
| CHAR | UpdateWwwRequestInTable(U_CHAR command)
This method will be called from the agent api after successful SET/GET/GET-NEXT operation, in order to update the original or user application's data structrue with the changes made to WwwRequestInTable. |
| CHAR | WriteToWwwRequestInTableFile()
It will write the "wwwRequestInTable" enteries from the table(vector). |
| CHAR | WwwRequestInTableProcessRequests(U_CHAR protoType, U_CHAR cmdType, Vector *attrbsVect, INT32 numOfRows)
This method will be called from the agent api for all the requests (GET/GET-NEXT/SET) with received pduType and varBind vector before processing the received varbinds. |
| Method Details |