|
|||||||||||
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(java.lang.String bookName)
Constructor. |
Method Summary | |
---|---|
void |
close()
Closes this IT registry book. |
java.lang.String |
getBookName()
Returns the IT registry book name. |
long |
getInitTime()
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,
long 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(java.lang.String bookName)
bookName
- name of the book.Method Detail |
---|
public boolean isRefresh()
public java.lang.String getBookName()
public long getInitTime()
public boolean isOpened()
public void close() throws java.lang.Exception
java.lang.Exception
- if a problem occurs.public void open(boolean refresh, long inittime) throws java.lang.Exception
refresh
- whether to perform a refresh operation to the artifacts added.inittime
- the time when MSS has successfully got registered (in
milliseconds).
java.lang.Exception
- if a problem occurs.public boolean isRemovedStale()
public void setRemovedStale(boolean removedStale)
removedStale
- either true or false.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |