Packageorg.openzet.rpc.rpcClasses
Interfacepublic interface IRPCAMFCaller extends IRPCRemoteObject, IRPCCore
ImplementorsAMFCaller

Interface that defines methods for AMF



Public Properties
 PropertyDefined by
 InheritedshowBusyCursor : Boolean
Flag to specify whether to show busy icon.
IRPCCore
  URL : String
URL property to be used as a gateway for AMF.
IRPCAMFCaller
Public Methods
 MethodDefined by
 Inherited
call(classPath:String, param:Object = null):void
call method to be used when using remote objects.
IRPCRemoteObject
 Inherited
close():void
Close method
IRPCCore
Property detail
URLproperty
URL:String  [read-write]

URL property to be used as a gateway for AMF.

Implementation
    public function get URL():String
    public function set URL(value:String):void