+

Search Tips   |   Advanced Search

Use access intent policies for EJB 2.x entity beans

Use access intent policies to help the product runtime environment manage various aspects of EJB persistence.

You apply access intent policies to EJB Version 2.0 and 2.1 entity beans, and their methods, by using an assembly tool. A set of default access intent policies comes with the assembly tool. The Rational Application Developer product provides supported assembly tools. We can also create our own custom policies. Entity beans are not supported in EJB 3.x modules.

  1. Apply default access intent to CMP entity beans. For more information, see the online help available with the assembly tools.

  2. Apply access intent policies to methods of container managed persistence entity beans.

  3. (zos) Create a custom access intent policy with an assembly tool.

  4. (zos) Apply access intent policies to bean managed persistence (BMP) entity bean methods using the AccessIntent API.

  5. (zos) Apply multiple access intent policies to methods by using application profiling. For more information see the topic Task overview: Application profiling.


Related concepts

  • Access intent service


    Related tasks

  • Access intent policies for EJB 2.x entity beans
  • Apply access intent policies to beans
  • Configure read-read consistency checking with an assembly tool
  • Apply access intent policies to methods
  • Use the AccessIntent API
  • Task overview: Application profiling

  • Access intent exceptions
  • Access intent troubleshooting tips