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<? extends org.jboss.metadata.ejb.jboss.jndipolicy.spi.DefaultJndiBindingPolicy> policy
          The JNDI Binding Policy that will be used
 

Element Detail

policy

public abstract Class<? extends org.jboss.metadata.ejb.jboss.jndipolicy.spi.DefaultJndiBindingPolicy> policy
The JNDI Binding Policy that will be used

Returns:


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.