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

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

Syntax

public final FetchSession createTransactionSession ( 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.