Uses of Class
org.openejb.assembler.CoreDeploymentInfo

Packages that use CoreDeploymentInfo
org.openejb.assembler   
 

Uses of CoreDeploymentInfo in org.openejb.assembler
 

Methods in org.openejb.assembler that return CoreDeploymentInfo
 CoreDeploymentInfo AssemblerTool.assembleDeploymentInfo(EnterpriseBeanInfo beanInfo)
          This method assembles a org.openejb.core.DeploymentInfo object from a EnterpriseBeanInfo configuration object of anyone of three types: EntityBeanInfo, StatelessBeanInfo, or StatefulBeanInfo.
protected  CoreDeploymentInfo AssemblerTool.createDeploymentInfoObject(Context root, String did, Class homeClass, Class remoteClass, Class beanClass, Class pkClass, byte componentType)
          This method creates the DeploymentInfo class and sets the JNDI context at the same time.
 

Methods in org.openejb.assembler with parameters of type CoreDeploymentInfo
 void AssemblerTool.applyTransactionAttributes(CoreDeploymentInfo deploymentInfo, MethodTransactionInfo[] mtis)
          This method applies the transaction attributed described by the collection of MethodTransactionInfo object to the org.openejb.core.DeploymentInfo objects.
 void AssemblerTool.applySecurityRoleReference(CoreDeploymentInfo 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.applyMethodPermissions(CoreDeploymentInfo 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(CoreDeploymentInfo 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.
protected  Method[] AssemblerTool.resolveMethodInfo(MethodInfo methodInfo, CoreDeploymentInfo di)
          Returns all the Method objects specified by a MethodInfo object for a specific bean deployment.
 void ContainerSystem.addDeployment(CoreDeploymentInfo deployment)
          Adds a DeploymentInfo object to the list of those that are registered by this container System.
 

Constructors in org.openejb.assembler with parameters of type CoreDeploymentInfo
DeploymentInfoTxPolicySource(CoreDeploymentInfo deployment)
           
 



Copyright © 1999-2005 OpenEJB. All Rights Reserved.