org.apache.openejb.test.mdb
Interface EncMdbObject
- All Known Implementing Classes:
- ContextLookupMdbBean, EncMdbBean, FieldInjectionMdbBean, SetterInjectionMdbBean
public interface EncMdbObject
- Author:
- David Blevins, Richard Monson-Haefel
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-2013 The Apache OpenEJB development community. All Rights Reserved.