org.jboss.ejb3.session
Class SessionSpecBeanContext<T extends SessionSpecContainer>
java.lang.Object
org.jboss.ejb3.BaseContext<T>
org.jboss.ejb3.session.SessionBeanContext<T>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.