createPushUserSession(String, SessionData, User) method
Factory method that creates a new PushUserSession object for a push session.
Syntax
public
PushUserSession
createPushUserSession
(
String
pushName
,
SessionData
sessionData
,
User
user
)
Parameters
-
pushName –
The name of the push being processed, as configured by the designer in the Agentry Editor.
-
sessionData –
Provides access to current session data, such as Agentry Server Data Markup Language (SDML) values.
-
user –
Represents the client user that is performing the push.
Returns
A new PushUserSession object.
Usage
It is called by the Agentry Server whenever the user-specific steps of a push are being processed by the server. If the PushUserSession class is extended, then this method must be overridden to return the new subclass.