org.jboss.ejb3.mdb
Class MDBContext

java.lang.Object
  extended by org.jboss.ejb3.BaseContext<MessagingContainer>
      extended by org.jboss.ejb3.mdb.MDBContext
All Implemented Interfaces:
org.jboss.ejb3.interceptors.container.BeanContext<Object>

public class MDBContext
extends BaseContext<MessagingContainer>

Comment

Version:
$Revision: 64273 $
Author:
Bill Burke

Field Summary
protected  javax.ejb.EJBContext ejbContext
           
 
Fields inherited from class org.jboss.ejb3.BaseContext
bean, container, interceptorInstances, log, metadata, rm
 
Constructor Summary
protected MDBContext(MessagingContainer container, Object bean)
           
 
Method Summary
 javax.ejb.EJBContext getEJBContext()
           
 void remove()
           
 
Methods inherited from class org.jboss.ejb3.BaseContext
getContainer, getId, getInstance, getInterceptor, getInterceptorInstances, getInvokedMethodKey, getMetaData, initialiseInterceptorInstances
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbContext

protected javax.ejb.EJBContext ejbContext
Constructor Detail

MDBContext

protected MDBContext(MessagingContainer container,
                     Object bean)
Method Detail

remove

public void remove()

getEJBContext

public javax.ejb.EJBContext getEJBContext()


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