createFetchSession(String, Server, SessionData, User) method [deprecated]

Deprecated. Use createFetchSession(String, SessionData, User) (i.e. remove the Server argument). This method is no longer supported; override createFetchSession(String, SessionData, User) instead.

Syntax

public final FetchSession createFetchSession ( String name , Server server , SessionData data , User user )

Parameters

Returns

nothing, throws UnsupportedOperationException.

Exceptions

Usage

This method is only here to cause compilation errors in legacy code, and may be removed in a future release.