org.apache.openejb.test.entity.cmp
Interface EncCmpObject
- All Superinterfaces:
- javax.ejb.EJBObject, Remote
public interface EncCmpObject
- extends javax.ejb.EJBObject
- Author:
- David Blevins, Richard Monson-Haefel
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
lookupEntityBean
void lookupEntityBean()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupStatefulBean
void lookupStatefulBean()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupStatelessBean
void lookupStatelessBean()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupStatelessBusinessLocal
void lookupStatelessBusinessLocal()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupStatelessBusinessRemote
void lookupStatelessBusinessRemote()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupStatefulBusinessLocal
void lookupStatefulBusinessLocal()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupStatefulBusinessRemote
void lookupStatefulBusinessRemote()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupResource
void lookupResource()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupJMSConnectionFactory
void lookupJMSConnectionFactory()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupPersistenceUnit
void lookupPersistenceUnit()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupPersistenceContext
void lookupPersistenceContext()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupStringEntry
void lookupStringEntry()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupDoubleEntry
void lookupDoubleEntry()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupLongEntry
void lookupLongEntry()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupFloatEntry
void lookupFloatEntry()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupIntegerEntry
void lookupIntegerEntry()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupShortEntry
void lookupShortEntry()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupBooleanEntry
void lookupBooleanEntry()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupByteEntry
void lookupByteEntry()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupCharacterEntry
void lookupCharacterEntry()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.