Package | org.ow2.kerneos.core.managers |
Class | public class KerneosLifeCycleManager |
Inheritance | KerneosLifeCycleManager ![]() |
Property | Defined By | ||
---|---|---|---|
amfChannelSet : ChannelSet = null [static]
AMF Channel set. | KerneosLifeCycleManager | ||
amfGravityChannelSet : ChannelSet = null [static]
AMF Gravity Channel set
| KerneosLifeCycleManager |
Method | Defined By | ||
---|---|---|---|
canBeClosed():Boolean [static]
Return true if the application can be closed without prompting. | KerneosLifeCycleManager | ||
init(desktop:DesktopView):void [static] | KerneosLifeCycleManager | ||
loadApplication():void [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 | ||
stateChanged():void [static]
New State handling
| KerneosLifeCycleManager |
amfChannelSet | property |
public static var amfChannelSet:ChannelSet = null
AMF Channel set.
amfGravityChannelSet | property |
public static var amfGravityChannelSet:ChannelSet = null
AMF Gravity Channel set
canBeClosed | () | method |
public static function canBeClosed():Boolean
Return true if the application can be closed without prompting.
ReturnsBoolean |
init | () | method |
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