Session(String, Server, SessionData) constructor

Construct a new session, and save each of the arguments so that they can be retrieved later via the getName(), getServer(), and getSessionData() methods.

Syntax

protected Session ( String name , Server server , SessionData sessionData )

Parameters