2.1.3.1 Methods for Core Protocol Interface IServer

Topic Version1Published10/31/2016
For StandardETP v1.1

Method

Description

Type

Parameter Summary

onReqestSession

Handles RequestSession events from a client.

event

(in) eventData: RequestSession

openSession

Opens a new ETP session with a client.

 

(in) eventData: OpenSession

closeSession

Sends CloseSession to a client.

 

(in) eventData: CloseSession

onCloseSession

Handles CloseSession events from a client. Note that IServer can both send and receive CloseSession.

event

(in) eventData: CloseSession

onRenewSecurityToken

Handles a renewed security token from the client.

event

(in) eventData: RenewSecurityToken