Packagecom.ericfeminella.net
Interfacepublic interface IFlexUISession
ImplementorsLocalPersistence

Defines the contract for managed persistence object instances which must persist session data



Public Methods
 MethodDefined by
  
Returns a Genuine Unique Identifier (GUID) for the current session object
IFlexUISession
  
Retrieves the current session timestamp
IFlexUISession
  
Returns a Genuine Unique Identifier (GUID) for a previous session object
IFlexUISession
  
Retrieves the previous session timestamp
IFlexUISession
  
getSessions():Array
Retrieves all session unique identifiers
IFlexUISession
  
Retrieves all session timestamps
IFlexUISession
Method detail
getCurrentSessionId()method
public function getCurrentSessionId():Number

Returns a Genuine Unique Identifier (GUID) for the current session object

Returns
Number — genuine unique identifier
getCurrentSessionTimestamp()method 
public function getCurrentSessionTimestamp():String

Retrieves the current session timestamp

Returns
String — the current session timestamp
getPreviousSessionId()method 
public function getPreviousSessionId():Number

Returns a Genuine Unique Identifier (GUID) for a previous session object

Returns
Number — genuine unique identifier
getPreviousSessionTimestamp()method 
public function getPreviousSessionTimestamp():String

Retrieves the previous session timestamp

Returns
String — the previous session timestamp
getSessions()method 
public function getSessions():Array

Retrieves all session unique identifiers

Returns
Array — an Array of all session identifiers
getSessionTimestamps()method 
public function getSessionTimestamps():Array

Retrieves all session timestamps

Returns
Array — an Array of all session identifiers