org.apache.openejb.test.mdb
Interface EncMdbObject

All Known Implementing Classes:
ContextLookupMdbBean, EncMdbBean, FieldInjectionMdbBean, SetterInjectionMdbBean

public interface EncMdbObject

Author:
David Blevins, Richard Monson-Haefel

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()
           
 

Method Detail

lookupEntityBean

void lookupEntityBean()
                      throws TestFailureException
Throws:
TestFailureException

lookupStatefulBean

void lookupStatefulBean()
                        throws TestFailureException
Throws:
TestFailureException

lookupStatelessBean

void lookupStatelessBean()
                         throws TestFailureException
Throws:
TestFailureException

lookupStatelessBusinessLocal

void lookupStatelessBusinessLocal()
                                  throws TestFailureException
Throws:
TestFailureException

lookupStatelessBusinessRemote

void lookupStatelessBusinessRemote()
                                   throws TestFailureException
Throws:
TestFailureException

lookupStatefulBusinessLocal

void lookupStatefulBusinessLocal()
                                 throws TestFailureException
Throws:
TestFailureException

lookupStatefulBusinessRemote

void lookupStatefulBusinessRemote()
                                  throws TestFailureException
Throws:
TestFailureException

lookupResource

void lookupResource()
                    throws TestFailureException
Throws:
TestFailureException

lookupJMSConnectionFactory

void lookupJMSConnectionFactory()
                                throws TestFailureException
Throws:
TestFailureException

lookupPersistenceUnit

void lookupPersistenceUnit()
                           throws TestFailureException
Throws:
TestFailureException

lookupPersistenceContext

void lookupPersistenceContext()
                              throws TestFailureException
Throws:
TestFailureException

lookupMessageDrivenContext

void lookupMessageDrivenContext()
                                throws TestFailureException
Throws:
TestFailureException

lookupStringEntry

void lookupStringEntry()
                       throws TestFailureException
Throws:
TestFailureException

lookupDoubleEntry

void lookupDoubleEntry()
                       throws TestFailureException
Throws:
TestFailureException

lookupLongEntry

void lookupLongEntry()
                     throws TestFailureException
Throws:
TestFailureException

lookupFloatEntry

void lookupFloatEntry()
                      throws TestFailureException
Throws:
TestFailureException

lookupIntegerEntry

void lookupIntegerEntry()
                        throws TestFailureException
Throws:
TestFailureException

lookupShortEntry

void lookupShortEntry()
                      throws TestFailureException
Throws:
TestFailureException

lookupBooleanEntry

void lookupBooleanEntry()
                        throws TestFailureException
Throws:
TestFailureException

lookupByteEntry

void lookupByteEntry()
                     throws TestFailureException
Throws:
TestFailureException

lookupCharacterEntry

void lookupCharacterEntry()
                          throws TestFailureException
Throws:
TestFailureException


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