org.jboss.ejb3.annotation
Annotation Type Pool
@Target(value=TYPE)
@Retention(value=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 |
String |
value
The name of the pool which is configured in the EJB subsystem on the server |
value
public abstract String value
- The name of the pool which is configured in the EJB subsystem on the server
- Returns:
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.