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
-
serviceName –
not used
-
server –
not used
-
sessionData –
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.