createServiceEventSession(String, SessionData) method

Factory method that creates a new ServiceEventSession object.

Syntax

public ServiceEventSession createServiceEventSession ( String serviceName , SessionData sessionData )

Parameters

Returns

A new ServiceEventSession object.

Usage

This method is called by the Agentry Server whenever a service event is to be processed. If the ServiceEventSession class is extended, then this method must be overridden to return the new subclass.