createPushSession(String, SessionData) method

Factory method that creates a new PushSession object for a push session that is not tied to a specific user.

Syntax

public PushSession createPushSession ( String pushName , SessionData sessionData )

Parameters

Returns

A new PushSession object.

Usage

It is called by the Agentry Server whenever a push is being processed by the server. If the PushSession class is extended, then this method must be overridden to return the new subclass.