Package gofer :: Package rmi :: Module criteria :: Class Greater
[hide private]
[frames] | no frames]

Class Greater

source code

Criteria --+
           |
          Greater

Instance Methods [hide private]
bool
match(self, locator)
Match on the specified criteria.
source code

Inherited from Criteria: __init__

Method Details [hide private]

match(self, locator)

source code 

Match on the specified criteria.

Parameters:
  • locator - RMI request locator information.
Returns: bool
True on match.
Overrides: Criteria.match
(inherited documentation)