org.jboss.ejb3.annotation
Annotation Type JndiBindingPolicy
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface JndiBindingPolicy
Annotation for specifying that an EJB should use a
specified JNDI Binding Policy when determining default
JNDI names. This policy may be overridden through optional
use of @RemoteBinding, @RemoteBindings, @RemoteHomeBinding,
- Version:
- $Revision: $
- Author:
- ALR
Required Element Summary |
Class |
policy
The JNDI Binding Policy that will be used |
policy
public abstract Class policy
- The JNDI Binding Policy that will be used
- Returns:
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.