com.apama.session
Event ExternalSessionRegistration


The ExternalSessionRegistration event is sent by a data source that is external to the correlator (e.g. an IAF adapter) and contains information about a specific session that it supports.
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.
 stringsessionChannel

The channel used to communicate with this session.
 stringsessionDesc

A short user-level description of the session.
 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.

sessionChannel

string sessionChannel
The channel used to communicate with this session.

sessionDesc

string sessionDesc
A short user-level description of the 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.