| 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)
| AbstractRemoteObjectService | ||
| Method | Defined by | ||
|---|---|---|---|
![]() |
getOperation(methodName:String):IAsyncOperation
Returns the operation associated with the given method name.
| AbstractService | |
|
handleRemoteObjectCall(remoteObject:RemoteObject, 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)Parameters
remoteObject:RemoteObject (default = null) |
| handleRemoteObjectCall | () | method |
protected function handleRemoteObjectCall(remoteObject:RemoteObject, methodName:String, ... parameters):IAsyncOperationParameters
remoteObject:RemoteObject |
|
methodName:String |
|
... parameters |
IAsyncOperation |