|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentInfo | |
---|---|
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.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.server.ejbd | |
org.openejb.spi | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.tomcat |
Uses of DeploymentInfo in org.openejb |
---|
Fields in org.openejb declared as DeploymentInfo | |
---|---|
protected DeploymentInfo |
ProxyInfo.deploymentInfo
|
Methods in org.openejb that return DeploymentInfo | |
---|---|
DeploymentInfo[] |
Container.deployments()
Gets the DeploymentInfo objects for all the beans deployed in this container. |
static DeploymentInfo[] |
OpenEJB.deployments()
Gets the DeploymentInfo objects for all the beans deployed in all the containers in this container system. |
DeploymentInfo |
ProxyInfo.getDeploymentInfo()
Gets the DeploymentInfo object of the bean that this proxy represents. |
DeploymentInfo |
Container.getDeploymentInfo(java.lang.Object deploymentID)
Gets the DeploymentInfo object for the bean with the specified deployment id. |
static DeploymentInfo |
OpenEJB.getDeploymentInfo(java.lang.Object id)
Gets the DeploymentInfo object for the bean with the specified deployment id. |
Methods in org.openejb with parameters of type DeploymentInfo | |
---|---|
void |
Container.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
Adds a bean to this container. |
Constructors in org.openejb with parameters of type DeploymentInfo | |
---|---|
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 DeploymentInfo in org.openejb.alt.containers.castor_cmp11 |
---|
Methods in org.openejb.alt.containers.castor_cmp11 that return DeploymentInfo | |
---|---|
DeploymentInfo[] |
CastorCMP11_EntityContainer.deployments()
Gets the DeploymentInfo objects for all the beans deployed
in this container. |
DeploymentInfo |
CastorCMP11_EntityContainer.getDeploymentInfo(java.lang.Object deploymentID)
Gets the DeploymentInfo object for the bean with the
specified deployment id. |
Methods in org.openejb.alt.containers.castor_cmp11 with parameters of type DeploymentInfo | |
---|---|
void |
CastorCMP11_EntityContainer.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
Adds a bean to this container. |
Uses of DeploymentInfo in org.openejb.core |
---|
Classes in org.openejb.core that implement DeploymentInfo | |
---|---|
class |
DeploymentInfo
Contains all the information needed by the container for a particular deployment. |
Methods in org.openejb.core that return DeploymentInfo | |
---|---|
DeploymentInfo[] |
ContainerSystem.deployments()
Gets the DeploymentInfo objects for all the beans deployed in all the containers in this container system. |
DeploymentInfo[] |
RpcContainerWrapper.deployments()
|
DeploymentInfo |
ContainerSystem.getDeploymentInfo(java.lang.Object id)
Gets the DeploymentInfo object for the bean with the specified deployment id. |
DeploymentInfo |
RpcContainerWrapper.getDeploymentInfo(java.lang.Object deploymentID)
|
Methods in org.openejb.core with parameters of type DeploymentInfo | |
---|---|
void |
RpcContainerWrapper.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
|
Uses of DeploymentInfo in org.openejb.core.entity |
---|
Methods in org.openejb.core.entity that return DeploymentInfo | |
---|---|
DeploymentInfo[] |
EntityContainer.deployments()
Gets the DeploymentInfo objects for all the beans deployed in
this container. |
DeploymentInfo |
EntityContainer.getDeploymentInfo(java.lang.Object deploymentID)
Gets the DeploymentInfo object for the bean with the specified
deployment id. |
Methods in org.openejb.core.entity with parameters of type DeploymentInfo | |
---|---|
void |
EntityContainer.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
Adds a bean to this container. |
Uses of DeploymentInfo in org.openejb.core.stateful |
---|
Methods in org.openejb.core.stateful that return DeploymentInfo | |
---|---|
DeploymentInfo[] |
StatefulContainer.deployments()
Gets the DeploymentInfo objects for all the beans deployed in this container. |
DeploymentInfo |
StatefulContainer.getDeploymentInfo(java.lang.Object deploymentID)
Gets the DeploymentInfo object for the bean with the specified deployment id. |
Methods in org.openejb.core.stateful with parameters of type DeploymentInfo | |
---|---|
void |
StatefulContainer.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
Adds a bean to this container. |
Uses of DeploymentInfo in org.openejb.core.stateless |
---|
Methods in org.openejb.core.stateless that return DeploymentInfo | |
---|---|
DeploymentInfo[] |
StatelessContainer.deployments()
Gets the DeploymentInfo objects for all the beans deployed in this container. |
DeploymentInfo |
StatelessContainer.getDeploymentInfo(java.lang.Object deploymentID)
Gets the DeploymentInfo object for the bean with the specified deployment id. |
Methods in org.openejb.core.stateless with parameters of type DeploymentInfo | |
---|---|
void |
StatelessContainer.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
Adds a bean to this container. |
Uses of DeploymentInfo in org.openejb.server.ejbd |
---|
Fields in org.openejb.server.ejbd declared as DeploymentInfo | |
---|---|
protected DeploymentInfo |
CallContext.deploymentInfo
The deploymentInfo of the bean executed |
Methods in org.openejb.server.ejbd that return DeploymentInfo | |
---|---|
protected DeploymentInfo |
EjbDaemon.getDeployment(EJBRequest req)
|
DeploymentInfo |
DeploymentIndex.getDeployment(EJBRequest req)
|
DeploymentInfo |
DeploymentIndex.getDeployment(int index)
|
DeploymentInfo |
DeploymentIndex.getDeployment(java.lang.Integer index)
|
DeploymentInfo |
DeploymentIndex.getDeployment(java.lang.String deploymentID)
|
DeploymentInfo |
CallContext.getDeploymentInfo()
Returns the DeploymentInfo assigned to this CallContext |
Methods in org.openejb.server.ejbd with parameters of type DeploymentInfo | |
---|---|
int |
DeploymentIndex.getDeploymentIndex(DeploymentInfo deployment)
|
void |
CallContext.setDeploymentInfo(DeploymentInfo info)
Sets the DeploymentInfo assigned to this CallContext |
Uses of DeploymentInfo in org.openejb.spi |
---|
Methods in org.openejb.spi that return DeploymentInfo | |
---|---|
DeploymentInfo[] |
ContainerSystem.deployments()
Gets the DeploymentInfo objects for all the beans deployed in all the containers in this container system. |
DeploymentInfo |
ContainerSystem.getDeploymentInfo(java.lang.Object id)
Gets the DeploymentInfo object for the bean with the specified deployment id. |
Uses of DeploymentInfo in org.openejb.tomcat |
---|
Methods in org.openejb.tomcat with parameters of type DeploymentInfo | |
---|---|
void |
TomcatJndiSupport.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |