org.apache.openejb.core.mdb
Class MdbContext

java.lang.Object
  extended by org.apache.openejb.core.BaseContext
      extended by org.apache.openejb.core.mdb.MdbContext
All Implemented Interfaces:
Serializable, javax.ejb.EJBContext, javax.ejb.MessageDrivenContext

public class MdbContext
extends BaseContext
implements javax.ejb.MessageDrivenContext

Version:
$Rev$ $Date$
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.openejb.core.BaseContext
BaseContext.Call, BaseContext.State, BaseContext.UserTransactionWrapper
 
Field Summary
 
Fields inherited from class org.apache.openejb.core.BaseContext
securityService, userTransaction
 
Constructor Summary
MdbContext(SecurityService securityService)
           
 
Method Summary
 void check(BaseContext.Call call)
           
 javax.ejb.EJBHome getEJBHome()
           
 javax.ejb.EJBLocalHome getEJBLocalHome()
           
 
Methods inherited from class org.apache.openejb.core.BaseContext
getCallerIdentity, getCallerPrincipal, getCallerPrincipal, getContextData, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, getUserTransaction, illegal, isCallerInRole, isCallerInRole, isCallerInRole, isTimerMethodAllowed, isUserTransactionAccessAllowed, lookup, setRollbackOnly, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.EJBContext
getCallerIdentity, getCallerPrincipal, getContextData, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly
 

Constructor Detail

MdbContext

public MdbContext(SecurityService securityService)
Method Detail

getEJBHome

public javax.ejb.EJBHome getEJBHome()
Specified by:
getEJBHome in interface javax.ejb.EJBContext
Overrides:
getEJBHome in class BaseContext

getEJBLocalHome

public javax.ejb.EJBLocalHome getEJBLocalHome()
Specified by:
getEJBLocalHome in interface javax.ejb.EJBContext
Overrides:
getEJBLocalHome in class BaseContext

check

public void check(BaseContext.Call call)
Specified by:
check in class BaseContext


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.