|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.ejb3.metamodel.Method
public class Method
Represents an
Constructor Summary
Method()
Method Summary
voidaddMethodParam(String methodParam)
StringgetEjbName()
StringgetMethodName()
ListgetMethodParams()
StringgetTransactionTimeout()
voidsetEjbName(String ejbName)
voidsetHasParameters()
voidsetMethodName(String methodName)
voidsetTransactionTimeout(String transactionTimeout)
StringtoString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
Method
public Method()
Method Detail
getTransactionTimeout
public String getTransactionTimeout()
setTransactionTimeout
public void setTransactionTimeout(String transactionTimeout)
getEjbName
public String getEjbName()
setEjbName
public void setEjbName(String ejbName)
getMethodName
public String getMethodName()
setMethodName
public void setMethodName(String methodName)
setHasParameters
public void setHasParameters()
addMethodParam
public void addMethodParam(String methodParam)
getMethodParams
public List getMethodParams()
toString
public String toString()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2008 JBoss, A division of Red Hat. All Rights Reserved.