electric.uddi.selectors
Class NameSelector

java.lang.Object
  extended byelectric.uddi.selectors.NameSelector
All Implemented Interfaces:
ISelector

public class NameSelector
extends java.lang.Object
implements ISelector

todo: add full regular expression support, based on a 3rd party regex package


Constructor Summary
NameSelector(Name name, Qualifier qualifier)
          Constructs a selector with a name and associated qualifiers.
 
Method Summary
 boolean selects(IUDDIServer server, java.lang.Object object)
          Return true if the Object satifies the selection criteria.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameSelector

public NameSelector(Name name,
                    Qualifier qualifier)
Constructs a selector with a name and associated qualifiers.

Parameters:
name -
qualifier -
Method Detail

selects

public boolean selects(IUDDIServer server,
                       java.lang.Object object)
Return true if the Object satifies the selection criteria.

Specified by:
selects in interface ISelector
Parameters:
server - The UDDI server.
object - The object to test.


copyright© 2001-2004 by webMethods All Rights Reserved.