public interface IJndiNamingStrategy extends Serializable
StandardJndiNamingStrategy,
GlobalJndiNamingStrategy| Modifier and Type | Method and Description |
|---|---|
String |
calculateName(String ejbName,
Class<?> ejbType)
Calculates the JNDI name based on the given name and type
|
String calculateName(String ejbName, Class<?> ejbType)
ejbName - The name value for the EJB annotation.ejbType - The type of the injectable field.Copyright © 2015. All rights reserved.