org.apache.openejb.jee.sun
Class JavaMethod

java.lang.Object
  extended by org.apache.openejb.jee.sun.JavaMethod

public class JavaMethod
extends Object


Field Summary
protected  String methodName
           
protected  MethodParams methodParams
           
 
Constructor Summary
JavaMethod()
           
 
Method Summary
 String getMethodName()
           
 MethodParams getMethodParams()
           
 void setMethodName(String value)
           
 void setMethodParams(MethodParams value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

protected String methodName

methodParams

protected MethodParams methodParams
Constructor Detail

JavaMethod

public JavaMethod()
Method Detail

getMethodName

public String getMethodName()

setMethodName

public void setMethodName(String value)

getMethodParams

public MethodParams getMethodParams()

setMethodParams

public void setMethodParams(MethodParams value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.