createFetchSession(String, SessionData, User) method
Factory method that creates a new FetchSession object.
Syntax
public
FetchSession
createFetchSession
(
String
fetchName
,
SessionData
sessionData
,
User
user
)
Parameters
-
fetchName –
The name of the fetch being processed, as configured by the designer in the Agentry Editor.
-
sessionData –
Provides access to current session data, such as Agentry Server Data Markup Language (SDML) values.
-
user –
Represents the client user that is performing the fetch.
Returns
A new FetchSession object.
Usage
It is called by the Agentry Server whenever a fetch is requested by the client application. If the FetchSession class is extended, then this method must be overridden to return the new subclass.