org.jboss.ejb3.session
Class SessionBeanContext<T extends SessionContainer>
java.lang.Object
org.jboss.ejb3.BaseContext<T>
org.jboss.ejb3.session.SessionBeanContext<T>
- All Implemented Interfaces:
- org.jboss.ejb3.interceptors.container.BeanContext<java.lang.Object>
- Direct Known Subclasses:
- ServiceBeanContext, SessionSpecBeanContext
public abstract class SessionBeanContext<T extends SessionContainer>
- extends BaseContext<T>
An instance of an enterprise bean link to its container.
|
Field Summary |
protected org.jboss.ejb3.context.spi.EJBContext |
ejbContext
|
|
Method Summary |
abstract org.jboss.ejb3.context.spi.EJBContext |
getEJBContext()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ejbContext
protected org.jboss.ejb3.context.spi.EJBContext ejbContext
SessionBeanContext
protected SessionBeanContext(T container)
- Must not break getInstance post condition!
- Parameters:
container -
SessionBeanContext
protected SessionBeanContext(T container,
java.lang.Object bean)
SessionBeanContext
protected SessionBeanContext()
- Deprecated.
- Only for externalization use by subclass StatefulBeanContext; do not use elsewhere.
getEJBContext
public abstract org.jboss.ejb3.context.spi.EJBContext getEJBContext()