ComplexTableSession(String, Server, SessionData, User) constructor
   
   
   Construct a new session. 
      Syntax
         
         
            public 
              
            ComplexTableSession
            (
            String 
            tableName
            , 
            Server 
            server
            , 
            SessionData 
            sessionData
            , 
            User 
            user
            )
         
      
      Parameters
         
         
            - 
               tableName – 
               The complex table name, as configured in the Agentry application.
            
 
            - 
               server – 
               The Server object that the Java System connection was configured to use.
            
 
            - 
               sessionData – 
               Session data for this transmit.
            
 
            - 
               user – 
               The client user performing the transmit.
            
 
         
       
      Usage
         
         This constructor is called by the Server.createComplexTableSession method. Subclasses should implement a constructor with the same signature as this one.