electric.uddi.selectors
Class AssertionSelector

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

public class AssertionSelector
extends java.lang.Object
implements ISelector

AssertionSelector selects assertions that match the specified status, business keys, and keyed reference.

Author:
webMethods

Constructor Summary
AssertionSelector(java.lang.String status, java.lang.String[] businessKeys, Identifier keyedReference)
           
 
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

AssertionSelector

public AssertionSelector(java.lang.String status,
                         java.lang.String[] businessKeys,
                         Identifier keyedReference)
Parameters:
status -
businessKeys -
keyedReference -
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.