createTransactionSession(String, SessionData, User) method
Factory method that creates a new TransactionSession object.
Syntax
public
TransactionSession
createTransactionSession
(
String
transactionName
,
SessionData
sessionData
,
User
user
)
Parameters
-
transactionName –
The name of the transaction being processed, as configured by the designer in the Agentry Editor.
-
sessionData –
Provides access to current session data, such as Agentry Server Data Markup Language (SDML) values.
-
user –
Represents the client user that is performing the transaction.
Returns
A new TransactionSession object.
Usage
This method is called by the Agentry Server whenever a transaction is to be processed. If the TransactionSession class is extended, then this method must be overridden to return the new subclass.