org.apache.openejb.test.servlet
Class AnnotatedServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.openejb.test.servlet.AnnotatedServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, JndiTestServlet

public class AnnotatedServlet
extends javax.servlet.http.HttpServlet
implements JndiTestServlet

See Also:
Serialized Form

Constructor Summary
AnnotatedServlet()
           
 
Method Summary
 void lookupBooleanEntry()
           
 void lookupByteEntry()
           
 void lookupCharacterEntry()
           
 void lookupDoubleEntry()
           
 void lookupEntityBean()
           
 void lookupFloatEntry()
           
 void lookupIntegerEntry()
           
 void lookupJMSConnectionFactory()
           
 void lookupLongEntry()
           
 void lookupPersistenceContext()
           
 void lookupPersistenceUnit()
           
 void lookupResource()
           
 void lookupShortEntry()
           
 void lookupStatefulBean()
           
 void lookupStatefulBusinessLocal()
           
 void lookupStatefulBusinessRemote()
           
 void lookupStatelessBean()
           
 void lookupStatelessBusinessLocal()
           
 void lookupStatelessBusinessRemote()
           
 void lookupStringEntry()
           
protected  void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void testAll(PrintStream printStream)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedServlet

public AnnotatedServlet()
Method Detail

service

protected void service(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws javax.servlet.ServletException,
                       IOException
Overrides:
service in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

testAll

public void testAll(PrintStream printStream)

lookupEntityBean

public void lookupEntityBean()
Specified by:
lookupEntityBean in interface JndiTestServlet

lookupStatefulBean

public void lookupStatefulBean()
Specified by:
lookupStatefulBean in interface JndiTestServlet

lookupStatelessBean

public void lookupStatelessBean()
Specified by:
lookupStatelessBean in interface JndiTestServlet

lookupStatelessBusinessLocal

public void lookupStatelessBusinessLocal()
Specified by:
lookupStatelessBusinessLocal in interface JndiTestServlet

lookupStatelessBusinessRemote

public void lookupStatelessBusinessRemote()
Specified by:
lookupStatelessBusinessRemote in interface JndiTestServlet

lookupStatefulBusinessLocal

public void lookupStatefulBusinessLocal()
Specified by:
lookupStatefulBusinessLocal in interface JndiTestServlet

lookupStatefulBusinessRemote

public void lookupStatefulBusinessRemote()
Specified by:
lookupStatefulBusinessRemote in interface JndiTestServlet

lookupStringEntry

public void lookupStringEntry()
Specified by:
lookupStringEntry in interface JndiTestServlet

lookupDoubleEntry

public void lookupDoubleEntry()
Specified by:
lookupDoubleEntry in interface JndiTestServlet

lookupLongEntry

public void lookupLongEntry()
Specified by:
lookupLongEntry in interface JndiTestServlet

lookupFloatEntry

public void lookupFloatEntry()
Specified by:
lookupFloatEntry in interface JndiTestServlet

lookupIntegerEntry

public void lookupIntegerEntry()
Specified by:
lookupIntegerEntry in interface JndiTestServlet

lookupShortEntry

public void lookupShortEntry()
Specified by:
lookupShortEntry in interface JndiTestServlet

lookupBooleanEntry

public void lookupBooleanEntry()
Specified by:
lookupBooleanEntry in interface JndiTestServlet

lookupByteEntry

public void lookupByteEntry()
Specified by:
lookupByteEntry in interface JndiTestServlet

lookupCharacterEntry

public void lookupCharacterEntry()
Specified by:
lookupCharacterEntry in interface JndiTestServlet

lookupResource

public void lookupResource()
Specified by:
lookupResource in interface JndiTestServlet

lookupJMSConnectionFactory

public void lookupJMSConnectionFactory()
Specified by:
lookupJMSConnectionFactory in interface JndiTestServlet

lookupPersistenceUnit

public void lookupPersistenceUnit()
Specified by:
lookupPersistenceUnit in interface JndiTestServlet

lookupPersistenceContext

public void lookupPersistenceContext()
Specified by:
lookupPersistenceContext in interface JndiTestServlet


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.