org.apache.openejb.test.stateless
Interface EncStatelessObject

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface EncStatelessObject
extends javax.ejb.EJBObject

Author:
David Blevins, Richard Monson-Haefel

Method Summary
 void lookupBooleanEntry()
           
 void lookupByteEntry()
           
 void lookupCharacterEntry()
           
 void lookupDoubleEntry()
           
 void lookupEntityBean()
           
 void lookupFloatEntry()
           
 void lookupIntegerEntry()
           
 void lookupJMSConnectionFactory()
           
 void lookupLongEntry()
           
 void lookupPersistenceContext()
           
 void lookupPersistenceUnit()
           
 void lookupResource()
           
 void lookupSessionContext()
           
 void lookupShortEntry()
           
 void lookupStatefulBean()
           
 void lookupStatefulBusinessLocal()
           
 void lookupStatefulBusinessRemote()
           
 void lookupStatelessBean()
           
 void lookupStatelessBusinessLocal()
           
 void lookupStatelessBusinessRemote()
           
 void lookupStringEntry()
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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

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-2011 The Apache OpenEJB development community. All Rights Reserved.