com.apama.session
Event LocalSessionRegistration


The LocalSessionRegistration event is sent by a data source that is internal to the correlator (e.g. the simulator) and contains information about a specific session that it supports.
Since:
CMF 2.0.1

Member summary
 stringtransportName

The name of the internal datasource used for this session connection.
 stringsessionName

A unique name per-datasource for the session.
 stringsessionDesc

A short user-level description of the session.
 contextsourceCtx

The context that the session lives in the data source.
 com.apama.session.SessionConfigSchemaconfigSchema

The session configuration schema for this session.
 com.apama.session.SessionCapabilitiessessionCapabilities

The session capabilities of this session.
 
Member detail

configSchema

            com.apama.session.SessionConfigSchema configSchema
        
The session configuration schema for this session.

sessionCapabilities

            com.apama.session.SessionCapabilities sessionCapabilities
        
The session capabilities of this session.

sessionDesc

            string sessionDesc
        
A short user-level description of the session.

sessionName

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

sourceCtx

            context sourceCtx
        
The context that the session lives in the data source.

transportName

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