org.jboss.ejb3.resolvers
Class DefaultMessageDestinationReferenceResolver

java.lang.Object
  extended by org.jboss.ejb3.resolvers.DefaultMessageDestinationReferenceResolver
All Implemented Interfaces:
MessageDestinationReferenceResolver

public class DefaultMessageDestinationReferenceResolver
extends Object
implements MessageDestinationReferenceResolver

The default implementation of a MessageDestinationReferenceResolver.

Version:
$Revision: $
Author:
Carlo de Wolf

Constructor Summary
DefaultMessageDestinationReferenceResolver()
           
 
Method Summary
 String resolveMessageDestinationJndiName(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit, String link)
          Get the JNDI name of the message destination specified by link.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMessageDestinationReferenceResolver

public DefaultMessageDestinationReferenceResolver()
Method Detail

resolveMessageDestinationJndiName

public String resolveMessageDestinationJndiName(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit,
                                                String link)
Description copied from interface: MessageDestinationReferenceResolver
Get the JNDI name of the message destination specified by link.

Specified by:
resolveMessageDestinationJndiName in interface MessageDestinationReferenceResolver
Parameters:
deploymentUnit - the deployment unit in which the reference is defined
link - the name of the message destination
Returns:
the JNDI name of the message destination


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.