Uses of Class
com.ibm.di.fc.itregistry.ITRegistryBook
-
Packages that use ITRegistryBook Package Description com.ibm.di.fc.itregistry -
-
Uses of ITRegistryBook in com.ibm.di.fc.itregistry
Methods in com.ibm.di.fc.itregistry that return ITRegistryBook Modifier and Type Method Description static ITRegistryBook
ITRegistryBookMapper. freeBook(java.lang.String bookName)
Removes a specified book from the static mapper and returns it to the caller.static ITRegistryBook
ITRegistryBookMapper. getBook(java.lang.String name)
Returns an IT registry book from the mapper.static ITRegistryBook
ITRegistryBookMapper. getExclusiveBook(java.lang.String bookName)
If the book with the specified name is free it is returned.Methods in com.ibm.di.fc.itregistry with parameters of type ITRegistryBook Modifier and Type Method Description static void
ITRegistryBookMapper. setBook(java.lang.String name, ITRegistryBook book)
Set an IT registry book in the mapper.
-