org.jboss.ejb3.metamodel
Class Method

java.lang.Object
  extended by org.jboss.ejb3.metamodel.Method
Direct Known Subclasses:
InterceptorBinding

public class Method
extends Object

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

Version:
$Revision: 61136 $
Author:
William DeCoste

Constructor Summary
Method()
           
 
Method Summary
 void addMethodParam(String methodParam)
           
 String getEjbName()
           
 String getMethodName()
           
 List getMethodParams()
           
 String getTransactionTimeout()
           
 void setEjbName(String ejbName)
           
 void setHasParameters()
           
 void setMethodName(String methodName)
           
 void setTransactionTimeout(String transactionTimeout)
           
 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

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()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.