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
-
name –
not used
-
server –
not used
-
data –
not used
-
user –
not used
Returns
nothing, throws UnsupportedOperationException.
Exceptions
-
UnsupportedOperationException –
to indicate that it is no longer supported.
Usage
This method is only here to cause compilation errors in legacy code, and may be removed in a future release.