Uses of Class
org.openejb.core.DeploymentInfo

Packages that use DeploymentInfo
org.openejb.alt.assembler.classic The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler 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.ivm The IntraVM server. 
org.openejb.core.stateless The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
 

Uses of DeploymentInfo in org.openejb.alt.assembler.classic
 

Methods in org.openejb.alt.assembler.classic with parameters of type DeploymentInfo
 void AssemblerTool.applyMethodPermissions(DeploymentInfo deployment, MethodPermissionInfo[] permissions)
          This method applies a set of method permissions to a deploymentInfo object, so that the container can verify that a specific physical security role has access to a specific method.
 void AssemblerTool.applyMethodPermissions(DeploymentInfo deployment, MethodPermissionInfo[] permissions, AssemblerTool.RoleMapping roleMapping)
          This method applies a set of method permissions and RoleMapping to a deploymentInfo object, so that the container can verify that a specific physical security role has access to a specific method.
 void AssemblerTool.applySecurityRoleReference(DeploymentInfo deployment, EnterpriseBeanInfo beanInfo, AssemblerTool.RoleMapping roleMapping)
          Maps the security role references used by enterprise beans to their associated physical in the target environment.
 void AssemblerTool.applyTransactionAttributes(DeploymentInfo deploymentInfo, MethodTransactionInfo[] mtis)
          This method applies the transaction attributed described by the collection of MethodTransactionInfo object to the org.openejb.core.DeploymentInfo objects.
protected  java.lang.reflect.Method[] AssemblerTool.resolveMethodInfo(MethodInfo methodInfo, DeploymentInfo di)
          Returns all the Method objects specified by a MethodInfo object for a specific bean deployment.
 

Uses of DeploymentInfo in org.openejb.alt.containers.castor_cmp11
 

Methods in org.openejb.alt.containers.castor_cmp11 with parameters of type DeploymentInfo
static KeyGenerator KeyGeneratorFactory.createKeyGenerator(DeploymentInfo di)
           
protected  void CastorCMP11_EntityContainer.resetBeanFields(java.lang.Object bean, DeploymentInfo info)
          Section 9.2.4 EJB 1.1: "The Container must ensure that the values of the container-managed fields are set to the Java language defaults (e.g.
 

Uses of DeploymentInfo in org.openejb.core
 

Fields in org.openejb.core declared as DeploymentInfo
protected  DeploymentInfo ThreadContext.deploymentInfo
          TODO: Add comment
 

Methods in org.openejb.core that return DeploymentInfo
 DeploymentInfo ThreadContext.getDeploymentInfo()
           
 

Methods in org.openejb.core with parameters of type DeploymentInfo
 void ContainerSystem.addDeployment(DeploymentInfo deployment)
          Adds a DeploymentInfo object to the list of those that are registered by this container System.
 void ThreadContext.set(DeploymentInfo di, java.lang.Object primKey, java.lang.Object securityIdentity)
           
 void ThreadContext.setDeploymentInfo(DeploymentInfo info)
           
 

Uses of DeploymentInfo in org.openejb.core.ivm
 

Fields in org.openejb.core.ivm declared as DeploymentInfo
 DeploymentInfo BaseEjbProxyHandler.deploymentInfo
          The DeployemtnInfo object if the bean deployment that this stub handler represents.
 

Uses of DeploymentInfo in org.openejb.core.stateless
 

Methods in org.openejb.core.stateless with parameters of type DeploymentInfo
protected  ProxyInfo StatelessContainer.createEJBObject(DeploymentInfo deploymentInfo, java.lang.reflect.Method callMethod)
          This method creates a ProxyInfo object for a specific deployment.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.