org.jboss.ejb3.dd
Class EjbRef

java.lang.Object
  extended by 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

Constructor Summary
EjbRef()
           
 
Method Summary
 String getEjbLink()
           
 String getEjbRefName()
           
 String getEjbRefType()
           
 String getInjectionTarget()
           
 String getJndiName()
           
 String getLocal()
           
 String getLocalHome()
           
 String getRemote()
           
 void setEjbLink(String ejbLink)
           
 void setEjbRefName(String ejbRefName)
           
 void setEjbRefType(String ejbRefType)
           
 void setInjectionTarget(String injectionTarget)
           
 void setJndiName(String jndiName)
           
 void setLocal(String local)
           
 void setLocalHome(String localHome)
           
 void setRemote(String remote)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EjbRef

public EjbRef()
Method Detail

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.