|
+
|
dispose ()
|
/* Destroy/Shutdown/Anti-Initializer */ Inherited from Ccs.Common.IService
|
|
+
|
endRequestEnvironment ()
|
/* End the server session runtime and return it to a safe state.
@throws Progress.Lang.SysError, Progress.Lang.AppError */
|
|
+
|
establishRequestEnvironment (character)
|
/* Establish the server session runtime.
@param character A known string representing the clients session identity
@throws Progress.Lang.SysError, Progress.Lang.AppError */
|
|
+
|
establishRequestEnvironment (handle)
|
/* Establish the server session runtime.
@param handle The handle to the Client Principal object representing the clients session identity
@throws Progress.Lang.SysError, Progress.Lang.AppError */
|
|
+
|
initialize ()
|
/* Initializer/Startup */ Inherited from Ccs.Common.IService
|