|
|
initializeContext (character)
|
/* Initialize the context data for the Client Context object
@param character The known Session ID for the client request
@throws Progress.Lang.SysError, Progress.Lang.AppError */
|
|
|
initializeContext (handle)
|
/* Initialize the context data for the Client Context object
@param handle The handle to the Client Principal object for the client request
@throws Progress.Lang.SysError, Progress.Lang.AppError */
|
|
|
saveContext ()
|
/* Save the context data to a persistent store
@throws Progress.Lang.SysError, Progress.Lang.AppError */
|