org.apache.openejb.core
Class BaseSessionContext.TimeoutSessionState

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.TimeoutSessionState
Enclosing class:
BaseSessionContext

public static class BaseSessionContext.TimeoutSessionState
extends BaseSessionContext.SessionState

Timeout callback method


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

Constructor Detail

BaseSessionContext.TimeoutSessionState

public BaseSessionContext.TimeoutSessionState()
Method Detail

getInvokedBusinessInterface

public Class getInvokedBusinessInterface()
Overrides:
getInvokedBusinessInterface in class BaseSessionContext.SessionState

getMessageContext

public javax.xml.rpc.handler.MessageContext getMessageContext()
                                                       throws IllegalStateException
Overrides:
getMessageContext in class BaseSessionContext.SessionState
Throws:
IllegalStateException

isMessageContextAccessAllowed

public boolean isMessageContextAccessAllowed()
Overrides:
isMessageContextAccessAllowed in class BaseContext.State


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