Packageorg.openzet.rpc
Classpublic class RemoteObjectCaller
InheritanceRemoteObjectCaller Inheritance flash.events.EventDispatcher
ImplementsIRPCRemoteObject

Custom class to integrate with LCDS or BlazeDS's remote objects.



Public Properties
 PropertyDefined by
  showBusyCursor : Boolean
Flag to specify whether to show busy cursor.
RemoteObjectCaller
Public Methods
 MethodDefined by
  
Constructor.
RemoteObjectCaller
  
call(classPath:String, param:Object = null):void
Calls remote object's method.
RemoteObjectCaller
  
close():void
Closes connection.
RemoteObjectCaller
Events
 EventSummaryDefined by
   Dispatched when data loading is complete.RemoteObjectCaller
   Dispatched when an error ocurrs while loading data.RemoteObjectCaller
   Dispatched when an object is intialized and ready to be used.RemoteObjectCaller
Property detail
showBusyCursorproperty
showBusyCursor:Boolean  [read-write]

Flag to specify whether to show busy cursor.

Implementation
    public function get showBusyCursor():Boolean
    public function set showBusyCursor(value:Boolean):void
Constructor detail
RemoteObjectCaller()constructor
public function RemoteObjectCaller()

Constructor.

Method detail
call()method
public function call(classPath:String, param:Object = null):void

Calls remote object's method.

Parameters
classPath:String — Destination.MethodName format of string.
 
param:Object (default = null) — Object type of parameter to pass.
close()method 
public function close():void

Closes connection.

Event detail
completeevent 
Event object type: org.openzet.events.RPCEvent

Dispatched when data loading is complete.

errorevent  
Event object type: org.openzet.events.RPCEvent

Dispatched when an error ocurrs while loading data.

initalizeevent  
Event object type: org.openzet.events.RPCEvent

Dispatched when an object is intialized and ready to be used.