| Package | org.openzet.rpc |
| Class | public class AMFCaller |
| Inheritance | AMFCaller flash.events.EventDispatcher |
| Implements | IRPCAMFCaller |
| Property | Defined by | ||
|---|---|---|---|
| showBusyCursor : Boolean
Flag to specify whether to show busy cursor while loading data.
| AMFCaller | ||
| URL : String
GateWay url for AMF calling.
| AMFCaller | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| AMFCaller | ||
|
call(classPath:String, param:Object = null):void
Performs an AMF call.
| AMFCaller | ||
|
close():void
Closes connection.
| AMFCaller | ||
| Event | Summary | Defined 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 | |||
| showBusyCursor | property |
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
| URL | property |
URL:String [read-write]GateWay url for AMF calling.
Implementation public function get URL():String
public function set URL(value:String):void
| AMFCaller | () | constructor |
public function AMFCaller()Constructor
| call | () | method |
public function call(classPath:String, param:Object = null):voidPerforms an AMF call.
ParametersclassPath:String — packagepath.className.methodName
|
|
param:Object (default = null) — parameter to pass
|
| close | () | method |
public function close():voidCloses connection.
| complete | event |
| error | event |
| initalize | event |
org.openzet.events.RPCEvent
Dispatched when an object is intialized and ready to be used.