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<java.lang.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)
| 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,
java.lang.Object bean)
SessionSpecBeanContext
protected SessionSpecBeanContext()
- Deprecated.
- Only for externalization use by subclass ProxiedStatefulBeanContext; do not use elsewhere.
createInjectionInvocation
public org.jboss.ejb3.context.spi.InvocationContext createInjectionInvocation(java.lang.Iterable<Injector> injectors)
createLifecycleInvocation
public org.jboss.ejb3.context.spi.SessionInvocationContext createLifecycleInvocation()