ComplexTableSession(String, Server, SessionData, User) constructor

Construct a new session.

Syntax

public ComplexTableSession ( String tableName , Server server , SessionData sessionData , User user )

Parameters

Usage

This constructor is called by the Server.createComplexTableSession method. Subclasses should implement a constructor with the same signature as this one.