org.jboss.ejb3.endpoint.deployers
Class DefaultEJBIdentifier

java.lang.Object
  extended by org.jboss.ejb3.endpoint.deployers.DefaultEJBIdentifier
All Implemented Interfaces:
EJBIdentifier

public class DefaultEJBIdentifier
extends java.lang.Object
implements EJBIdentifier

DefaultEJBIdentifier Default implementation of an EJB Identifier; returns the name under which a specified EJB (within some scoped DeploymentUnit) is bound into MC


Constructor Summary
DefaultEJBIdentifier()
           
 
Method Summary
 java.lang.String identifyEJB(org.jboss.deployers.structure.spi.DeploymentUnit unit, java.lang.String ejbName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEJBIdentifier

public DefaultEJBIdentifier()
Method Detail

identifyEJB

public java.lang.String identifyEJB(org.jboss.deployers.structure.spi.DeploymentUnit unit,
                                    java.lang.String ejbName)
Specified by:
identifyEJB in interface EJBIdentifier
Parameters:
unit - the unit in which the EJB is known to hide
ejbName - the name of the EJB
Returns:
the bean name of the EJB container