JBoss EJB 3 Extension API 2.0.0-redhat-2

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
 

Element Detail

value

public abstract String value
The name of the pool which is configured in the EJB subsystem on the server

Returns:

JBoss EJB 3 Extension API 2.0.0-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.