createTransactionSession(String, SessionData, User) method

Factory method that creates a new TransactionSession object.

Syntax

public TransactionSession createTransactionSession ( String transactionName , SessionData sessionData , User user )

Parameters

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.