FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
integer | sessionId
|
string | sessionName
|
string | transportName
|
string | channelName
|
string | description
|
boolean | internal
|
context | sourceCtx
|
boolean | started
|
boolean | connected
|
boolean | connectivitySession
|
com.apama.session.SessionConfigParams | config
|
com.apama.session.SessionConfigSchema | configSchema
|
com.apama.session.SessionCapabilities | sessionCapabilities
|
Action summary | |
---|---|
com.apama.session.SessionCapabilities |
getCapabilities()
|
string |
getChannelName()
Returns the Channel name that the session will use to communicate to an external source by. |
com.apama.session.SessionConfigParams |
getConfig()
Returns the configuration that the session has been started with, or an empty object if the session has not been started. |
com.apama.session.SessionConfigSchema |
getConfigSchema()
Returns the configuration schema for this session. |
string |
getDescription()
Returns a short user-level description of the session. |
integer |
getSessionId()
Returns the SessionId for the session. |
com.apama.session.SessionKey |
getSessionKey()
Returns a SessionKey object for this session. |
string |
getSessionName()
Returns the name of the session. |
context |
getSourceContext()
Returns the context that the datasource session is running in. NOTE: This is only required for datasource sessions that are internal to the correlator. |
string |
getTransportName()
Returns the Transport name for the session. |
boolean |
isConnected()
Returns a boolean indicating whether the session is connected or in error. |
boolean |
isConnectivitySession()
Returns a boolean indicating whether the session is using an IAF transport or connectivity plugin transport |
boolean |
isInternal()
Returns a boolean indicating whether the session is internal or external to the correlator. |
boolean |
isStarted()
Returns a boolean indicating whether the session is started. |
Member detail |
---|
string channelName
com.apama.session.SessionConfigParams config
com.apama.session.SessionConfigSchema configSchema
boolean connected
boolean connectivitySession
string description
boolean internal
com.apama.session.SessionCapabilities sessionCapabilities
integer sessionId
string sessionName
context sourceCtx
boolean started
string transportName
Action detail |
---|
com.apama.session.SessionCapabilities getCapabilities()
string getChannelName()Returns the Channel name that the session will use to communicate to an external source by.
com.apama.session.SessionConfigParams getConfig()Returns the configuration that the session has been started with, or an empty object if the session has not been started.
com.apama.session.SessionConfigSchema getConfigSchema()Returns the configuration schema for this session.
string getDescription()Returns a short user-level description of the session.
integer getSessionId()Returns the SessionId for the session.
com.apama.session.SessionKey getSessionKey()Returns a SessionKey object for this session.
string getSessionName()Returns the name of the session.
context getSourceContext()Returns the context that the datasource session is running in. NOTE: This is only required for datasource sessions that are internal to the correlator.
string getTransportName()Returns the Transport name for the session.
boolean isConnected()Returns a boolean indicating whether the session is connected or in error.
boolean isConnectivitySession()Returns a boolean indicating whether the session is using an IAF transport or connectivity plugin transport
boolean isInternal()Returns a boolean indicating whether the session is internal or external to the correlator.
boolean isStarted()Returns a boolean indicating whether the session is started.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |