| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.EjbLocalRef
EjbLocalRef | public class EjbLocalRef extends AbsElement (Code) | | This class defines the implementation of the element ejb-local-ref.
author: Florent Benoit |
getDescription | public String getDescription()(Code) | | the description of the ejb-local-ref |
getEjbLink | public String getEjbLink()(Code) | | the ejb-link of the ejb-local-ref |
getEjbRefName | public String getEjbRefName()(Code) | | the name of the ejb-local-ref |
getEjbRefType | public String getEjbRefType()(Code) | | the type of the ejb-local-ref |
getLocal | public String getLocal()(Code) | | the local interface of the ejb-local-ref |
getLocalHome | public String getLocalHome()(Code) | | the local home interface of the ejb-local-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 |
setLocal | public void setLocal(String local)(Code) | | Sets the local interface
Parameters: local - the local interface to use |
setLocalHome | public void setLocalHome(String localHome)(Code) | | Sets the local home interface
Parameters: localHome - the local home 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. |
|
|
|