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