+

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, 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. (ZOS) Create our own custom policies. Entity beans are not supported in EJB 3.x modules.


Tasks

  1. Apply default access intent to CMP entity beans. See online help available with the assembly tools.
  2. Apply access intent policies to methods of container managed persistence entity beans.

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

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

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


Related:

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