FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
integer | sessionId
|
string | channelName
|
boolean | internal
|
context | sourceCtx
|
string | transportName
|
Action summary | |
---|---|
string |
getChannelName()
Returns the Channel name that the session will use to communicate to an external source by. |
integer |
getSessionId()
Returns the SessionId for 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 |
isInternal()
Returns a boolean indicating whether the session is internal or external to the correlator. |
Member detail |
---|
string channelName
boolean internal
integer sessionId
context sourceCtx
string transportName
Action detail |
---|
string getChannelName()Returns the Channel name that the session will use to communicate to an external source by.
integer getSessionId()Returns the SessionId for 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 isInternal()Returns a boolean indicating whether the session is internal or external to the correlator.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |