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<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.
- Version:
- $Revision: 73395 $
- Author:
- Carlo de Wolf
Field Summary |
protected javax.ejb.EJBContext |
ejbContext
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ejbContext
protected javax.ejb.EJBContext ejbContext
SessionBeanContext
protected SessionBeanContext(T container)
- Must not break getInstance post condition!
- Parameters:
container
-
SessionBeanContext
protected SessionBeanContext(T container,
Object bean)
SessionBeanContext
protected SessionBeanContext()
- Deprecated.
- Only for externalization use by subclass StatefulBeanContext; do not use elsewhere.
getEJBContext
public abstract javax.ejb.EJBContext getEJBContext()
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.