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)
IJndiNamingStrategy
calculateName
in interface IJndiNamingStrategy
ejbName
- The name value for the EJB annotation.ejbType
- The type of the injectable field.Copyright © 2015. All rights reserved.