Packagenet.guttershark.support.servicemanager.remoting
Classpublic final class RemotingCall
InheritanceRemotingCall Inheritance BaseCall

The RemotingCall class executes remoting calls.



Public Properties
 PropertyDefined by
 Inheritedid : String
The id of this call.
BaseCall
 Inheritedlimiter : Limiter
Limiter
BaseCall
Protected Properties
 PropertyDefined by
 Inheritedattempts : int
How many attempts to allows.
BaseCall
 InheritedcallTimer : Timer
The call timer.
BaseCall
 Inheritedcompleted : Boolean
Whether or not this call is complete.
BaseCall
 Inheritedprops : Object
Call properties for this call.
BaseCall
 Inheritedtries : int
How many tries have occured.
BaseCall
Public Methods
 MethodDefined by
  
RemotingCall(rs:RemotingService, callProps:Object)
Constructor for RemotingCall instances.
RemotingCall
  
dispose():void
Dispose of this RemotingCall.
RemotingCall
  
execute():void
Execute this call.
RemotingCall
Protected Methods
 MethodDefined by
 Inherited
callComplete():void
On service call complete.
BaseCall
 Inherited
Checks if an onFault functionw as defined in the callProps object.
BaseCall
 Inherited
Checks if an onResult function was defined in the callProps object.
BaseCall
 Inherited
onTick(e:TimerEvent):void
On timer tick.
BaseCall
Constructor detail
RemotingCall()constructor
public function RemotingCall(rs:RemotingService, callProps:Object)

Constructor for RemotingCall instances.

Parameters
rs:RemotingService — The RemotingService this call is going to.
 
callProps:Object — The callproperties to use for this call.
Method detail
dispose()method
public override function dispose():void

Dispose of this RemotingCall.

execute()method 
public override function execute():void

Execute this call.