Home | Trees | Indices | Help |
|
---|
|
Serves as a service object proxy for RPC calls. Generates ServiceMethodProxy objects for method calls.
See Also: RequestWrapper for more info.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
_auto_execute If set to True , when a service method is called, the AMF
request is immediately sent to the remote gateway and a response is
returned.
|
|||
RemotingService |
_gw The parent gateway |
||
str
|
_name The name of the service |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Executed when a ServiceMethodProxy is called. Adds a request to the
underlying gateway. If |
Returns a string representation of the name of the service.
|
|
_auto_executeIf set toTrue , when a service method is called, the AMF
request is immediately sent to the remote gateway and a response is
returned. If set to False , a RequestWrapper is returned, waiting for the underlying
gateway to fire the execute method.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 19 14:56:41 2009 | http://epydoc.sourceforge.net |