|
|||||||||
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.EJBRef
public class EJBRef
Class representing ejb-ref elements used in Java EE components.
Field Summary | |
---|---|
private java.lang.String |
home
Home (interface). |
static java.lang.String |
NAME
Name of this element. |
private java.lang.String |
remote
Remote class (interface). |
Constructor Summary | |
---|---|
EJBRef()
|
Method Summary | |
---|---|
java.lang.String |
getHome()
|
java.lang.String |
getRemote()
|
void |
setHome(java.lang.String home)
Sets the value of home element. |
void |
setRemote(java.lang.String remote)
Sets the value of remote 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 remote
private java.lang.String home
Constructor Detail |
---|
public EJBRef()
Method Detail |
---|
public java.lang.String getRemote()
public void setRemote(java.lang.String remote)
remote
- value of remote elementpublic java.lang.String getHome()
public void setHome(java.lang.String home)
home
- value of home element
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |