org.apache.openejb.test.singleton
Interface EncSingletonObject
- All Superinterfaces:
- javax.ejb.EJBObject, Remote
public interface EncSingletonObject
- 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
lookupSingletonBean
void lookupSingletonBean()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupSingletonBusinessLocal
void lookupSingletonBusinessLocal()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupSingletonBusinessLocalBean
void lookupSingletonBusinessLocalBean()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupSingletonBusinessRemote
void lookupSingletonBusinessRemote()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupStatefulBusinessLocal
void lookupStatefulBusinessLocal()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupStatefulBusinessRemote
void lookupStatefulBusinessRemote()
throws TestFailureException,
RemoteException
- Throws:
TestFailureException
RemoteException
lookupStatefulBusinessLocalBean
void lookupStatefulBusinessLocalBean()
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
lookupSessionContext
void lookupSessionContext()
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-2013 The Apache OpenEJB development community. All Rights Reserved.