org.jboss.ejb3.endpoint.deployers
Interface EJBIdentifier

All Known Implementing Classes:
DefaultEJBIdentifier

public interface EJBIdentifier

Find EJB containers in a deployment unit. Do not use this one, use EndpointResolver. TODO: move to ejb3-deployers

Version:
$Revision: $
Author:
Carlo de Wolf

Method Summary
 String identifyEJB(org.jboss.deployers.structure.spi.DeploymentUnit unit, String ejbName)
           
 

Method Detail

identifyEJB

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