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
-
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.