[jboss-jira] [JBoss JIRA] Resolved: (JBMETA-35) Add getResolvedJndiName(String iface) to the JBossEnterpriseBeanMetaData
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Wed May 7 20:03:20 EDT 2008
[ http://jira.jboss.com/jira/browse/JBMETA-35?page=all ]
Scott M Stark resolved JBMETA-35.
---------------------------------
Fix Version/s: 1.0.0.Beta12
(was: 1.0.0.CR1)
Resolution: Done
The addition ended up being:
/**
* Determine the jndi name for the proxy associated with iface. This uses
* the bean DefaultJndiBindingPolicy. This will be one of:
* - {@link #getJndiBindingPolicy()} the metadata policy
* - the argument defaultPolicy
* - BasicJndiBindingPolicy(base-jndi-name)
*
* @param iface - the fully qualified class name of the interface, or one
* of the {@linkplain KnownInterfaces}. May be null in which case the base
* name as determined by {@link #getMappedName()} or
* {@link #determineJndiName()} is used.
* @param defaultPolicy - an optional DefaultJndiBindingPolicy to use if
* {@link #getJndiBindingPolicy()} is null.
* @return the resolved jndi name
*/
@XmlTransient
public String determineResolvedJndiName(String iface, DefaultJndiBindingPolicy defaultPolicy)
{
> Add getResolvedJndiName(String iface) to the JBossEnterpriseBeanMetaData
> ------------------------------------------------------------------------
>
> Key: JBMETA-35
> URL: http://jira.jboss.com/jira/browse/JBMETA-35
> Project: JBoss Metadata
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 1.0.0.Beta11
> Reporter: Scott M Stark
> Assigned To: Scott M Stark
> Fix For: 1.0.0.Beta12
>
>
> We need an api to obtain the jndi name to use for a given bean on the metadata layer
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list