org.jboss.ejb3.dd
Class EjbRef
java.lang.Object
org.jboss.ejb3.dd.EjbRef
public class EjbRef
- extends Object
Represents an ejb-ref element of the ejb-jar.xml deployment descriptor for
the 1.4 schema
- Version:
- $Revision: 1.6.2.4 $
- Author:
- William DeCoste
EjbRef
public EjbRef()
getJndiName
public String getJndiName()
setJndiName
public void setJndiName(String jndiName)
getInjectionTarget
public String getInjectionTarget()
setInjectionTarget
public void setInjectionTarget(String injectionTarget)
getEjbRefName
public String getEjbRefName()
setEjbRefName
public void setEjbRefName(String ejbRefName)
getEjbRefType
public String getEjbRefType()
setEjbRefType
public void setEjbRefType(String ejbRefType)
getLocalHome
public String getLocalHome()
setLocalHome
public void setLocalHome(String localHome)
getLocal
public String getLocal()
setLocal
public void setLocal(String local)
getRemote
public String getRemote()
setRemote
public void setRemote(String remote)
getEjbLink
public String getEjbLink()
setEjbLink
public void setEjbLink(String ejbLink)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.