createPushSession(String, Server, SessionData) method [deprecated]

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

Syntax

public final FetchSession createPushSession ( String name , Server server , SessionData data )

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.