org.jboss.ejb3.session
Class SessionSpecBeanContext<T extends SessionSpecContainer>

java.lang.Object
  extended by org.jboss.ejb3.BaseContext<T>
      extended by org.jboss.ejb3.session.SessionBeanContext<T>
          extended by org.jboss.ejb3.session.SessionSpecBeanContext<T>
All Implemented Interfaces:
org.jboss.ejb3.interceptors.container.BeanContext<Object>
Direct Known Subclasses:
StatefulBeanContext, StatelessBeanContext

public abstract class SessionSpecBeanContext<T extends SessionSpecContainer>
extends SessionBeanContext<T>

Context for Session Beans adhering to EJB3 Specification (SFSB, SLSB)

Version:
$Revision: $
Author:
ALR

Field Summary
 
Fields inherited from class org.jboss.ejb3.session.SessionBeanContext
ejbContext
 
Fields inherited from class org.jboss.ejb3.BaseContext
bean, container, interceptorInstances, log, metadata, rm
 
Constructor Summary
protected SessionSpecBeanContext()
          Deprecated.  
protected SessionSpecBeanContext(T container)
           
protected SessionSpecBeanContext(T container, Object bean)
           
 
Method Summary
 
Methods inherited from class org.jboss.ejb3.session.SessionBeanContext
getEJBContext
 
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
 
Methods inherited from interface org.jboss.ejb3.BeanContext
remove
 

Constructor Detail

SessionSpecBeanContext

protected SessionSpecBeanContext(T container)

SessionSpecBeanContext

protected SessionSpecBeanContext(T container,
                                 Object bean)

SessionSpecBeanContext

protected SessionSpecBeanContext()
Deprecated. 

Only for externalization use by subclass ProxiedStatefulBeanContext; do not use elsewhere.



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