createComplexTableSession(String, SessionData, User) method

Factory method that creates a new ComplexTableSession object.

Syntax

public ComplexTableSession createComplexTableSession ( String tableName , SessionData sessionData , User user )

Parameters

Returns

A new ComplexTableSession object.

Usage

This method is called by the Agentry Server whenever a complex table synchronization is to be processed. If the ComplexTableSession class is extended, then this method must be overridden to return the new subclass.