org.jboss.ejb3.endpoint.deployers
Class DefaultEJBIdentifier
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEJBIdentifier
public DefaultEJBIdentifier()
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 hideejbName
- 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.