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