Annotation Interface Pool


@Target(TYPE) @Retention(RUNTIME) public @interface Pool
A Pool annotation can be used on EJBs to identify the pool which has to be used for that EJB.

The pool itself is configured in the EJB subsystem in the server. This annotation just points to the name of that pool.

Author:
Jaikiran Pai
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the pool which is configured in the EJB subsystem on the server
  • Element Details

    • value

      String value
      The name of the pool which is configured in the EJB subsystem on the server
      Returns: