Trees | Indices | Help |
---|
|
object --+ | RMI
The RMI object performs the invocation.
|
|||
|
|||
|
|||
|
|||
Return |
|
||
|
|||
|
|||
Inherited from |
|
|||
(class|module) |
|
||
(method|function) |
|
||
function |
|
||
Options |
|
||
|
|
|||
dict |
catalog A dict of class mappings. |
||
Request |
request The request envelope. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature |
Get an instance of the class or module specified in the request using the catalog.
|
Get method of the class specified in the request. Ensures that remote invocation is permitted.
|
Return the method's function (if a method) or the method assuming it's a function.
|
Get the gofer metadata embedded in the function by the @remote decorator.
|
Get (optional) constructor arguments.
|
Validate the method is either marked as shared or that the request was received on the method's contributing plugin UUID. |
Check whether remote invocation of the specified method is permitted. Applies security model using Security. |
Invoke the method.
|
str(x)
|
repr(x)
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu May 2 09:10:28 2013 | http://epydoc.sourceforge.net |