| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.Method
Method | public class Method extends AbsElement (Code) | | This class defines the implementation of the element method
author: JOnAS team |
Constructor Summary | |
public | Method() |
Method | public Method()(Code) | | Constructor
|
getDescription | public String getDescription()(Code) | | Gets the description
the description |
getEjbName | public String getEjbName()(Code) | | Gets the ejb-name
the ejb-name |
getMethodIntf | public String getMethodIntf()(Code) | | Gets the method-intf
the method-intf |
getMethodName | public String getMethodName()(Code) | | Gets the method-name
the method-name |
getMethodParams | public MethodParams getMethodParams()(Code) | | Gets the method-params
the method-params |
setDescription | public void setDescription(String description)(Code) | | Set the description
Parameters: description - description |
setEjbName | public void setEjbName(String ejbName)(Code) | | Set the ejb-name
Parameters: ejbName - ejbName |
setMethodIntf | public void setMethodIntf(String methodIntf)(Code) | | Set the method-intf
Parameters: methodIntf - methodIntf |
setMethodName | public void setMethodName(String methodName)(Code) | | Set the method-name
Parameters: methodName - methodName |
setMethodParams | public void setMethodParams(MethodParams methodParams)(Code) | | Set the method-params
Parameters: methodParams - methodParams |
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. |
|
|
|