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

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

Syntax

public final ServiceEventSession createServiceEventSession ( String serviceName , Server server , SessionData sessionData )

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.