org.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
lookupResource
void lookupResource()
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
Copyright © 1999-2012 OpenEJB. All Rights Reserved.