electric.uddi.selectors
Class BusinessKeySelector

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

public class BusinessKeySelector
extends java.lang.Object
implements ISelector

BusinessKeySelector.

Author:
webMethods

Constructor Summary
BusinessKeySelector(java.lang.String businessKey)
           
 
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

BusinessKeySelector

public BusinessKeySelector(java.lang.String businessKey)
Parameters:
businessKey -
Method Detail

selects

public boolean selects(IUDDIServer server,
                       java.lang.Object object)
                throws UDDIException
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.
Throws:
UDDIException


copyright© 2001-2004 by webMethods All Rights Reserved.