Package org.jboss.ejb3.annotation
Annotation 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
-
Element Details
-
value
String valueThe name of the pool which is configured in the EJB subsystem on the server- Returns:
-