org.openejb.test.stateful
Interface EncStatefulObject

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.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

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.