com.sun.j2ee.blueprints.smarticket.ejb.movieinfo
Interface MovieInfo

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface MovieInfo
extends javax.ejb.EJBObject

Enterprise bean for retrieving information about movies.


Method Summary
 java.util.List getLocations(java.lang.String zipCode, int movieID)
           
 java.util.List getMovies(java.lang.String zipCode)
           
 java.util.List getShowtimes(int movieID, int locationID)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getMovies

public java.util.List getMovies(java.lang.String zipCode)
                         throws java.rmi.RemoteException

getLocations

public java.util.List getLocations(java.lang.String zipCode,
                                   int movieID)
                            throws java.rmi.RemoteException

getShowtimes

public java.util.List getShowtimes(int movieID,
                                   int locationID)
                            throws java.rmi.RemoteException


Copyright © 2002 Sun Microsystems Inc. All rights reserved.