Package org.jboss.ejb3.annotation
Annotation Type 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.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
The name of the pool which is configured in the EJB subsystem on the server
-