com.caucho.ejb.cfg
Class RemoveMethod

java.lang.Object
  extended by com.caucho.ejb.cfg.RemoveMethod

public class RemoveMethod
extends java.lang.Object

Configuration for remove-method.


Constructor Summary
RemoveMethod()
           
 
Method Summary
 void configure(BeanGenerator bean)
          Configures the bean with the override values
 BeanMethod getBeanMethod()
           
 boolean isMatch(java.lang.reflect.Method method)
           
 boolean isRetainIfException()
           
 void setBeanMethod(BeanMethod beanMethod)
           
 void setRetainIfException(boolean retainIfException)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveMethod

public RemoveMethod()
Method Detail

getBeanMethod

public BeanMethod getBeanMethod()

isRetainIfException

public boolean isRetainIfException()

setBeanMethod

public void setBeanMethod(BeanMethod beanMethod)

setRetainIfException

public void setRetainIfException(boolean retainIfException)

isMatch

public boolean isMatch(java.lang.reflect.Method method)

configure

public void configure(BeanGenerator bean)
Configures the bean with the override values