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