Uses of Class
com.ibm.di.fc.itregistry.ITRegistryBook

Packages that use ITRegistryBook
com.ibm.di.fc.itregistry   
 

Uses of ITRegistryBook in com.ibm.di.fc.itregistry
 

Methods in com.ibm.di.fc.itregistry that return ITRegistryBook
static ITRegistryBook ITRegistryBookMapper.freeBook(String bookName)
          Removes a specified book from the static mapper and returns it to the caller.
static ITRegistryBook ITRegistryBookMapper.getBook(String name)
          Returns an IT registry book from the mapper.
static ITRegistryBook ITRegistryBookMapper.getExclusiveBook(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
static void ITRegistryBookMapper.setBook(String name, ITRegistryBook book)
          Set an IT registry book in the mapper.