example.cmp.find
Class TeacherServlet

example.cmp.find.TeacherServlet

public class TeacherServlet


Field Summary
private  TeacherHome teacherHome
          Teacher home contains the cached lookup of the local home.
 
Constructor Summary
TeacherServlet()
           
 
Method Summary
 void doGet(example.cmp.find.HttpServletRequest request, example.cmp.find.HttpServletResponse response)
           
 void init()
          Cache the result of the JNDI lookup.
 

Field Detail

teacherHome

private TeacherHome teacherHome
Teacher home contains the cached lookup of the local home.
Constructor Detail

TeacherServlet

public TeacherServlet()
Method Detail

init

public void init()
          throws example.cmp.find.ServletException
Cache the result of the JNDI lookup.

doGet

public void doGet(example.cmp.find.HttpServletRequest request,
                  example.cmp.find.HttpServletResponse response)
           throws java.io.IOException,
                  example.cmp.find.ServletException