Module builtin :: Class Admin
[hide private]
[frames] | no frames]

Class Admin

source code

Instance Methods [hide private]
list @raise Exception, on (sn) not found.
cancel(self, sn=None, criteria=None)
Cancel by serial number or user defined property.
source code
 
hello(self) source code
 
help(self) source code
 
__actions(self) source code
 
__signature(self, n, fn) source code
Method Details [hide private]

cancel(self, sn=None, criteria=None)

source code 

Cancel by serial number or user defined property.

Parameters:
  • sn (str) - An RMI serial number.
  • criteria (str) - The criteria used to match the any property on an RMI request.
Returns: list @raise Exception, on (sn) not found.
The list of cancelled serial numbers.
Decorators:
  • @remote

See Also: gofer.rmi.criteria

hello(self)

source code 
Decorators:
  • @remote

help(self)

source code 
Decorators:
  • @remote