org.apache.openejb.core.mdb
Class MdbContext.BusinessTimeoutMdbState

java.lang.Object
  extended by org.apache.openejb.core.BaseContext.State
      extended by org.apache.openejb.core.mdb.MdbContext.BusinessTimeoutMdbState
Enclosing class:
MdbContext

protected static class MdbContext.BusinessTimeoutMdbState
extends BaseContext.State

Message listener method, business method interceptor method and imeout callback method


Constructor Summary
protected MdbContext.BusinessTimeoutMdbState()
           
 
Method Summary
 javax.ejb.EJBHome getEJBHome()
           
 javax.ejb.EJBLocalHome getEJBLocalHome()
           
 boolean isCallerInRole(SecurityService securityService, String roleName)
           
 
Methods inherited from class org.apache.openejb.core.BaseContext.State
getCallerPrincipal, getRollbackOnly, getTimerService, getUserTransaction, isEntityManagerAccessAllowed, isEntityManagerFactoryAccessAllowed, isJNDIAccessAllowed, isMessageContextAccessAllowed, isTimerAccessAllowed, isTimerMethodAllowed, isUserTransactionAccessAllowed, setRollbackOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MdbContext.BusinessTimeoutMdbState

protected MdbContext.BusinessTimeoutMdbState()
Method Detail

getEJBHome

public javax.ejb.EJBHome getEJBHome()
Overrides:
getEJBHome in class BaseContext.State

getEJBLocalHome

public javax.ejb.EJBLocalHome getEJBLocalHome()
Overrides:
getEJBLocalHome in class BaseContext.State

isCallerInRole

public boolean isCallerInRole(SecurityService securityService,
                              String roleName)
Overrides:
isCallerInRole in class BaseContext.State


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