Package gofer :: Package rmi :: Module stub :: Class Method
[hide private]
[frames] | no frames]

Class Method

source code

A dynamic method object used to wrap the RMI call.

Instance Methods [hide private]
 
__init__(self, classname, name, stub) source code
 
__call__(self, *args, **kws)
Invoke the method .
source code
Instance Variables [hide private]
str classname
The target class name.
str name
The target method name.
Stub stub
The stub object used to send the AMQP message.
Method Details [hide private]

__init__(self, classname, name, stub)
(Constructor)

source code 
Parameters:
  • classname (str) - The target class name.
  • name (str) - The target method name.
  • stub (Stub) - The stub object used to send the AMQP message.

__call__(self, *args, **kws)
(Call operator)

source code 

Invoke the method .

Parameters:
  • args (list) - The args.
  • kws (dict) - The keyword arguments.