| java.lang.Object org.ow2.easybeans.deployment.xml.struct.RemoveMethod
RemoveMethod | public class RemoveMethod (Code) | | This class manages the <remove-method> element of the xml DD.
author: Florent Benoit |
Field Summary | |
final public static String | NAME Name of this element. |
NAME | final public static String NAME(Code) | | Name of this element.
|
getMethod | public MethodDD getMethod()(Code) | | the method that will be used as a remove method |
getRetainIfException | public Boolean getRetainIfException()(Code) | | the flag to know if when there is an exception, the bean should be kept or not.It returns null if it was not set. |
setMethod | public void setMethod(MethodDD method)(Code) | | Sets the method of the bean which needs to be marked.
Parameters: method - the method to use |
setRetainIfException | public void setRetainIfException(boolean retainIfException)(Code) | | If there is an exception, the bean should be kept or not.
Parameters: retainIfException - true to keep, or false to remove |
|
|