|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseContext | |
---|---|
org.jboss.ejb3.mdb | |
org.jboss.ejb3.service | |
org.jboss.ejb3.session | |
org.jboss.ejb3.stateful | |
org.jboss.ejb3.stateless |
Uses of BaseContext in org.jboss.ejb3.mdb |
---|
Subclasses of BaseContext in org.jboss.ejb3.mdb | |
---|---|
class |
MDBContext
Comment |
Uses of BaseContext in org.jboss.ejb3.service |
---|
Subclasses of BaseContext in org.jboss.ejb3.service | |
---|---|
class |
ServiceBeanContext
|
Uses of BaseContext in org.jboss.ejb3.session |
---|
Subclasses of BaseContext in org.jboss.ejb3.session | |
---|---|
class |
SessionBeanContext<T extends SessionContainer>
An instance of an enterprise bean link to its container. |
class |
SessionSpecBeanContext<T extends SessionSpecContainer>
Context for Session Beans adhering to EJB3 Specification (SFSB, SLSB) |
Uses of BaseContext in org.jboss.ejb3.stateful |
---|
Subclasses of BaseContext in org.jboss.ejb3.stateful | |
---|---|
class |
NestedStatefulBeanContext
Overrides superclass to not use MarshalledValue in externalization, as a nested context is meant to be serialized as part of its parent context and to share with it object references to any XPC or managed entities. |
class |
ProxiedStatefulBeanContext
Proxy to a NestedStatefulBeanContext that can be independently passivated, activated and replicated without disturbing the object it is proxying. |
class |
StatefulBeanContext
BeanContext for a stateful session bean. |
Uses of BaseContext in org.jboss.ejb3.stateless |
---|
Subclasses of BaseContext in org.jboss.ejb3.stateless | |
---|---|
class |
StatelessBeanContext
Comment |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |