org.jboss.ejb3.dd
Class EjbLocalRef

java.lang.Object
  extended by org.jboss.ejb3.dd.EjbLocalRef

public class EjbLocalRef
extends Object

Represents an ejb-local-ref element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 1.5.2.3 $
Author:
William DeCoste

Constructor Summary
EjbLocalRef()
           
 
Method Summary
 String getEjbLink()
           
 String getEjbRefName()
           
 String getEjbRefType()
           
 String getInjectionTarget()
           
 String getJndiName()
           
 String getLocal()
           
 String getLocalHome()
           
 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)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EjbLocalRef

public EjbLocalRef()
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)

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.