org.jboss.ejb3.dd
Class Method

java.lang.Object
  extended by org.jboss.ejb3.dd.Method

public class Method
extends Object

Represents an element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 1.4.2.3 $
Author:
William DeCoste

Constructor Summary
Method()
           
 
Method Summary
 void addMethodParam(String methodParam)
           
 String getEjbName()
           
 String getMethodName()
           
 List getMethodParams()
           
 void setEjbName(String ejbName)
           
 void setMethodName(String methodName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Method

public Method()
Method Detail

getEjbName

public String getEjbName()

setEjbName

public void setEjbName(String ejbName)

getMethodName

public String getMethodName()

setMethodName

public void setMethodName(String methodName)

addMethodParam

public void addMethodParam(String methodParam)

getMethodParams

public List getMethodParams()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.