| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.EjbRef
EjbRef | public class EjbRef extends AbsElement (Code) | | This class defines the implementation of the element ejb-ref.
author: Florent Benoit |
getDescription | public String getDescription()(Code) | | the description of the ejb-ref |
getEjbLink | public String getEjbLink()(Code) | | the ejb-link of the ejb-ref |
getEjbRefName | public String getEjbRefName()(Code) | | the name of the ejb-ref |
getEjbRefType | public String getEjbRefType()(Code) | | the type of the ejb-ref |
getHome | public String getHome()(Code) | | the home interface of the ejb-ref |
getRemote | public String getRemote()(Code) | | the remote interface of the ejb-ref |
setDescription | public void setDescription(String description)(Code) | | Sets the description
Parameters: description - the description to use |
setEjbLink | public void setEjbLink(String ejbLink)(Code) | | Sets the ejb-link
Parameters: ejbLink - the ejb-link to use |
setEjbRefName | public void setEjbRefName(String ejbRefName)(Code) | | Sets the name
Parameters: ejbRefName - the name to use |
setEjbRefType | public void setEjbRefType(String ejbRefType)(Code) | | Sets the type
Parameters: ejbRefType - the type to use |
setHome | public void setHome(String home)(Code) | | Sets the home interface
Parameters: home - the home interface to use |
setRemote | public void setRemote(String remote)(Code) | | Sets the remote interface
Parameters: remote - the remote interface to use |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|