Package | Description |
---|---|
com.caucho.ejb.server | |
com.caucho.ejb.session | |
javax.ejb |
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectNotFoundException
The main ejb context.
|