org.openejb.test.stateful
Interface EncStatefulObject

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface EncStatefulObject
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

public void lookupEntityBean()
                      throws TestFailureException,
                             RemoteException
Throws:
TestFailureException
RemoteException

lookupStatefulBean

public void lookupStatefulBean()
                        throws TestFailureException,
                               RemoteException
Throws:
TestFailureException
RemoteException

lookupStatelessBean

public void lookupStatelessBean()
                         throws TestFailureException,
                                RemoteException
Throws:
TestFailureException
RemoteException

lookupResource

public void lookupResource()
                    throws TestFailureException,
                           RemoteException
Throws:
TestFailureException
RemoteException

lookupStringEntry

public void lookupStringEntry()
                       throws TestFailureException,
                              RemoteException
Throws:
TestFailureException
RemoteException

lookupDoubleEntry

public void lookupDoubleEntry()
                       throws TestFailureException,
                              RemoteException
Throws:
TestFailureException
RemoteException

lookupLongEntry

public void lookupLongEntry()
                     throws TestFailureException,
                            RemoteException
Throws:
TestFailureException
RemoteException

lookupFloatEntry

public void lookupFloatEntry()
                      throws TestFailureException,
                             RemoteException
Throws:
TestFailureException
RemoteException

lookupIntegerEntry

public void lookupIntegerEntry()
                        throws TestFailureException,
                               RemoteException
Throws:
TestFailureException
RemoteException

lookupShortEntry

public void lookupShortEntry()
                      throws TestFailureException,
                             RemoteException
Throws:
TestFailureException
RemoteException

lookupBooleanEntry

public void lookupBooleanEntry()
                        throws TestFailureException,
                               RemoteException
Throws:
TestFailureException
RemoteException

lookupByteEntry

public void lookupByteEntry()
                     throws TestFailureException,
                            RemoteException
Throws:
TestFailureException
RemoteException


Copyright © 1999-2007 OpenEJB. All Rights Reserved.