org.apache.openejb.test.stateful
Class PersistenceContextStatefulBean

java.lang.Object
  extended by org.apache.openejb.test.stateful.PersistenceContextStatefulBean

public class PersistenceContextStatefulBean
extends Object

Version:
$Rev: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Do, 27. Dez 2007) $

Constructor Summary
PersistenceContextStatefulBean()
           
 
Method Summary
 void remove()
           
 String remove(String arg)
           
 void setSessionContext(javax.ejb.SessionContext ctx)
           
 void testExtendedPersistenceContext()
           
 void testPersistenceContext()
           
 void testPropagatedPersistenceContext()
           
 void testPropgation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceContextStatefulBean

public PersistenceContextStatefulBean()
Method Detail

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)

remove

public void remove()

remove

public String remove(String arg)

testPersistenceContext

public void testPersistenceContext()
                            throws TestFailureException
Throws:
TestFailureException

testExtendedPersistenceContext

public void testExtendedPersistenceContext()
                                    throws TestFailureException
Throws:
TestFailureException

testPropagatedPersistenceContext

public void testPropagatedPersistenceContext()
                                      throws TestFailureException
Throws:
TestFailureException

testPropgation

public void testPropgation()
                    throws TestFailureException
Throws:
TestFailureException


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