org.jboss.ejb3.mdb
Class MessageDrivenContextImpl

java.lang.Object
  extended by org.jboss.ejb3.EJBContextImpl<MessagingContainer,MDBContext>
      extended by org.jboss.ejb3.mdb.MessageDrivenContextImpl
All Implemented Interfaces:
javax.ejb.EJBContext, javax.ejb.MessageDrivenContext

public class MessageDrivenContextImpl
extends EJBContextImpl<MessagingContainer,MDBContext>
implements javax.ejb.MessageDrivenContext

Comment

Version:
$Revision: 72001 $
Author:
Carlo de Wolf

Field Summary
 
Fields inherited from class org.jboss.ejb3.EJBContextImpl
beanContext, container, ejbContextHelper, rm
 
Constructor Summary
protected MessageDrivenContextImpl(MDBContext baseContext)
           
 
Method Summary
 
Methods inherited from class org.jboss.ejb3.EJBContextImpl
getCallerIdentity, getCallerPrincipal, getContainer, getEJBHome, getEJBLocalHome, getEnvironment, getRm, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly
 
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, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly
 

Constructor Detail

MessageDrivenContextImpl

protected MessageDrivenContextImpl(MDBContext baseContext)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.