Gets the author for a books with a given titleparamtitle the titles of the bookparamauthor an output parameter that will be set to the author of the given bookthrowsSmallBookServiceException if the book title is unknown
Gets the number of books known to the servicereturnthe number of books known to the service.
Gets the title of a given book.paramindex the index of the book whose title is requiredreturnthe title of the given book, or null if the index is not valid.
null
Makes a log entry.paramvalue the value to be logged.