| |
|
| java.lang.Object org.ow2.easybeans.deployment.annotations.impl.JRemove
JRemove | public class JRemove implements Remove(Code) | | Acts as an implementation of @
javax.ejb.Remove annotation.
author: Florent Benoit |
Constructor Summary | |
public | JRemove() Build an object which represents@
javax.ejb.Remove .
Default value for retainIfException is false. | public | JRemove(boolean retainIfException) Build an object which represents@
javax.ejb.Remove with a
given boolean. |
JRemove | public JRemove()(Code) | | Build an object which represents@
javax.ejb.Remove .
Default value for retainIfException is false.
|
JRemove | public JRemove(boolean retainIfException)(Code) | | Build an object which represents@
javax.ejb.Remove with a
given boolean.
Parameters: retainIfException - true/false (false is a default value) |
retainIfException | public boolean retainIfException()(Code) | | the retainIfException value (true/false). |
toString | public String toString()(Code) | | string representation. |
|
|
|