org.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 lookupDoubleEntry()
           
 void lookupEntityBean()
           
 void lookupFloatEntry()
           
 void lookupIntegerEntry()
           
 void lookupLongEntry()
           
 void lookupResource()
           
 void lookupShortEntry()
           
 void lookupStatefulBean()
           
 void lookupStatelessBean()
           
 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

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.