Enterprise Information Portal APIs

com.ibm.gcs.db.component
Class DB2AnnotationsList

java.lang.Object
  |
  +--com.ibm.gcs.db.component.DB2AnnotationsList

public class DB2AnnotationsList
extends java.lang.Object

A DB2AnnotationsList represents a list of all DB2Annotations associated with a specified annotatee. Currently only supports 1 annotation per parent-child link.

The DB2AnnotationList only loads annotations from the database when necessary. It caches newly added annotations until these annotations are explicitly saved.

This class uses DB2AnnotationHelper to perform its database operations.


Field Summary
static boolean debug
           
 
Constructor Summary
DB2AnnotationsList(DB2URLContainer annotatee)
          Constructor.
 
Method Summary
 java.lang.String getURLString()
          Return the url string of this list's annotatee.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static boolean debug
Constructor Detail

DB2AnnotationsList

public DB2AnnotationsList(DB2URLContainer annotatee)
Constructor.
Parameters:
annotatee - The URLContainer being annotated.
Method Detail

getURLString

public java.lang.String getURLString()
Return the url string of this list's annotatee.
Returns:
urlString the child url string

main

public static void main(java.lang.String[] args)

EIP Web Crawler APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.