org.apache.openejb.core
Class BaseSessionContext.PostConstructSessionState

java.lang.Object
  extended by org.apache.openejb.core.BaseContext.State
      extended by org.apache.openejb.core.BaseSessionContext.SessionState
          extended by org.apache.openejb.core.BaseSessionContext.LifecycleSessionState
              extended by org.apache.openejb.core.BaseSessionContext.PostConstructSessionState
Enclosing class:
BaseSessionContext

public static class BaseSessionContext.PostConstructSessionState
extends BaseSessionContext.LifecycleSessionState


Constructor Summary
BaseSessionContext.PostConstructSessionState()
           
 
Method Summary
 javax.transaction.UserTransaction getUserTransaction(javax.transaction.UserTransaction userTransaction)
           
 
Methods inherited from class org.apache.openejb.core.BaseSessionContext.LifecycleSessionState
getCallerPrincipal, getInvokedBusinessInterface, getMessageContext, getRollbackOnly, isCallerInRole, isEntityManagerAccessAllowed, isEntityManagerFactoryAccessAllowed, isJNDIAccessAllowed, isMessageContextAccessAllowed, isTimerAccessAllowed, isTimerMethodAllowed, isUserTransactionAccessAllowed, setRollbackOnly
 
Methods inherited from class org.apache.openejb.core.BaseSessionContext.SessionState
getBusinessObject, getEJBLocalObject, getEJBObject
 
Methods inherited from class org.apache.openejb.core.BaseContext.State
getEJBHome, getEJBLocalHome, getTimerService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseSessionContext.PostConstructSessionState

public BaseSessionContext.PostConstructSessionState()
Method Detail

getUserTransaction

public javax.transaction.UserTransaction getUserTransaction(javax.transaction.UserTransaction userTransaction)
                                                     throws java.lang.IllegalStateException
Overrides:
getUserTransaction in class BaseContext.State
Throws:
java.lang.IllegalStateException


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