createFetchSession(String, SessionData, User) method

Factory method that creates a new FetchSession object.

Syntax

public FetchSession createFetchSession ( String fetchName , SessionData sessionData , User user )

Parameters

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.