Package | Description |
---|---|
com.caucho.ejb.inject | |
com.caucho.ejb.session |
Constructor and Description |
---|
StatelessBeanImpl(StatelessManager<X> manager,
ManagedBeanImpl<X> bean,
java.lang.Class<T> api,
java.util.Set<java.lang.reflect.Type> types,
StatelessContext<X,T> context,
AnnotatedType<X> extAnnType) |
Modifier and Type | Method and Description |
---|---|
protected <T> StatelessContext<X,T> |
StatelessManager.createSessionContext(java.lang.Class<T> api) |
protected <T> StatelessContext<X,T> |
StatelessManager.getSessionContext(java.lang.Class<T> api) |
Modifier and Type | Method and Description |
---|---|
<T> StatelessPool<X,T> |
StatelessManager.createStatelessPool(StatelessProxyFactory proxy,
StatelessContext<X,T> context,
java.util.List<Interceptor<?>> interceptorBeans)
Called by the StatelessProxy on initialization.
|