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

Class Criteria

source code

Known Subclasses:

The criteria used to match on an RMI locator.

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

__init__(self, criteria)
(Constructor)

source code 
Parameters:
  • criteria (object) - The data used for matching.

match(self, locator)

source code 

Match on the specified criteria.

Parameters:
  • locator (object) - RMI request locator information.
Returns: bool
True on match.