Packageorg.openzet.rpc
Classpublic class AMFCaller
InheritanceAMFCaller Inheritance flash.events.EventDispatcher
ImplementsIRPCAMFCaller

Controller class for openAmf, AMFPHP use.



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

Flag to specify whether to show busy cursor while loading data.

Implementation
    public function get showBusyCursor():Boolean
    public function set showBusyCursor(value:Boolean):void
URLproperty 
URL:String  [read-write]

GateWay url for AMF calling.

Implementation
    public function get URL():String
    public function set URL(value:String):void
Constructor detail
AMFCaller()constructor
public function AMFCaller()

Constructor

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

Performs an AMF call.

Parameters
classPath:String — packagepath.className.methodName
 
param:Object (default = null) — 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.