A B C D E F G H I K L M N O P R S T U V Y Z

A

AccountForm - class st.AccountForm.
Form used to enter customer account information and user preferences.
AccountForm() - Constructor for class st.AccountForm
 
addLocale(int, String) - Method in class st.LocaleList
Add a locale to this list, and map it to the given ID.
addLocation(int, String) - Method in class st.LocationList
Add a location to this list, and map it to the given ID.
addMovie(int, String, String, String) - Method in class st.MovieList
Add the movie to this list.
addShowtime(int, String) - Method in class st.ShowtimeList
Add the given showtime to the list, corresponding to the given ID.
AISLE - Static variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
APP_ERROR - Static variable in interface shared.MessageConstants
 
ApplicationException - exception st.ApplicationException.
Exception class that maps codes to messages.
ApplicationException() - Constructor for class st.ApplicationException
 
ApplicationException(int) - Constructor for class st.ApplicationException
The constructor method for the exception given an error code.
AVAILABLE - Static variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 

B

BACK - Static variable in interface shared.MessageConstants
 
BOOKED - Static variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 

C

CANCEL - Static variable in interface shared.MessageConstants
 
CANCEL_SEATS - Static variable in interface shared.MessageConstants
 
CANCELLING_PURCHASE - Static variable in interface shared.MessageConstants
 
cancelSeats() - Method in class st.Session
Cancel the purchase.
cancelSeats() - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSales
 
cancelSeats() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
CANNOT_CONNECT - Static variable in interface shared.MessageConstants
 
close() - Method in class st.Session
Close the session.
com.sun.j2ee.blueprints.smarticket.ejb.customer - package com.sun.j2ee.blueprints.smarticket.ejb.customer
 
com.sun.j2ee.blueprints.smarticket.ejb.localeinfo - package com.sun.j2ee.blueprints.smarticket.ejb.localeinfo
 
com.sun.j2ee.blueprints.smarticket.ejb.movieinfo - package com.sun.j2ee.blueprints.smarticket.ejb.movieinfo
 
com.sun.j2ee.blueprints.smarticket.ejb.ticketsales - package com.sun.j2ee.blueprints.smarticket.ejb.ticketsales
 
com.sun.j2ee.blueprints.smarticket.web - package com.sun.j2ee.blueprints.smarticket.web
 
commandAction(Command, Displayable) - Method in class st.SmartTicket
 
commandAction(Command, Displayable) - Method in class st.GaugeForm
 
CONFIRM - Static variable in interface shared.MessageConstants
 
CONFIRM_SEATS - Static variable in interface shared.MessageConstants
 
ConfirmForm - class st.ConfirmForm.
Form displayed to users when they need to confirm their purchase.
ConfirmForm() - Constructor for class st.ConfirmForm
 
CONFIRMING_PURCHASE - Static variable in interface shared.MessageConstants
 
confirmSeats() - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSales
 
confirmSeats() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
confirmSeats(String) - Method in class st.Session
Confirm the purchase.
CREATE_USER - Static variable in interface shared.MessageConstants
 
create() - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoHome
 
create() - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoHome
 
create(String, int) - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesHome
 
create(String, String, String, String) - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerHome
Creates a new customer with the given username, password, zip code, and credit card number.
createUser(String, String, int, String, byte) - Method in class st.Session
Create a new user account.
CREATING_USER - Static variable in interface shared.MessageConstants
 
CREDIT_CARD - Static variable in interface shared.MessageConstants
 
creditCard - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 
CURRENCY_SYMBOL - Static variable in interface shared.MessageConstants
 
Customer - interface com.sun.j2ee.blueprints.smarticket.ejb.customer.Customer.
Represents a customer in our application.
CUSTOMER_DB - Static variable in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
CustomerEJB - class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB.
Implements the Customer EJB component.
CustomerEJB() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
CustomerHome - interface com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerHome.
Home interface for the Customer bean.
customerID - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
CustomerInformation - class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation.
Represents a customer's account information.
CustomerInformation() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 
CustomerInformation(String, String, String, String) - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 

D

dataSource - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
dataSource - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoEJB
 
dataSource - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoEJB
 
dataSource - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
destroyApp(boolean) - Method in class st.SmartTicket
 
DISPLAY_LOCALES - Static variable in interface shared.MessageConstants
 
DISPLAY_LOCATIONS - Static variable in interface shared.MessageConstants
 
DISPLAY_MOVIES - Static variable in interface shared.MessageConstants
 
DISPLAY_POSTER - Static variable in interface shared.MessageConstants
 
DISPLAY_SEATINGPLAN - Static variable in interface shared.MessageConstants
 
DISPLAY_SHOWTIMES - Static variable in interface shared.MessageConstants
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sun.j2ee.blueprints.smarticket.web.MIDPController
 

E

ejbActivate() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
ejbActivate() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoEJB
 
ejbActivate() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoEJB
 
ejbActivate() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
ejbCreate() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoEJB
 
ejbCreate() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoEJB
 
ejbCreate(String, int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
ejbCreate(String, String, String, String) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
ejbFindByPrimaryKey(String) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
ejbLoad() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
ejbPassivate() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
ejbPassivate() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoEJB
 
ejbPassivate() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoEJB
 
ejbPassivate() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
ejbPostCreate(String, String, String, String) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
ejbRemove() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
ejbRemove() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoEJB
 
ejbRemove() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoEJB
 
ejbRemove() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
ejbStore() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
entityContext - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
equals(Object) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat
 
equals(Seat) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat
 
ERROR - Static variable in interface shared.MessageConstants
 

F

findByPrimaryKey(String) - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerHome
Finds the customer with the given username.

G

GAUGE_MAX - Static variable in class st.GaugeForm
Maximum value of this gauge.
GaugeForm - class st.GaugeForm.
A form with a gauge to show progress.
GaugeForm(String, boolean) - Constructor for class st.GaugeForm
Constructs a new gauge.
getCode() - Method in class st.ApplicationException
Get the error code.
getCreditCard() - Method in class st.AccountForm
 
getCreditCard() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 
getCreditCardCheck() - Method in class st.ConfirmForm
 
getErrorCode() - Method in class com.sun.j2ee.blueprints.smarticket.web.MIDPException
 
getID() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.Message
 
getID() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.MessageLocale
 
getID() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Location
 
getID() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Showtime
 
getID() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie
 
getInformation() - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.customer.Customer
 
getInformation() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
getLocale() - Method in class st.LocaleList
 
getLocale() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.MessageLocale
 
getLocaleID() - Method in class st.LocaleList
 
getLocales() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoEJB
Get a list of the available locales for this application.
getLocales() - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfo
 
getLocation() - Method in class st.LocationList
 
getLocation() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Location
 
getLocationID() - Method in class st.LocationList
 
getLocations(String, int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoEJB
 
getLocations(String, int) - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfo
 
getMessage() - Method in class st.ApplicationException
Get the error message.
getMessage() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.Message
 
getMessages(int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoEJB
Return a list of localized messages for the given locale.
getMessages(int) - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfo
 
getMovieID() - Method in class st.MovieList
Get the ID of the selected movie.
getMovies(String) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoEJB
 
getMovies(String) - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfo
 
getMovieTitle() - Method in class st.MovieList
Get the title of the selected movie.
getMsg(int) - Static method in class st.SmartTicket
Return the localized message for the given key.
getPassword() - Method in class st.AccountForm
 
getPassword() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 
getPosterUrl() - Method in class st.MovieList
Get the URL of the poster for the selected movie.
getPosterURL() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie
 
getPreviewMode() - Method in class st.AccountForm
 
getRating() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie
 
getRow() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat
 
getRow(int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
getRowCount() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
getRowLength() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
getSeat() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat
 
getSeatData() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
getSeatingPlan() - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSales
 
getSeatingPlan() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
getSelectedSeats() - Method in class st.SeatingCanvas
 
getShowID() - Method in class st.ShowtimeList
Return the ID of the selected show.
getShowtime() - Method in class st.ShowtimeList
Return the time of the selected show.
getShowtime() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Showtime
 
getShowtimes(int, int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoEJB
 
getShowtimes(int, int) - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfo
 
getStatusOf(int, int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
getTitle() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie
 
getUsername() - Method in class st.AccountForm
 
getUsername() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 
getZipCode() - Method in class st.AccountForm
 
getZipCode() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 

H

hasBooking(int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
hashCode() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat
 
HAVE_ACCOUNT - Static variable in interface shared.MessageConstants
 
hideNotify() - Method in class st.SeatingCanvas
 

I

id - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.Message
 
id - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.MessageLocale
 
id - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Location
 
id - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Showtime
 
id - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie
 
ImageCanvas - class st.ImageCanvas.
Displays an image.
ImageCanvas() - Constructor for class st.ImageCanvas
 
ImageCanvas(Image) - Constructor for class st.ImageCanvas
 
information - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
init(byte[], int, String, String) - Method in class st.SeatingCanvas
Initialize the seating canvas variables.
init(CustomerInformation) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 
init(int) - Method in class st.LocationList
Initialize this list to contain the given number of items.
init(int) - Method in class st.LocaleList
Initialize this list to contain the given number of locales, on top of the default locale.
init(int) - Method in class st.MovieList
Initialize this list to contain the given number of items.
init(int) - Method in class st.ShowtimeList
Initialize this list to contain the given number of items.
init(int, int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat
 
init(int, String) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.Message
 
init(int, String) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.MessageLocale
 
init(int, String) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Location
 
init(int, String) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Showtime
 
init(int, String, String, String) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie
 
init(Location) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Location
 
init(Message) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.Message
 
init(MessageLocale) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.MessageLocale
 
init(Movie) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie
 
init(Seat) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat
 
init(Showtime) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Showtime
 
init(String, boolean) - Method in class st.GaugeForm
Initializes this gauge.
init(String, String, int) - Method in class st.ConfirmForm
 
init(String, String, String, String) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 
initDataSources() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
INVALID_CC - Static variable in interface shared.MessageConstants
 
INVALID_DATE - Static variable in interface shared.MessageConstants
 
INVALID_ID - Static variable in interface shared.MessageConstants
 
INVALID_PASSWD - Static variable in interface shared.MessageConstants
 
INVALID_ZIP - Static variable in interface shared.MessageConstants
 
isAisle(int, int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
isAvailable(int, int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
isBooked(int, int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
isNewUser() - Method in class st.Session
Indicate whether the session is for a new user (one who doesn't have an account).
isUnavailable(int, int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 

K

keyPressed(int) - Method in class st.SeatingCanvas
 

L

LAST_4_DIGITS - Static variable in interface shared.MessageConstants
 
LOAD_MESSAGES - Static variable in interface shared.MessageConstants
 
LOADING_LOCALES - Static variable in interface shared.MessageConstants
 
LOADING_LOCS - Static variable in interface shared.MessageConstants
 
LOADING_MOVIES - Static variable in interface shared.MessageConstants
 
LOADING_PLAN - Static variable in interface shared.MessageConstants
 
LOADING_POSTER - Static variable in interface shared.MessageConstants
 
LOADING_SHOWTIMES - Static variable in interface shared.MessageConstants
 
loadLocales(LocaleList) - Method in class st.Session
Load the list of locales available for this application.
loadLocations(LocationList, int) - Method in class st.Session
Load the locations for the given movie.
loadMessages(int) - Method in class st.Session
Load into the record store the localized messages for the locale with the given ID.
loadMovies(MovieList) - Method in class st.Session
Load movie data.
loadPoster(ImageCanvas, String) - Method in class st.Session
Load a poster.
loadSeatingPlan(SeatingCanvas, int, String, String) - Method in class st.Session
Load the given seating canvas with the data of the seating plan for the given show.
loadShowtimes(ShowtimeList, int, int) - Method in class st.Session
Load showtimes for the given movie at the given location.
locale - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.MessageLocale
 
LOCALE - Static variable in interface shared.MessageConstants
 
LOCALE_CHANGED - Static variable in interface shared.MessageConstants
 
LocaleInfo - interface com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfo.
Enterprise bean for retrieving information about locales.
LOCALEINFO_DB - Static variable in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoEJB
 
LocaleInfoEJB - class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoEJB.
Implements the LocaleInfo EJB component.
LocaleInfoEJB() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoEJB
 
LocaleInfoHome - interface com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoHome.
Home interface for LocaleInfo enterprise bean.
LocaleList - class st.LocaleList.
A list of locales for which localized messages are available.
LocaleList(String) - Constructor for class st.LocaleList
 
location - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Location
 
Location - class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Location.
Represents a theater's location.
Location() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Location
 
Location(int, String) - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Location
 
LocationList - class st.LocationList.
A list of locations where a movie can be seen.
LocationList() - Constructor for class st.LocationList
 
LOCATIONS - Static variable in interface shared.MessageConstants
 
LOGIN_USER - Static variable in interface shared.MessageConstants
 
login() - Method in class st.Session
Login to server.

M

message - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.Message
 
Message - class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.Message.
Represents a localized message.
MESSAGE_ERROR - Static variable in interface shared.MessageConstants
 
Message() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.Message
 
Message(int, String) - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.Message
 
MessageConstants - interface shared.MessageConstants.
Defines the constants used by messages sent from the MIDP client.
MessageLocale - class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.MessageLocale.
Represents a locale for a set of messages.
MessageLocale() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.MessageLocale
 
MessageLocale(int, String) - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.MessageLocale
 
MESSAGES - Static variable in interface shared.MessageConstants
 
MIDPController - class com.sun.j2ee.blueprints.smarticket.web.MIDPController.
This front controller handles MIDP client requests.
MIDPController() - Constructor for class com.sun.j2ee.blueprints.smarticket.web.MIDPController
 
MIDPException - exception com.sun.j2ee.blueprints.smarticket.web.MIDPException.
 
MIDPException(int) - Constructor for class com.sun.j2ee.blueprints.smarticket.web.MIDPException
 
MIDPService - class com.sun.j2ee.blueprints.smarticket.web.MIDPService.
A service that handles MIDP client requests for this application.
MIDPService() - Constructor for class com.sun.j2ee.blueprints.smarticket.web.MIDPService
 
MIDPSessionListener - class com.sun.j2ee.blueprints.smarticket.web.MIDPSessionListener.
Listens for session timeouts and performs necessary cleanup.
MIDPSessionListener() - Constructor for class com.sun.j2ee.blueprints.smarticket.web.MIDPSessionListener
 
Movie - class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie.
Represents a movie.
MOVIE - Static variable in interface shared.MessageConstants
 
Movie() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie
 
Movie(int, String, String, String) - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie
 
MovieInfo - interface com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfo.
Enterprise bean for retrieving information about movies.
MOVIEINFO_DB - Static variable in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoEJB
 
MovieInfoEJB - class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoEJB.
Implements the MovieInfo EJB component.
MovieInfoEJB() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoEJB
 
MovieInfoHome - interface com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoHome.
Home interface for MovieInfo enterprise bean.
MovieList - class st.MovieList.
A list of movies.
MovieList() - Constructor for class st.MovieList
 
MOVIES - Static variable in interface shared.MessageConstants
 

N

NEXT - Static variable in interface shared.MessageConstants
 
NO_ACCOUNT - Static variable in interface shared.MessageConstants
 
NO_IMAGE - Static variable in interface shared.MessageConstants
 
NONE - Static variable in interface shared.MessageConstants
 
NUM_MSG - Static variable in interface shared.MessageConstants
 

O

open() - Method in class st.Session
Open the session.
openMessageStore(boolean) - Method in class st.Session
Open the record store for storing localized messages.

P

paint(Graphics) - Method in class st.ImageCanvas
 
paint(Graphics) - Method in class st.SeatingCanvas
 
password - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 
PASSWORD - Static variable in interface shared.MessageConstants
 
PASSWORD_INCORRECT_ERROR - Static variable in interface shared.MessageConstants
 
pauseApp() - Method in class st.SmartTicket
 
pointerPressed(int, int) - Method in class st.SeatingCanvas
 
POSTER - Static variable in interface shared.MessageConstants
 
posterURL - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie
 
PREVIEW_MODE - Static variable in interface shared.MessageConstants
 
PREVIEW_NONE - Static variable in class st.AccountForm
Preview mode to show nothing.
PREVIEW_POSTER - Static variable in class st.AccountForm
Preview mode to show a poster.
processRequest(DataOutputStream, String, String) - Method in class com.sun.j2ee.blueprints.smarticket.web.MIDPService
Processes the given request, which is passed as a string.
PURCHASE_CANCELLED - Static variable in interface shared.MessageConstants
 

R

rating - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie
 
removeMovieInfo() - Method in class com.sun.j2ee.blueprints.smarticket.web.MIDPService
 
RESERVE - Static variable in interface shared.MessageConstants
 
RESERVE_SEATS - Static variable in interface shared.MessageConstants
 
reserveSeats(ConfirmForm, int[], String, String) - Method in class st.Session
Reserve the selected seats.
reserveSeats(Set) - Method in interface com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSales
 
reserveSeats(Set) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
RESERVING_SEATS - Static variable in interface shared.MessageConstants
 
row - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat
 
rowLength - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
rows - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
run() - Method in class st.Session
run method for this session - from here we call the individual methods that service the requests

S

SAVE - Static variable in interface shared.MessageConstants
 
SCREEN - Static variable in interface shared.MessageConstants
 
seat - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat
 
Seat - class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat.
Represents a seat in a theater.
Seat() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat
 
Seat(int, int) - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat
 
SeatingCanvas - class st.SeatingCanvas.
Paints the seating plan for a particular movie theater.
SeatingCanvas(Display, Command) - Constructor for class st.SeatingCanvas
SeatingCanvas constructor.
SeatingPlan - class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan.
Represents a seating plan for a show.
SeatingPlan() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
SeatingPlan(byte[], int, int) - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
SeatingPlan(int, int) - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
SeatingPlan(SeatingPlan) - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
seats - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
seats - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
SEATS - Static variable in interface shared.MessageConstants
 
SERVER_ERROR - Static variable in interface shared.MessageConstants
 
Session - class st.Session.
Helper for managing the shopping session with the server.
Session(SmartTicket) - Constructor for class st.Session
 
sessionCreated(HttpSessionEvent) - Method in class com.sun.j2ee.blueprints.smarticket.web.MIDPSessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class com.sun.j2ee.blueprints.smarticket.web.MIDPSessionListener
 
setAvailable(int, int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
setBooked(int, int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
setEntityContext(EntityContext) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
setImage(Image) - Method in class st.ImageCanvas
 
setRow(int, String) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
setSessionContext(SessionContext) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.localeinfo.LocaleInfoEJB
 
setSessionContext(SessionContext) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.MovieInfoEJB
 
setSessionContext(SessionContext) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
setStatusOf(int, int, byte) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
setUnavailable(int, int) - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
shared - package shared
 
showID - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
showNotify() - Method in class st.ImageCanvas
 
showNotify() - Method in class st.SeatingCanvas
 
showtime - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Showtime
 
Showtime - class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Showtime.
Represents a time for a show.
Showtime() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Showtime
 
Showtime(int, String) - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Showtime
 
ShowtimeList - class st.ShowtimeList.
A list of showtimes.
ShowtimeList() - Constructor for class st.ShowtimeList
 
SHOWTIMES - Static variable in interface shared.MessageConstants
 
SIGN_IN - Static variable in interface shared.MessageConstants
 
SIGNED_IN - Static variable in interface shared.MessageConstants
 
SIGNING_IN - Static variable in interface shared.MessageConstants
 
SMART_TICKET - Static variable in interface shared.MessageConstants
 
SmartTicket - class st.SmartTicket.
Main application.
SmartTicket() - Constructor for class st.SmartTicket
 
st - package st
 
START - Static variable in interface shared.MessageConstants
 
startApp() - Method in class st.SmartTicket
 
STOP - Static variable in interface shared.MessageConstants
 
stopLoading() - Method in class st.SmartTicket
Finish the operation that required a separate thread.
stopLoading(Exception) - Method in class st.SmartTicket
Finish the operation that required a separate thread, but ended prematurely (either because it was stopped or encountered an exception.)

T

THANK_YOU - Static variable in interface shared.MessageConstants
 
TicketSales - interface com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSales.
Enterprise bean for dealing with movie ticket sales.
TICKETSALES_DB - Static variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
TicketSalesEJB - class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB.
Implements the TicketSales EJB component.
TicketSalesEJB() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesEJB
 
TicketSalesHome - interface com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.TicketSalesHome.
Home interface for TicketSales enterprise bean.
TIME - Static variable in interface shared.MessageConstants
 
title - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Movie
 
toString() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 
toString() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.Seat
 
TOTAL - Static variable in interface shared.MessageConstants
 

U

UNAVAILABLE - Static variable in class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.SeatingPlan
 
UNAVAILABLE_SEATS_ERROR - Static variable in interface shared.MessageConstants
 
UnavailableSeatsException - exception com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.UnavailableSeatsException.
 
UnavailableSeatsException() - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.UnavailableSeatsException
 
UnavailableSeatsException(String) - Constructor for class com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.UnavailableSeatsException
 
unsetEntityContext() - Method in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB
 
update(int) - Method in class st.GaugeForm
Update the gauge with the given value.
updateGauge(int) - Method in class st.SmartTicket
Update the progress gauge with the given value.
USER_ALREADY_EXISTS_ERROR - Static variable in interface shared.MessageConstants
 
USER_NAME - Static variable in interface shared.MessageConstants
 
USER_NOT_FOUND_ERROR - Static variable in interface shared.MessageConstants
 
username - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 

V

validateAll() - Method in class st.AccountForm
Validate all fields.
VERSION - Static variable in interface shared.MessageConstants
 

Y

YOUR_ACCOUNT - Static variable in interface shared.MessageConstants
 

Z

ZIP_CODE - Static variable in interface shared.MessageConstants
 
zipCode - Variable in class com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerInformation
 

A B C D E F G H I K L M N O P R S T U V Y Z

Copyright © 2002 Sun Microsystems Inc. All rights reserved.