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



Public Methods
 MethodDefined By
  
execute(e:CairngormEvent):void
Send the event to the java side, using the business layer of the pattern
GetModulesCommand
  
fault(event:Object):void
Handle faults
GetModulesCommand
  
result(event:Object):void
Get the result of the java side.
GetModulesCommand
Events
 Event Summary Defined By
  Get the module listGetModulesCommand
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