org.apache.openejb.test.singleton
Class ContextLookupSingletonPojoBean

java.lang.Object
  extended by org.apache.openejb.test.singleton.ContextLookupSingletonPojoBean

public class ContextLookupSingletonPojoBean
extends Object


Constructor Summary
ContextLookupSingletonPojoBean()
           
 
Method Summary
 javax.ejb.SessionContext getSessionContext()
          Set the associated session context.
 void lookupBooleanEntry()
           
 void lookupByteEntry()
           
 void lookupCharacterEntry()
           
 void lookupDoubleEntry()
           
 void lookupEntityBean()
           
 void lookupFloatEntry()
           
 void lookupIntegerEntry()
           
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextLookupSingletonPojoBean

public ContextLookupSingletonPojoBean()
Method Detail

lookupEntityBean

public void lookupEntityBean()
                      throws TestFailureException
Throws:
TestFailureException

lookupStatefulBean

public void lookupStatefulBean()
                        throws TestFailureException
Throws:
TestFailureException

lookupSingletonBean

public void lookupSingletonBean()
                         throws TestFailureException
Throws:
TestFailureException

lookupSingletonBusinessLocal

public void lookupSingletonBusinessLocal()
                                  throws TestFailureException
Throws:
TestFailureException

lookupSingletonBusinessLocalBean

public void lookupSingletonBusinessLocalBean()
                                      throws TestFailureException
Throws:
TestFailureException

lookupSingletonBusinessRemote

public void lookupSingletonBusinessRemote()
                                   throws TestFailureException
Throws:
TestFailureException

lookupStatefulBusinessLocal

public void lookupStatefulBusinessLocal()
                                 throws TestFailureException
Throws:
TestFailureException

lookupStatefulBusinessLocalBean

public void lookupStatefulBusinessLocalBean()
                                     throws TestFailureException
Throws:
TestFailureException

lookupStatefulBusinessRemote

public void lookupStatefulBusinessRemote()
                                  throws TestFailureException
Throws:
TestFailureException

lookupStringEntry

public void lookupStringEntry()
                       throws TestFailureException
Throws:
TestFailureException

lookupDoubleEntry

public void lookupDoubleEntry()
                       throws TestFailureException
Throws:
TestFailureException

lookupLongEntry

public void lookupLongEntry()
                     throws TestFailureException
Throws:
TestFailureException

lookupFloatEntry

public void lookupFloatEntry()
                      throws TestFailureException
Throws:
TestFailureException

lookupIntegerEntry

public void lookupIntegerEntry()
                        throws TestFailureException
Throws:
TestFailureException

lookupShortEntry

public void lookupShortEntry()
                      throws TestFailureException
Throws:
TestFailureException

lookupBooleanEntry

public void lookupBooleanEntry()
                        throws TestFailureException
Throws:
TestFailureException

lookupByteEntry

public void lookupByteEntry()
                     throws TestFailureException
Throws:
TestFailureException

lookupCharacterEntry

public void lookupCharacterEntry()
                          throws TestFailureException
Throws:
TestFailureException

lookupResource

public void lookupResource()
                    throws TestFailureException
Throws:
TestFailureException

lookupPersistenceUnit

public void lookupPersistenceUnit()
                           throws TestFailureException
Throws:
TestFailureException

lookupSessionContext

public void lookupSessionContext()
                          throws TestFailureException
Throws:
TestFailureException

lookupPersistenceContext

public void lookupPersistenceContext()
                              throws TestFailureException
Throws:
TestFailureException

getSessionContext

public javax.ejb.SessionContext getSessionContext()
                                           throws javax.ejb.EJBException,
                                                  RemoteException
Set the associated session context. The container calls this method after the instance creation.

Throws:
javax.ejb.EJBException
RemoteException


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