org.apache.openejb.test.mdb
Class AnnotatedFieldInjectionMdbBean

java.lang.Object
  extended by org.apache.openejb.test.mdb.AnnotatedFieldInjectionMdbBean
All Implemented Interfaces:
javax.jms.MessageListener

public class AnnotatedFieldInjectionMdbBean
extends Object
implements javax.jms.MessageListener


Constructor Summary
AnnotatedFieldInjectionMdbBean()
           
 
Method Summary
 void lookupBooleanEntry()
           
 void lookupByteEntry()
           
 void lookupCharacterEntry()
           
 void lookupDoubleEntry()
           
 void lookupEntityBean()
           
 void lookupFloatEntry()
           
 void lookupIntegerEntry()
           
 void lookupJMSConnectionFactory()
           
 void lookupLongEntry()
           
 void lookupMessageDrivenContext()
           
 void lookupPersistenceContext()
           
 void lookupPersistenceUnit()
           
 void lookupResource()
           
 void lookupShortEntry()
           
 void lookupStatefulBean()
           
 void lookupStatefulBusinessLocal()
           
 void lookupStatefulBusinessRemote()
           
 void lookupStatelessBean()
           
 void lookupStatelessBusinessLocal()
           
 void lookupStatelessBusinessRemote()
           
 void lookupStringEntry()
           
 void onMessage(javax.jms.Message message)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedFieldInjectionMdbBean

public AnnotatedFieldInjectionMdbBean()
Method Detail

start

@PostConstruct
public void start()

onMessage

public void onMessage(javax.jms.Message message)
Specified by:
onMessage in interface javax.jms.MessageListener

lookupEntityBean

public void lookupEntityBean()
                      throws TestFailureException
Throws:
TestFailureException

lookupStatefulBean

public void lookupStatefulBean()
                        throws TestFailureException
Throws:
TestFailureException

lookupStatelessBean

public void lookupStatelessBean()
                         throws TestFailureException
Throws:
TestFailureException

lookupStatelessBusinessLocal

public void lookupStatelessBusinessLocal()
                                  throws TestFailureException
Throws:
TestFailureException

lookupStatelessBusinessRemote

public void lookupStatelessBusinessRemote()
                                   throws TestFailureException
Throws:
TestFailureException

lookupStatefulBusinessLocal

public void lookupStatefulBusinessLocal()
                                 throws TestFailureException
Throws:
TestFailureException

lookupStatefulBusinessRemote

public void lookupStatefulBusinessRemote()
                                  throws TestFailureException
Throws:
TestFailureException

lookupStringEntry

public void lookupStringEntry()
                       throws TestFailureException
Throws:
TestFailureException

lookupDoubleEntry

public void lookupDoubleEntry()
                       throws TestFailureException
Throws:
TestFailureException

lookupLongEntry

public void lookupLongEntry()
                     throws TestFailureException
Throws:
TestFailureException

lookupFloatEntry

public void lookupFloatEntry()
                      throws TestFailureException
Throws:
TestFailureException

lookupIntegerEntry

public void lookupIntegerEntry()
                        throws TestFailureException
Throws:
TestFailureException

lookupShortEntry

public void lookupShortEntry()
                      throws TestFailureException
Throws:
TestFailureException

lookupBooleanEntry

public void lookupBooleanEntry()
                        throws TestFailureException
Throws:
TestFailureException

lookupByteEntry

public void lookupByteEntry()
                     throws TestFailureException
Throws:
TestFailureException

lookupCharacterEntry

public void lookupCharacterEntry()
                          throws TestFailureException
Throws:
TestFailureException

lookupResource

public void lookupResource()
                    throws TestFailureException
Throws:
TestFailureException

lookupJMSConnectionFactory

public void lookupJMSConnectionFactory()
                                throws TestFailureException
Throws:
TestFailureException

lookupPersistenceUnit

public void lookupPersistenceUnit()
                           throws TestFailureException
Throws:
TestFailureException

lookupPersistenceContext

public void lookupPersistenceContext()
                              throws TestFailureException
Throws:
TestFailureException

lookupMessageDrivenContext

public void lookupMessageDrivenContext()
                                throws TestFailureException
Throws:
TestFailureException


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