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 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 TODO: move this to the component defining the EJB container name

Version:
$Revision: $
Author:
Carlo de Wolf

Constructor Summary
DefaultEJBIdentifier()
           
 
Method Summary
 String identifyEJB(org.jboss.deployers.structure.spi.DeploymentUnit unit, 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 String identifyEJB(org.jboss.deployers.structure.spi.DeploymentUnit unit,
                          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


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