Packageorg.ow2.kerneos.core.managers
Classpublic class KerneosLifeCycleManager
InheritanceKerneosLifeCycleManager Inheritance Object

Manages the application life cycle.



Public Properties
 PropertyDefined By
  amfChannelSet : ChannelSet = null
[static] AMF Channel set.
KerneosLifeCycleManager
  amfGravityChannelSet : ChannelSet = null
[static] AMF Gravity Channel set
KerneosLifeCycleManager
Public Methods
 MethodDefined By
  
canBeClosed():Boolean
[static] Return true if the application can be closed without prompting.
KerneosLifeCycleManager
  
init(desktop:DesktopView):void
[static]
KerneosLifeCycleManager
  
[static] Launch the command to load the application.
KerneosLifeCycleManager
  
logout(event:Event = null):void
[static] Logout from the application.
KerneosLifeCycleManager
  
reloadPage():void
[static] Reload the page.
KerneosLifeCycleManager
  
setApplication(application:ApplicationVO):void
[static] Set the application instance
KerneosLifeCycleManager
  
setupKerneosServices(e:Event = null):void
[static] Setup the AMF channel and Kerneos services.
KerneosLifeCycleManager
  
[static] New State handling
KerneosLifeCycleManager
Property Detail
amfChannelSetproperty
public static var amfChannelSet:ChannelSet = null

AMF Channel set.

amfGravityChannelSetproperty 
public static var amfGravityChannelSet:ChannelSet = null

AMF Gravity Channel set

Method Detail
canBeClosed()method
public static function canBeClosed():Boolean

Return true if the application can be closed without prompting.

Returns
Boolean
init()method 
public static function init(desktop:DesktopView):void

Parameters

desktop:DesktopView

loadApplication()method 
public static function loadApplication():void

Launch the command to load the application.

logout()method 
public static function logout(event:Event = null):void

Logout from the application.

Parameters

event:Event (default = null)

reloadPage()method 
public static function reloadPage():void

Reload the page.

setApplication()method 
public static function setApplication(application:ApplicationVO):void

Set the application instance

Parameters

application:ApplicationVO

setupKerneosServices()method 
public static function setupKerneosServices(e:Event = null):void

Setup the AMF channel and Kerneos services.

Parameters

e:Event (default = null)

stateChanged()method 
public static function stateChanged():void

New State handling