|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractContext | |
---|---|
com.caucho.ejb.message | |
com.caucho.ejb.server | |
com.caucho.ejb.session |
Uses of AbstractContext in com.caucho.ejb.message |
---|
Subclasses of AbstractContext in com.caucho.ejb.message | |
---|---|
class |
MessageDrivenContextImpl<X>
Server container for a message bean. |
Methods in com.caucho.ejb.message that return AbstractContext | |
---|---|
AbstractContext |
MessageManager.getContext(java.lang.Object obj,
boolean foo)
|
Uses of AbstractContext in com.caucho.ejb.server |
---|
Methods in com.caucho.ejb.server that return AbstractContext | |
---|---|
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 |
Uses of AbstractContext in com.caucho.ejb.session |
---|
Subclasses of AbstractContext in com.caucho.ejb.session | |
---|---|
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 |
Methods in com.caucho.ejb.session that return AbstractContext | |
---|---|
AbstractContext |
SingletonManager.getContext(java.lang.Object key,
boolean forceLoad)
Finds the remote bean by its key. |
AbstractContext<X> |
StatefulManager.getContext(java.lang.Object key,
boolean forceLoad)
Finds the remote bean by its key. |
AbstractContext |
StatelessManager.getContext(java.lang.Object key,
boolean forceLoad)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |