| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.fc.itregistry.ITRegistryBook
public class ITRegistryBook
This book is statically shared between the IT registry Components.
| Constructor Summary | |
|---|---|
| ITRegistryBook(String bookName)Constructor. | |
| Method Summary | |
|---|---|
|  void | close()Closes this IT registry book. | 
|  String | getBookName()Returns the IT registry book name. | 
|  Date | getDate()Returns the timestamp of the moment when the MSS associated with this book was registered. | 
|  boolean | isOpened()Checks if this book is already opened. | 
|  boolean | isRefresh()Whether this is a refresh book. | 
|  boolean | isRemovedStale()Check if one of the Components working with this book has already cleared the IT registry from older artifacts. | 
|  void | open(boolean refresh,
     Date inittime)Opens the IT registry book. | 
|  void | setRemovedStale(boolean removedStale)Sets whether one of the Components working with this book has already cleared the IT registry from older artifacts. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ITRegistryBook(String bookName)
mBookNam - name of the book.| Method Detail | 
|---|
public boolean isRefresh()
public String getBookName()
public Date getDate()
public boolean isOpened()
public void close()
           throws Exception
Exception - if a problem occurs.
public void open(boolean refresh,
                 Date inittime)
          throws Exception
refresh - whether to perform a refresh operation to the artifacts added.inittime - the time when MSS has successfully got registered.
Exception - if a problem occurs.public boolean isRemovedStale()
public void setRemovedStale(boolean removedStale)
removeStale - either true or false.| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||