Package | org.ow2.kerneos.core.command |
Class | public class GetApplicationCommand |
Inheritance | GetApplicationCommand ![]() |
Implements | com.adobe.cairngorm.commands.ICommand, mx.rpc.IResponder |
Method | Defined By | ||
---|---|---|---|
execute(e:CairngormEvent):void
Send the event to the java side, using the business layer of the pattern
| GetApplicationCommand | ||
fault(event:Object):void
Handle faults
| GetApplicationCommand | ||
result(event:Object):void
Get the result of the java side. | GetApplicationCommand |
Event | Summary | Defined By | ||
---|---|---|---|---|
Load the Kerneos configuration | GetApplicationCommand |
execute | () | method |
public function execute(e:CairngormEvent):void
Send the event to the java side, using the business layer of the pattern
Parameters
e:CairngormEvent |
fault | () | method |
public function fault(event:Object):void
Handle faults
Parameters
event:Object |
result | () | method |
public function result(event:Object):void
Get the result of the java side. this method is called on each event from Java.
Parameters
event:Object |
serverSideException | Event |
org.ow2.kerneos.common.event.ServerSideExceptionEvent
Load the Kerneos configuration