com.apama.session
Event SessionRegistrationSuccess


The SessionRegistrationSuccess event is sent to the data source if its session registration was successful, and it provides the data source with a unique sessionId that the data source should use for all communication with this session.
Since:
CMF 2.0.1

Member summary
 stringtransportName

The name of the transport used for this session connection.
 stringsessionName

A unique name per-datasource for the session.
 integersessionId

The SessionID that will be used to communicate with this session.
 
Member detail

sessionId

integer sessionId
The SessionID that will be used to communicate with this session.

sessionName

string sessionName
A unique name per-datasource for the session.

transportName

string transportName
The name of the transport used for this session connection.