OverView Index Help WebNMS Agent Toolkit C Edition 6
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
U
UnRegisterAcl
This function will unregister the Acl entry dynamically, This will delete the row registered in the Acl table by specifying the Acl community as argument to identify which row has to be deleted in the Acl table. Also, the host name and port number arguments has to be specified to identify in which port and port the master agent is running.
UnRegisterManager
This function will unregister the manager entry dynamically, This will delete the row registered in the manager table by specifying the, host name and port as arguments to identify which row has to be deleted in the manager table. Also, the host name and port number arguments has to be specified to identify in which port and port the sub-agent is running.
UnRegisterModuleInfo
This function is used to unregister a listener in the Agent Server. After successful deregistration, it will send UNREGISTRATION notification to its listeners and it can't be managed from the remote.
UnRegisterSubagent
This function will unregister the subagent dynamically, This will delete the row registered in the proxy table by specifying the oid, context name and entry instance as arguments to identify which row has to be deleted in the proxy table. Also, the host name and port number arguments has to be specified to identify in which port and port the master agent is running.
UnRegisterTrapReceiver
This function will unregister the trap receiver entry dynamically, This will delete the row registered in the trap receiver table by specifying the agent host name and trap port as arguments to identify which row has to be deleted in the trap receiver table. Also, the host name and port number arguments has to be specified to identify in which port and port the master agent is running.
UnSynchronizeAllElement
It will call UnsynchronizeResource() mehtod for all pointer which are in the Vector.
UnlockChannel
Unlocks channel for use again.
UnlockUser
unlocks a session locked due to intrusion.
UnsetRollBackFlag
Compares each Entry's oid of the given Vector with varName. If both are matches then set FALSE for the rollBackFlag of the corresponding Entry.
UnsynchronizeObject
It will search the given resource in the gv_rsrcLockTable, if it is there then it verify the given source with locked source, both are same then it will unlock the given rsrc.
UnsynchronizeResource
It will remove the sync/lock of the given resource, so that the other user/thread can use the give resource which is locked in the SynchronizeResource() method. Before unlocking the resource it will verify whether both the given source and locked source are same just to make sure the same source is unlocking the resource.
UpdateAPITables
It will updates entries for all api tables like authTable, proxyTable, trap forwarding & receiving, USM and VACM tables.
UpdateAgentAuthTableFile
Update the changes of UpdateAgentAuthTableFile.
UpdateAgentTransportDomainInfo
It will update the agent transport domain info. Since it is using UDP/IP or TCP/IP, it will update the socket descriptors variable like maxSockFd, fd_set, etc.
UpdateCli
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 Cli. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateCliCommIfcTable
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 CliCommIfcTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateCliTcpTable
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 CliTcpTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateClientProps
It will update the client information. Based on the state of the client it may close the connection. The third argument is not required if MULTI_THREAD is defined.
UpdateColumnsInDBS
Updates a row in a given table.
UpdateColumnsInDBS
Updates a row in a given table.
UpdateColumnsInDBS
Updates a row in a given table.
UpdateEngineTime
Increments both the gv_engineTime and gv_engintBootCnt depending upon the current system time.
UpdateHdleValueInProxyEntry
In case of tcp new handle value for connection with subagent will be updated in the transport domain's handle of correspoding proxy entry. By doing this same connection will be used for the next request. Here domain will be identified by remote port and remote host of ipInfo
UpdateManagerTableFile
It will update the changes of ManagerTableFile.
UpdateMaxSockFd
It will find out the max sockFd of the given transport domain info.
UpdateOrAddClientInfo
Updates/Adds client information. While updating, it checks whether the time interval between any two continous requests by the client is greater than the gv_IntervalSec. If so, it resets the number of Requests to 0, otherwise increments the number of request by 1.
UpdateProxyAgentTransportDomainInfo
It will update the max socket descriptor value by searching in the proxy vector.
UpdateProxyTable
Update the changes of ProxyTable.
UpdateRowStatus
Validate the input for RowStatus.
UpdateSecurityParams
Used to update the v3 security and access control related parameters based on the security model and access control model implemented. It will be called each time from the base loop.
UpdateSelfmonitor
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 Selfmonitor. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateSessionTable
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 SessionTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateSessionTimeout
This method will be called from TL1 Security upon receiving the ED-CID-SECU command.Here,Keep Alive Timeout value will be updated for the server session whose transport provider matches the Channel ID whose timeout value was editted through the ED-CID-SECU command at run-time.
UpdateSnmpNotificationLogTable
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 SnmpNotificationLogTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateSnmpNotificationVarBindTable
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 SnmpNotificationVarBindTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateSnmpSnmpSet
Updates the changes of SnmpSet. If AGENT_FILE_TO_VECTOR is enabled then the corresponding textfile will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.
UpdateSysOrOidChangeTime
It will update the gv_snmpSysORLastChange value. So user has to call this method whererver he/she updating the SysOrOid value.
UpdateSnmpSystem
Updates the changes of System. If AGENT_FILE_TO_VECTOR is enabled then the corresponding textfile will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.
UpdateSnmpUsmUserTable
Update the changes of SnmpUsmUserTable.
UpdateSnmpVacmAccessTable
Update the changes of SnmpVacmAccessTable.
UpdateSnmpVacmContextTable
Update the changes of SnmpVacmContextTable.
UpdateSnmpVacmSecurityToGroupTable
Update the changes of SnmpVacmSecurityToGroupTable.
UpdateSnmpVacmViewTreeFamilyTable
Update the changes of SnmpVacmViewTreeFamilyTable.
UpdateTL1GatewayNEEntries
If AGENT_FILE_TO_VECTOR is defined , it will write gateway NE entries into text file.Otherwise has to provide code to update records to external storage device.
UpdateTL1LogRecords
If AGENT_FILE_TO_VECTOR is defined , it will write log records into text file.Otherwise has to provide code to update records to external device.
UpdateTL1SecurityLogRecords
If AGENT_FILE_TO_VECTOR is defined , it will write security log records into text file.Otherwise has to provide code to update records to external device.
UpdateTL1SecurityRecords
If AGENT_FILE_TO_VECTOR is defined , it will write security records into text file.Otherwise has to provide code to update records to external device.
UpdateTableEntry
It will update the give column Attribute value after resolving the table Entry. It is used for atomic set in mutli protocol agent.
UpdateThreadResource
It will update the thread resource, used to unblock or lock/unlock the mutex.
UpdateTimerNotification
It will remove the given nodePtr from the table, before that it will take the timer notification from the nodePtr and update with its period value then add it to the timer service table.
UpdateTl1CommIfcTable
Update the changes of Tl1CommIfcTable.
UpdateTl1CommandSecurityTable
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 Tl1CommandSecurityTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateTl1OperationSecurityTable
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 Tl1OperationSecurityTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateTl1TcpTable
Update the changes of Tl1TcpTable.
UpdateTrapReceiverTable
Update the changes of TrapReceiverTable.
UpdateWwwDocAccessTopNTable
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 WwwDocAccessTopNTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateWwwDocBucketTable
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 WwwDocBucketTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateWwwDocBytesTopNTable
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 WwwDocBytesTopNTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateWwwDocCtrlTable
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 WwwDocCtrlTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateWwwDocLastNTable
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 WwwDocLastNTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateWwwRequestInTable
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. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateWwwRequestOutTable
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 WwwRequestOutTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateWwwResponseInTable
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 WwwResponseInTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateWwwResponseOutTable
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 WwwResponseOutTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateWwwServiceTable
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 WwwServiceTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
UpdateWwwSummaryTable
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 WwwSummaryTable. If FILE_TO_VECTOR is enabled then the corresponding text file will be updated here. If the storagetype is NoStorage then the user should call this method to update the changes done by the management.The user can also free the resources in this function if required.
Usage
Displays the help information of the WebNMS agent.
UsmParamsProcessReadReq
It will process the GET & GET-NEXT requests and send back the appropriate result.
UsmParamsProcessWriteReq
It will process the SET requests and send back the modified result.
UsmUserProcessReadReq
It will process the GET & GET-NEXT requests and send back the appropriate result.
UsmUserProcessWriteReq
It will process the SET requests and send back the modified result.
OverView Index Help WebNMS Agent Toolkit C Edition 6
Copyright (c) 2009 ZOHO Corp. All Rights Reserved.