Packageorg.pranaframework.cairngorm
Classpublic class AbstractRemoteObjectDelegate
ImplementsIResponderAware

AbstractRemoteObjectDelegate acts as a base class for business delegates that use a RemoteObject service.



Public Properties
 PropertyDefined by
  responder : IResponder
Returns the current reponder for this delegate.
AbstractRemoteObjectDelegate
Protected Properties
 PropertyDefined by
  service : RemoteObject
[read-only] Returns the current service for this delegate.
AbstractRemoteObjectDelegate
Public Methods
 MethodDefined by
  
AbstractRemoteObjectDelegate(serviceName:String, responder:IResponder = null)
Creates a new AbstractRemoteObjectDelegate object.
AbstractRemoteObjectDelegate
Property detail
responderproperty
responder:IResponder  [read-write]

Returns the current reponder for this delegate.

Implementation
    public function get responder():IResponder
    public function set responder(value:IResponder):void
serviceproperty 
service:RemoteObject  [read-only]

Returns the current service for this delegate.

Implementation
    protected function get service():RemoteObject
Constructor detail
AbstractRemoteObjectDelegate()constructor
public function AbstractRemoteObjectDelegate(serviceName:String, responder:IResponder = null)

Creates a new AbstractRemoteObjectDelegate object.

Parameters
serviceName:String — the name of the service as defined in the service locator
 
responder:IResponder (default = null) — the responder that will handle the remote call