Packageorg.ow2.kerneos.core.command
Classpublic class GetModuleFragmentsCommand
InheritanceGetModuleFragmentsCommand Inheritance Object
Implements com.adobe.cairngorm.commands.ICommand, mx.rpc.IResponder



Public Methods
 MethodDefined By
  
GetModuleFragmentsCommand
  
execute(e:CairngormEvent):void
Send the event to the java side, using the business layer of the pattern
GetModuleFragmentsCommand
  
fault(event:Object):void
Handle faults
GetModuleFragmentsCommand
  
result(event:Object):void
Get the result of the java side.
GetModuleFragmentsCommand
Events
 Event Summary Defined By
  Get the module listGetModuleFragmentsCommand
Constructor Detail
GetModuleFragmentsCommand()Constructor
public function GetModuleFragmentsCommand()



Method Detail
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

Event Detail
serverSideException Event
Event Object Type: org.ow2.kerneos.common.event.ServerSideExceptionEvent

Get the module list