org.apache.openejb.test.entity.bmp
Interface EncBmpObject

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface EncBmpObject
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 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,
                             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

lookupStatelessBusinessLocal

void lookupStatelessBusinessLocal()
                                  throws TestFailureException,
                                         java.rmi.RemoteException
Throws:
TestFailureException
java.rmi.RemoteException

lookupStatelessBusinessRemote

void lookupStatelessBusinessRemote()
                                   throws TestFailureException,
                                          java.rmi.RemoteException
Throws:
TestFailureException
java.rmi.RemoteException

lookupStatefulBusinessLocal

void lookupStatefulBusinessLocal()
                                 throws TestFailureException,
                                        java.rmi.RemoteException
Throws:
TestFailureException
java.rmi.RemoteException

lookupStatefulBusinessRemote

void lookupStatefulBusinessRemote()
                                  throws TestFailureException,
                                         java.rmi.RemoteException
Throws:
TestFailureException
java.rmi.RemoteException

lookupResource

void lookupResource()
                    throws TestFailureException,
                           java.rmi.RemoteException
Throws:
TestFailureException
java.rmi.RemoteException

lookupJMSConnectionFactory

void lookupJMSConnectionFactory()
                                throws TestFailureException,
                                       java.rmi.RemoteException
Throws:
TestFailureException
java.rmi.RemoteException

lookupPersistenceUnit

void lookupPersistenceUnit()
                           throws TestFailureException,
                                  java.rmi.RemoteException
Throws:
TestFailureException
java.rmi.RemoteException

lookupPersistenceContext

void lookupPersistenceContext()
                              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

lookupCharacterEntry

void lookupCharacterEntry()
                          throws TestFailureException,
                                 java.rmi.RemoteException
Throws:
TestFailureException
java.rmi.RemoteException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.