ServiceEventSession(String, Server, SessionData) constructor
Construct a new session.
Syntax
public
ServiceEventSession
(
String
serviceEventName
,
Server
server
,
SessionData
sessionData
)
Parameters
-
serviceEventName –
The fetch 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.
Usage
This constructor is called by the Server.createServiceEventSession method. Subclasses should implement a constructor with the same signature.