You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2004/07/02 14:54:59 UTC

cvs commit: ws-juddi/src/java/org/apache/juddi/datastore/jdbc FindServiceByTModelKeyQuery.java

sviens      2004/07/02 05:54:59

  Modified:    src/java/org/apache/juddi/datastore/jdbc
                        FindServiceByTModelKeyQuery.java
  Log:
  Added some JavaDoc
  
  Revision  Changes    Path
  1.5       +10 -0     ws-juddi/src/java/org/apache/juddi/datastore/jdbc/FindServiceByTModelKeyQuery.java
  
  Index: FindServiceByTModelKeyQuery.java
  ===================================================================
  RCS file: /home/cvs/ws-juddi/src/java/org/apache/juddi/datastore/jdbc/FindServiceByTModelKeyQuery.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FindServiceByTModelKeyQuery.java	1 May 2004 00:55:12 -0000	1.4
  +++ FindServiceByTModelKeyQuery.java	2 Jul 2004 12:54:59 -0000	1.5
  @@ -31,6 +31,16 @@
   import org.apache.juddi.util.jdbc.Transaction;
   
   /**
  + * tModelBag: This is a list of tModel uuid_key values that represent the 
  + * technical fingerprint of a bindingTemplate structure to find. All 
  + * bindingTemplate structures within any businessService associated with the 
  + * businessEntity specified by the businessKey argument will be searched. 
  + * 
  + * If more than one tModel key is specified in this structure, only 
  + * businessService structures that contain bindingTemplate structures with 
  + * fingerprint information that matches all of the tModel keys specified will 
  + * be returned (logical AND only).
  + * 
    * @author Steve Viens (sviens@apache.org)
    */
   class FindServiceByTModelKeyQuery