|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.idml.ItdiBookMapper
public class ItdiBookMapper
This class is used for static sharing of IdML books.
Constructor Summary | |
---|---|
ItdiBookMapper()
|
Method Summary | |
---|---|
static ItdiBook |
freeBook(String bookName)
Removes a specified book from the static mapper and returns it to the caller. |
static ItdiBook |
getBook(String bookName)
Returns the ItdiBook object corresponding to the given book name. |
static ItdiBook |
getExclusiveBook(String bookName)
If the book with the specified name is free it is returned. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItdiBookMapper()
Method Detail |
---|
public static ItdiBook getBook(String bookName)
bookName
- the name of the needed book.
public static ItdiBook getExclusiveBook(String bookName) throws Exception
bookName
- the book name which we want exclusively.
Exception
- if a problem occurs.public static ItdiBook freeBook(String bookName)
bookName
- the name of the book to remove.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |