org.openejb.test.stateless
Interface EncStatelessObject
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
public interface EncStatelessObject
- 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,
java.rmi.RemoteException
- Throws:
TestFailureException
java.rmi.RemoteException
lookupStatefulBean
void lookupStatefulBean()
throws TestFailureException,
java.rmi.RemoteException
- Throws:
TestFailureException
java.rmi.RemoteException
lookupStatelessBean
void lookupStatelessBean()
throws TestFailureException,
java.rmi.RemoteException
- Throws:
TestFailureException
java.rmi.RemoteException
lookupResource
void lookupResource()
throws TestFailureException,
java.rmi.RemoteException
- Throws:
TestFailureException
java.rmi.RemoteException
lookupStringEntry
void lookupStringEntry()
throws TestFailureException,
java.rmi.RemoteException
- Throws:
TestFailureException
java.rmi.RemoteException
lookupDoubleEntry
void lookupDoubleEntry()
throws TestFailureException,
java.rmi.RemoteException
- Throws:
TestFailureException
java.rmi.RemoteException
lookupLongEntry
void lookupLongEntry()
throws TestFailureException,
java.rmi.RemoteException
- Throws:
TestFailureException
java.rmi.RemoteException
lookupFloatEntry
void lookupFloatEntry()
throws TestFailureException,
java.rmi.RemoteException
- Throws:
TestFailureException
java.rmi.RemoteException
lookupIntegerEntry
void lookupIntegerEntry()
throws TestFailureException,
java.rmi.RemoteException
- Throws:
TestFailureException
java.rmi.RemoteException
lookupShortEntry
void lookupShortEntry()
throws TestFailureException,
java.rmi.RemoteException
- Throws:
TestFailureException
java.rmi.RemoteException
lookupBooleanEntry
void lookupBooleanEntry()
throws TestFailureException,
java.rmi.RemoteException
- Throws:
TestFailureException
java.rmi.RemoteException
lookupByteEntry
void lookupByteEntry()
throws TestFailureException,
java.rmi.RemoteException
- Throws:
TestFailureException
java.rmi.RemoteException
Copyright © 1999-2011 OpenEJB. All Rights Reserved.