B C D E F G I L M N P S T U

B

bIsClosed - Variable in class daoexamples.movie.MovieDAOImpl
 
bIsClosed - Variable in class daoexamples.movie.MovieDAOImplJTA
 
bIsClosed - Variable in class daoexamples.moviedemo.MessagePublisher
 
buildResponsePage(String) - Method in class daoexamples.moviedemo.DemoServlet
 

C

close() - Method in interface daoexamples.movie.MovieDAO
 
close() - Method in class daoexamples.movie.MovieDAOImpl
 
close() - Method in class daoexamples.movie.MovieDAOImplJTA
 
close() - Method in class daoexamples.moviedemo.MessagePublisher
 
closeJDBCConnection(Connection) - Static method in class daoexamples.movie.MovieUtil
 
closeResultSet(ResultSet) - Static method in class daoexamples.movie.MovieUtil
 
closeStatement(Statement) - Static method in class daoexamples.movie.MovieUtil
 
conn - Variable in class daoexamples.movie.MovieDAOImplJTA
 
createMovie(String, String, String) - Method in interface daoexamples.movie.MovieDAO
 
createMovie(String, String, String) - Method in class daoexamples.movie.MovieDAOImpl
 
createMovie(String, String, String) - Method in class daoexamples.movie.MovieDAOImplJTA
 

D

DAORuntimeException - exception daoexamples.exception.DAORuntimeException.
Because we want this class to be compatible with J2SE 1.3.x and IBM Websphere 5.x, we can't use the "chained exception" capabilities from J2SE 1.4 Due to this requirement, this class will extend NestableRuntimeException, provided by the Jakarta Commons Lang library.
DAORuntimeException(Throwable) - Constructor for class daoexamples.exception.DAORuntimeException
 
DAORuntimeException(String, Throwable) - Constructor for class daoexamples.exception.DAORuntimeException
 
DAORuntimeException(String) - Constructor for class daoexamples.exception.DAORuntimeException
 
DemoServlet - class daoexamples.moviedemo.DemoServlet.
 
DemoServlet() - Constructor for class daoexamples.moviedemo.DemoServlet
 
daoexamples.exception - package daoexamples.exception
 
daoexamples.movie - package daoexamples.movie
 
daoexamples.moviedemo - package daoexamples.moviedemo
 
deleteMovie(String) - Method in interface daoexamples.movie.MovieDAO
 
deleteMovie(String) - Method in class daoexamples.movie.MovieDAOImpl
 
deleteMovie(String) - Method in class daoexamples.movie.MovieDAOImplJTA
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class daoexamples.moviedemo.DemoServlet
 

E

executeMovieDAO() - Method in class daoexamples.moviedemo.DemoServlet
 
executeMovieDAO_JTA() - Method in class daoexamples.moviedemo.DemoServlet
 

F

findMovieById(String) - Method in interface daoexamples.movie.MovieDAO
 
findMovieById(String) - Method in class daoexamples.movie.MovieDAOImpl
 
findMovieById(String) - Method in class daoexamples.movie.MovieDAOImplJTA
 
findMoviesByYear(String) - Method in interface daoexamples.movie.MovieDAO
 
findMoviesByYear(String) - Method in class daoexamples.movie.MovieDAOImpl
 
findMoviesByYear(String) - Method in class daoexamples.movie.MovieDAOImplJTA
 

G

getId() - Method in interface daoexamples.movie.Movie
 
getId() - Method in class daoexamples.movie.MovieImpl
 
getInitialContext() - Static method in class daoexamples.movie.MovieUtil
 
getInitialContext() - Static method in class daoexamples.moviedemo.MessagePublisher
 
getMovieDAO() - Static method in class daoexamples.movie.MovieDAOFactory
 
getMovieDAO_JTA() - Static method in class daoexamples.movie.MovieDAOFactory
 
getNonXADBConnection() - Static method in class daoexamples.movie.MovieUtil
 
getRating() - Method in interface daoexamples.movie.Movie
 
getRating() - Method in class daoexamples.movie.MovieImpl
 
getReleaseYear() - Method in interface daoexamples.movie.Movie
 
getReleaseYear() - Method in class daoexamples.movie.MovieImpl
 
getTitle() - Method in interface daoexamples.movie.Movie
 
getTitle() - Method in class daoexamples.movie.MovieImpl
 
getTopic() - Static method in class daoexamples.moviedemo.MessagePublisher
 
getTopicConnection() - Static method in class daoexamples.moviedemo.MessagePublisher
 
getTopicConnectionFactory() - Static method in class daoexamples.moviedemo.MessagePublisher
 
getUniqueMovieId(Connection) - Static method in class daoexamples.movie.MovieUtil
 
getUserTransaction() - Static method in class daoexamples.movie.MovieUtil
 
getXADBConnection() - Static method in class daoexamples.movie.MovieUtil
 

I

isClosed() - Method in interface daoexamples.movie.MovieDAO
 
isClosed() - Method in class daoexamples.movie.MovieDAOImpl
 
isClosed() - Method in class daoexamples.movie.MovieDAOImplJTA
 
isClosed() - Method in class daoexamples.moviedemo.MessagePublisher
 

L

log - Static variable in class daoexamples.movie.MovieDAOImpl
 
log - Static variable in class daoexamples.movie.MovieDAOImplJTA
 
log - Static variable in class daoexamples.movie.MovieUtil
 
log - Static variable in class daoexamples.moviedemo.DemoServlet
 
log - Static variable in class daoexamples.moviedemo.MessagePublisher
 
lookup(String) - Static method in class daoexamples.movie.MovieUtil
 

M

MOVIE_ID_SEQUENCE_NAME - Static variable in class daoexamples.movie.MovieConstants
 
MOVIE_NONXA_DATASOURCE_NAME - Static variable in class daoexamples.movie.MovieConstants
 
MOVIE_TABLE_NAME - Static variable in class daoexamples.movie.MovieConstants
 
MOVIE_XA_DATASOURCE_NAME - Static variable in class daoexamples.movie.MovieConstants
 
MessagePublisher - class daoexamples.moviedemo.MessagePublisher.
publishes messages to a JMS Topic You can learn more about the Java Message Service at http://java.sun.com/products/jms/ This class assumes that transactions are externally demaracated using JTA Instances of this class are not thread-safe.
MessagePublisher() - Constructor for class daoexamples.moviedemo.MessagePublisher
Before calling this constructor, you must have a JTA UserTransaction
Movie - interface daoexamples.movie.Movie.
 
MovieConstants - class daoexamples.movie.MovieConstants.
 
MovieConstants() - Constructor for class daoexamples.movie.MovieConstants
 
MovieDAO - interface daoexamples.movie.MovieDAO.
Movie Data Access Object (DAO) DAO pattern
MovieDAOFactory - class daoexamples.movie.MovieDAOFactory.
Normally, a DAO factory class contains only one public "getFooDAO" method.
MovieDAOFactory() - Constructor for class daoexamples.movie.MovieDAOFactory
 
MovieDAOImpl - class daoexamples.movie.MovieDAOImpl.
This Data Access Object demarcates transactions internally.
MovieDAOImpl() - Constructor for class daoexamples.movie.MovieDAOImpl
 
MovieDAOImplJTA - class daoexamples.movie.MovieDAOImplJTA.
This class is a Data Access Object.
MovieDAOImplJTA() - Constructor for class daoexamples.movie.MovieDAOImplJTA
 
MovieImpl - class daoexamples.movie.MovieImpl.
 
MovieImpl(String, String, String, String) - Constructor for class daoexamples.movie.MovieImpl
 
MovieNotFoundException - exception daoexamples.movie.MovieNotFoundException.
 
MovieNotFoundException(String) - Constructor for class daoexamples.movie.MovieNotFoundException
 
MovieNotFoundException(Throwable) - Constructor for class daoexamples.movie.MovieNotFoundException
 
MovieNotFoundException(String, Throwable) - Constructor for class daoexamples.movie.MovieNotFoundException
 
MovieUtil - class daoexamples.movie.MovieUtil.
utilities for the Movie DAO package
MovieUtil() - Constructor for class daoexamples.movie.MovieUtil
 
m_id - Variable in class daoexamples.movie.MovieImpl
 
m_rating - Variable in class daoexamples.movie.MovieImpl
 
m_title - Variable in class daoexamples.movie.MovieImpl
 
m_year - Variable in class daoexamples.movie.MovieImpl
 
makeMovieObjectsFromResultSet(ResultSet) - Static method in class daoexamples.movie.MovieUtil
 

N

narrow(Object, Class) - Static method in class daoexamples.movie.MovieUtil
 

P

publishTextMessage(String) - Method in class daoexamples.moviedemo.MessagePublisher
 
publisher - Variable in class daoexamples.moviedemo.MessagePublisher
 

S

setupDemo() - Method in class daoexamples.moviedemo.DemoServlet
 
setupMovieTable() - Static method in class daoexamples.movie.MovieUtil
 

T

TOPIC_CF_JNDI_NAME - Static variable in class daoexamples.moviedemo.MessagePublisher
 
TOPIC_JNDI_NAME - Static variable in class daoexamples.moviedemo.MessagePublisher
 
tconn - Variable in class daoexamples.moviedemo.MessagePublisher
 
toString() - Method in class daoexamples.movie.MovieImpl
 
top - Variable in class daoexamples.moviedemo.MessagePublisher
 
tsess - Variable in class daoexamples.moviedemo.MessagePublisher
 

U

updateMovie(String, String, String, String) - Method in interface daoexamples.movie.MovieDAO
 
updateMovie(String, String, String, String) - Method in class daoexamples.movie.MovieDAOImpl
 
updateMovie(String, String, String, String) - Method in class daoexamples.movie.MovieDAOImplJTA
 

B C D E F G I L M N P S T U

Copyright © 2003-2004 daoexamples.sourceforge.net. All Rights Reserved.