|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup
org.objectweb.easybeans.deployment.xml.struct.common.AbsEJBRef
org.objectweb.easybeans.deployment.xml.struct.common.EJBLocalRef
public class EJBLocalRef
Class representing ejb-local-ref elements used in Java EE components.
Field Summary | |
---|---|
private java.lang.String |
local
Local class (interface). |
private java.lang.String |
localHome
Local Home (interface). |
static java.lang.String |
NAME
Name of this element. |
Constructor Summary | |
---|---|
EJBLocalRef()
|
Method Summary | |
---|---|
java.lang.String |
getLocal()
|
java.lang.String |
getLocalHome()
|
void |
setLocal(java.lang.String local)
Sets the value of local element. |
void |
setLocalHome(java.lang.String localHome)
Sets the value of home element. |
Methods inherited from class org.objectweb.easybeans.deployment.xml.struct.common.AbsEJBRef |
---|
getEjbLink, getEjbRefName, getEjbRefType, setEjbLink, setEjbRefName, setEjbRefType |
Methods inherited from class org.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup |
---|
addInjectionTarget, getInjectionTargetList, getMappedName, setMappedName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
private java.lang.String local
private java.lang.String localHome
Constructor Detail |
---|
public EJBLocalRef()
Method Detail |
---|
public java.lang.String getLocal()
public void setLocal(java.lang.String local)
local
- value of local elementpublic java.lang.String getLocalHome()
public void setLocalHome(java.lang.String localHome)
localHome
- value of local home element
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |