org.jboss.ejb3.common.resolvers.spi
Class EjbReference

java.lang.Object
  extended by org.jboss.ejb3.common.resolvers.spi.EjbReference
All Implemented Interfaces:
Serializable

public class EjbReference
extends Object
implements Serializable

EjbReference Models an EJB reference denoted by either javax.ejb.EJB or its XML equivalent Encapsulates descriptions required to resolve an @EJB reference

Version:
$Revision: $
Author:
ALR
See Also:
Serialized Form

Constructor Summary
EjbReference(String beanName, String interfaceFqn, String mappedName)
          Sole Constructor
 
Method Summary
 String getBeanInterface()
           
 String getBeanName()
           
 String getMappedName()
           
protected  void setBeanInterface(String beanInterface)
           
protected  void setBeanName(String beanName)
           
protected  void setMappedName(String mappedName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EjbReference

public EjbReference(String beanName,
                    String interfaceFqn,
                    String mappedName)
Sole Constructor

Method Detail

getBeanName

public String getBeanName()

setBeanName

protected void setBeanName(String beanName)

getBeanInterface

public String getBeanInterface()

setBeanInterface

protected void setBeanInterface(String beanInterface)

getMappedName

public String getMappedName()

setMappedName

protected void setMappedName(String mappedName)

toString

public String toString()
Overrides:
toString in class Object


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