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<java.lang.Object>

public class MDBContext
extends BaseContext<MessagingContainer>

Comment


Field Summary
protected  org.jboss.ejb3.context.spi.EJBContext ejbContext
           
 
Fields inherited from class org.jboss.ejb3.BaseContext
bean, container, interceptorInstances, log, metadata, rm
 
Constructor Summary
protected MDBContext(MessagingContainer container, java.lang.Object bean)
           
 
Method Summary
 org.jboss.ejb3.context.spi.InvocationContext createInjectionInvocation(java.lang.Iterable<Injector> injectors)
           
 org.jboss.ejb3.context.spi.InvocationContext createLifecycleInvocation()
           
 org.jboss.ejb3.context.spi.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 org.jboss.ejb3.context.spi.EJBContext ejbContext
Constructor Detail

MDBContext

protected MDBContext(MessagingContainer container,
                     java.lang.Object bean)
Method Detail

createInjectionInvocation

public org.jboss.ejb3.context.spi.InvocationContext createInjectionInvocation(java.lang.Iterable<Injector> injectors)

createLifecycleInvocation

public org.jboss.ejb3.context.spi.InvocationContext createLifecycleInvocation()

remove

public void remove()

getEJBContext

public org.jboss.ejb3.context.spi.EJBContext getEJBContext()