Session(String, Server, SessionData, User) constructor
   
   
   Construct a new session, and save each of the arguments so that they can be retrieved later via the getName(), getServer(), getSessionData(), and getUser() methods. 
      Syntax
         
         
            protected 
              
            Session
            (
            String 
            name
            , 
            Server 
            server
            , 
            SessionData 
            sessionData
            , 
            User 
            user
            )
         
      
      Parameters
         
         
            - 
               name – 
               The session 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 fetch.
            
 
            - 
               user – 
               The client user performing the fetch.