|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DefaultJndiBindingPolicy
A jndi name policy spi for obtaining jndi names not specified in metadata.
Method Summary | |
---|---|
String |
getDefaultLocalHomeJndiName(EjbDeploymentSummary summary)
|
String |
getDefaultLocalJndiName(EjbDeploymentSummary summary)
|
String |
getDefaultRemoteHomeJndiName(EjbDeploymentSummary summary)
|
String |
getDefaultRemoteJndiName(EjbDeploymentSummary summary)
|
String |
getJndiName(EjbDeploymentSummary summary)
Returns the JNDI name that should be assigned to this deployment based on the information contained in the specified summary |
String |
getJndiName(EjbDeploymentSummary summary,
String iface,
KnownInterfaces.KnownInterfaceType ifaceType)
Get the jndi name to use as the reference link target and proxy binding location for a given ejb interface. |
Method Detail |
---|
String getJndiName(EjbDeploymentSummary summary)
summary
-
String getJndiName(EjbDeploymentSummary summary, String iface, KnownInterfaces.KnownInterfaceType ifaceType)
summary
- - the deployment summary information for the ejb in question.iface
- - the fully qualified name of the interface, may be null.ifaceType
- - the classification of iface to one of the known
ejb interface types
String getDefaultRemoteJndiName(EjbDeploymentSummary summary)
String getDefaultRemoteHomeJndiName(EjbDeploymentSummary summary)
String getDefaultLocalHomeJndiName(EjbDeploymentSummary summary)
String getDefaultLocalJndiName(EjbDeploymentSummary summary)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |