OverView Index Help                                                                WebNMS Agent Toolkit C Edition 6 

tl1rsrcsecu.c
This file contains method definitions for entering,editing, deleting,retreiving resource security veiw data.
Return Type Method Summary
U_CHAR DltRscAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessionID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
             This method will be called by TL1 Engine upon receiving the the dlt-rsc input command.
U_CHAR EdRscAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessionID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
             This method will be called by TL1 Engine upon receiving the the ed-rsc input command.
U_CHAR EntRscAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessionID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
             This method will be called by TL1 Engine upon receiving the the ent-rsc input command.
CHAR IsRsrcViewAuthenticated(CHAR * rsrcName, CHAR * userID)
             Checks if user is authenticated for accessing resource.
U_CHAR RtrvRscSecuAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessionID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
             This method will be called by TL1 Engine upon receiving the the rtrv-rsc input command.
   
Method Details

DltRscAction()

U_CHAR DltRscAction(InputCmdType *incmd, Vector* textBlockVector,INT32 sessionID,U_CHAR *errStatus,TL1Info *tl1InfoPtr)

This method will be called by TL1 Engine upon receiving the the dlt-rsc input command. This function initializes the AID and message payload structure variables using the values from received input message AID.

Arguments:
1. Reference to the received input command(IN)
2. Reference to text block vector(OUT)
3. Error status
Return type:
This method returns any one of the following command completion code: COMPLD, DENY, PRTL, DELAY and RTRV.
Bugs:
null
See Also:

EdRscAction()

U_CHAR EdRscAction(InputCmdType *incmd, Vector* textBlockVector,INT32 sessionID,U_CHAR *errStatus,TL1Info *tl1InfoPtr)

This method will be called by TL1 Engine upon receiving the the ed-rsc input command. This function initializes the AID and message payload structure variables using the values from received input message AID.

Arguments:
1. Reference to the received input command(IN)
2. Reference to text block vector(OUT)
3. Error status
Return type:
This method returns any one of the following command completion code: COMPLD, DENY, PRTL, DELAY and RTRV.
Bugs:
null
See Also:

EntRscAction()

U_CHAR EntRscAction(InputCmdType *incmd, Vector* textBlockVector,INT32 sessionID,U_CHAR *errStatus,TL1Info *tl1InfoPtr)

This method will be called by TL1 Engine upon receiving the the ent-rsc input command. This function initializes the AID and message payload structure variables using the values from received input message AID.

Arguments:
1. Reference to the received input command(IN)
2. Reference to text block vector(OUT)
3. Error status
Return type:
This method returns any one of the following command completion code: COMPLD, DENY, PRTL, DELAY and RTRV.
Bugs:
null
See Also:

IsRsrcViewAuthenticated()

CHAR IsRsrcViewAuthenticated(CHAR * rsrcName,CHAR * userID)

Checks if user is authenticated for accessing resource.

Arguments:
1. Resource name
2. userID
Return type:
YES/NO
Bugs:
null
See Also:

RtrvRscSecuAction()

U_CHAR RtrvRscSecuAction(InputCmdType *incmd, Vector* textBlockVector,INT32 sessionID,U_CHAR *errStatus,TL1Info *tl1InfoPtr)

This method will be called by TL1 Engine upon receiving the the rtrv-rsc input command. This function initializes the AID and message payload structure variables using the values from received input message AID.

Arguments:
1. Reference to the received input command(IN)
2. Reference to text block vector(OUT)
3. Error status
Return type:
This method returns any one of the following command completion code: COMPLD, DENY, PRTL, DELAY and RTRV.
Bugs:
null
See Also:



OverView Index Help                                                                WebNMS Agent Toolkit C Edition 6 

Copyright (c) 2009 ZOHO Corp. All Rights Reserved.