createDataTableSession(String, SessionData, User) method

Factory method that creates a new DataTableSession object.

Syntax

public DataTableSession createDataTableSession ( String tableName , SessionData sessionData , User user )

Parameters

Returns

A new DataTableSession object.

Usage

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