|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RpcContainer | |
|---|---|
| org.openejb | The classes and interfaces directly under this package define the basic parts of the OpenEJB container system architecture. |
| org.openejb.alt.containers.castor_cmp11 | The classes and interfaces directly under this package define the basic parts of the Castor CMP 1.1 implementation. |
| org.openejb.core | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
| org.openejb.core.entity | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
| org.openejb.core.ivm | The IntraVM server. |
| org.openejb.core.stateful | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
| org.openejb.core.stateless | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
| org.openejb.tomcat | |
| Uses of RpcContainer in org.openejb |
|---|
| Fields in org.openejb declared as RpcContainer | |
|---|---|
protected RpcContainer |
ProxyInfo.beanContainer
|
| Methods in org.openejb that return RpcContainer | |
|---|---|
RpcContainer |
ProxyInfo.getBeanContainer()
Gets the Container that the deployed bean lives in. |
| Constructors in org.openejb with parameters of type RpcContainer | |
|---|---|
ProxyInfo(DeploymentInfo depInfo,
java.lang.Object pk,
boolean isLocalInterface,
RpcContainer cntnr)
|
|
ProxyInfo(DeploymentInfo depInfo,
java.lang.Object pk,
java.lang.Class intrfc,
RpcContainer cntnr)
Creates a ProxyInfo to represent an EJBHome or EJBObject for a deployed bean in the container system. |
|
| Uses of RpcContainer in org.openejb.alt.containers.castor_cmp11 |
|---|
| Classes in org.openejb.alt.containers.castor_cmp11 that implement RpcContainer | |
|---|---|
class |
CastorCMP11_EntityContainer
Container-Managed Persistence EntityBean container based on Castor |
| Uses of RpcContainer in org.openejb.core |
|---|
| Classes in org.openejb.core that implement RpcContainer | |
|---|---|
class |
RpcContainerWrapper
|
| Methods in org.openejb.core that return RpcContainer | |
|---|---|
RpcContainer |
RpcContainerWrapper.getContainer()
|
| Methods in org.openejb.core with parameters of type RpcContainer | |
|---|---|
protected abstract EjbObjectProxyHandler |
CoreContext.newEjbObjectHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
| Constructors in org.openejb.core with parameters of type RpcContainer | |
|---|---|
RpcContainerWrapper(RpcContainer container)
|
|
| Uses of RpcContainer in org.openejb.core.entity |
|---|
| Classes in org.openejb.core.entity that implement RpcContainer | |
|---|---|
class |
EntityContainer
Bean-Managed Persistence EntityBean container |
| Methods in org.openejb.core.entity with parameters of type RpcContainer | |
|---|---|
protected EjbObjectProxyHandler |
EntityContext.newEjbObjectHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
protected EjbObjectProxyHandler |
EntityEjbHomeHandler.newEjbObjectHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
| Constructors in org.openejb.core.entity with parameters of type RpcContainer | |
|---|---|
EntityEjbHomeHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
|
EntityEjbObjectHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
|
| Uses of RpcContainer in org.openejb.core.ivm |
|---|
| Fields in org.openejb.core.ivm declared as RpcContainer | |
|---|---|
RpcContainer |
BaseEjbProxyHandler.container
The RpcContainer that the bean deployment this stub hanlder represents is deployed in. |
| Methods in org.openejb.core.ivm with parameters of type RpcContainer | |
|---|---|
protected abstract EjbObjectProxyHandler |
EjbHomeProxyHandler.newEjbObjectHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
| Constructors in org.openejb.core.ivm with parameters of type RpcContainer | |
|---|---|
BaseEjbProxyHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
Constructs a BaseEjbProxyHandler representing the specifed bean deployment. |
|
EjbHomeProxyHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
Constructs an EjbHomeProxyHandler to handle invocations from an EJBHome stub/proxy. |
|
EjbObjectProxyHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
|
| Uses of RpcContainer in org.openejb.core.stateful |
|---|
| Classes in org.openejb.core.stateful that implement RpcContainer | |
|---|---|
class |
StatefulContainer
Stateful SessionBean container |
| Methods in org.openejb.core.stateful with parameters of type RpcContainer | |
|---|---|
protected EjbObjectProxyHandler |
StatefulContext.newEjbObjectHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
protected EjbObjectProxyHandler |
StatefulEjbHomeHandler.newEjbObjectHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
| Constructors in org.openejb.core.stateful with parameters of type RpcContainer | |
|---|---|
StatefulEjbHomeHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
|
StatefulEjbObjectHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
|
| Uses of RpcContainer in org.openejb.core.stateless |
|---|
| Classes in org.openejb.core.stateless that implement RpcContainer | |
|---|---|
class |
StatelessContainer
Stateless SessionBean container |
| Methods in org.openejb.core.stateless with parameters of type RpcContainer | |
|---|---|
protected EjbObjectProxyHandler |
StatelessContext.newEjbObjectHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
protected EjbObjectProxyHandler |
StatelessEjbHomeHandler.newEjbObjectHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
| Constructors in org.openejb.core.stateless with parameters of type RpcContainer | |
|---|---|
StatelessEjbHomeHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
|
StatelessEjbObjectHandler(RpcContainer container,
java.lang.Object pk,
java.lang.Object depID)
|
|
| Uses of RpcContainer in org.openejb.tomcat |
|---|
| Classes in org.openejb.tomcat that implement RpcContainer | |
|---|---|
class |
TomcatJndiSupport
|
| Constructors in org.openejb.tomcat with parameters of type RpcContainer | |
|---|---|
TomcatJndiSupport(RpcContainer container)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||