org.jboss.ejb3.metamodel
Class RemoveMethod

java.lang.Object
  extended by org.jboss.ejb3.metamodel.RemoveMethod

public class RemoveMethod
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
RemoveMethod()
           
 
Method Summary
 Method getBeanMethod()
           
 boolean isRetainIfException()
           
 void setBeanMethod(Method beanMethod)
           
 void setRetainIfException(boolean retainIfException)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveMethod

public RemoveMethod()
Method Detail

getBeanMethod

public Method getBeanMethod()

setBeanMethod

public void setBeanMethod(Method beanMethod)

isRetainIfException

public boolean isRetainIfException()

setRetainIfException

public void setRetainIfException(boolean retainIfException)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.