electric.uddi.selectors
Class IdentifierSelector

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

public class IdentifierSelector
extends java.lang.Object
implements ISelector

IdentifierSelector selects IIdentified objects that has a particular identifier.

Author:
webMethods

Constructor Summary
IdentifierSelector(Identifier identifier)
           
 
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

IdentifierSelector

public IdentifierSelector(Identifier identifier)
Parameters:
identifier -
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.