| Package | org.springextensions.actionscript.mvcs.service.support |
| Class | public class AbstractRemoteObjectService |
| Inheritance | AbstractRemoteObjectService AbstractService flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
| remoteObject : RemoteObject | AbstractRemoteObjectService | ||
| Method | Defined by | ||
|---|---|---|---|
|
AbstractRemoteObjectService(remoteObject:RemoteObject = null)
Creates a new AbstractRemoteObjectService.
| AbstractRemoteObjectService | ||
| Method | Defined by | ||
|---|---|---|---|
![]() |
getOperation(methodName:String):IAsyncOperation
Returns the operation associated with the given method name.
| AbstractService | |
|
handleRemoteObjectCall(methodName:String, ... parameters):IAsyncOperation
| AbstractRemoteObjectService | ||
| remoteObject | property |
remoteObject:RemoteObject [read-write]Implementation
public function get remoteObject():RemoteObject
public function set remoteObject(value:RemoteObject):void
| AbstractRemoteObjectService | () | constructor |
public function AbstractRemoteObjectService(remoteObject:RemoteObject = null)Creates a new AbstractRemoteObjectService.
ParametersremoteObject:RemoteObject (default = null) — the remote object
|
| handleRemoteObjectCall | () | method |
protected function handleRemoteObjectCall(methodName:String, ... parameters):IAsyncOperationParameters
methodName:String |
|
... parameters |
IAsyncOperation |