| Package | Description |
|---|---|
| com.caucho.ejb.message | |
| com.caucho.ejb.server | |
| com.caucho.ejb.session |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageDrivenContextImpl<X>
Server container for a message bean.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractContext |
MessageManager.getContext(java.lang.Object obj,
boolean foo) |
| Modifier and Type | Method and Description |
|---|---|
AbstractContext<X> |
AbstractEjbBeanManager.getContext() |
AbstractContext<?> |
AbstractEjbBeanManager.getContext(java.lang.Object key) |
abstract AbstractContext<?> |
AbstractEjbBeanManager.getContext(java.lang.Object key,
boolean forceLoad)
Returns the context with the given key
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSessionContext<X,T>
Abstract base class for an session context
|
class |
SingletonContext<X,T>
Abstract base class for an session context
|
class |
StatefulContext<X,T>
Abstract base class for an session context
|
class |
StatelessContext<X,T>
Abstract base class for an stateless session context
|
| Modifier and Type | Method and Description |
|---|---|
AbstractContext |
StatelessManager.getContext(java.lang.Object key,
boolean forceLoad) |
AbstractContext<X> |
StatefulManager.getContext(java.lang.Object key,
boolean forceLoad)
Finds the remote bean by its key.
|
AbstractContext |
SingletonManager.getContext(java.lang.Object key,
boolean forceLoad)
Finds the remote bean by its key.
|