org.apache.openejb.test.singleton
Interface EncSingletonObject

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

public interface EncSingletonObject
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 lookupSingletonBean()
           
 void lookupSingletonBusinessLocal()
           
 void lookupSingletonBusinessLocalBean()
           
 void lookupSingletonBusinessRemote()
           
 void lookupStatefulBean()
           
 void lookupStatefulBusinessLocal()
           
 void lookupStatefulBusinessLocalBean()
           
 void lookupStatefulBusinessRemote()
           
 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

lookupSingletonBean

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

lookupSingletonBusinessLocal

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

lookupSingletonBusinessLocalBean

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

lookupSingletonBusinessRemote

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

lookupStatefulBusinessLocalBean

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

lookupSessionContext

void lookupSessionContext()
                          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.