com.caucho.ejb.cfg
Class RemoveMethod
java.lang.Object
com.caucho.ejb.cfg.RemoveMethod
public class RemoveMethod
- extends java.lang.Object
Configuration for remove-method.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveMethod
public RemoveMethod()
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