Uses of Class
com.ibm.di.fc.idml.ItdiBook
-
Packages that use ItdiBook Package Description com.ibm.di.fc.idml -
-
Uses of ItdiBook in com.ibm.di.fc.idml
Methods in com.ibm.di.fc.idml that return ItdiBook Modifier and Type Method Description static ItdiBook
ItdiBookMapper. freeBook(java.lang.String bookName)
Removes a specified book from the static mapper and returns it to the caller.static ItdiBook
ItdiBookMapper. getBook(java.lang.String bookName)
Returns the ItdiBook object corresponding to the given book name.static ItdiBook
ItdiBookMapper. getExclusiveBook(java.lang.String bookName)
If the book with the specified name is free it is returned.
-