com.apama.session
Event SessionError


SessionError events indicate that a problem occurred with the current session and will be forwarded on to all clients that are interested in this event.
Since:
CMF 2.0.1

Member summary
 integersessionId
 integerconnectionId
 integerseverity
 stringerrmsg
 
Action summary
 voidlogSessionError(string prefix)

This function formats the error with a specified string to prefix, and logs the string at the appropriate error level.
 
Member detail

connectionId

            integer connectionId
        

errmsg

            string errmsg
        

sessionId

            integer sessionId
        

severity

            integer severity
        

Action detail

logSessionError

            void logSessionError(string prefix)
        
This function formats the error with a specified string to prefix, and logs the string at the appropriate error level.
Parameters:
prefix - A string to prefix the log message with