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
-
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.
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.